Home
last modified time | relevance | path

Searched refs:In (Results 1 - 25 of 184) sorted by relevance

12345678

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonGenExtract.cpp80 bool convert(Instruction *In);
96 bool HexagonGenExtract::convert(Instruction *In) { in convert() argument
101 BasicBlock *BB = In->getParent(); in convert()
107 bool Match = match(In, m_And(m_Shl(m_LShr(m_Value(BF), m_ConstantInt(CSR)), in convert()
114 Match = match(In, m_And(m_Shl(m_AShr(m_Value(BF), m_ConstantInt(CSR)), in convert()
122 Match = match(In, m_And(m_Shl(m_Value(BF), m_ConstantInt(CSL)), in convert()
131 Match = match(In, m_And(m_LShr(m_Value(BF), m_ConstantInt(CSR)), in convert()
138 Match = match(In, m_And(m_AShr(m_Value(BF), m_ConstantInt(CSR)), in convert()
145 Match = match(In, m_Shl(m_LShr(m_Value(BF), m_ConstantInt(CSR)), in convert()
152 Match = match(In, m_Sh in convert()
240 Instruction *In = &*I; visitBlock() local
[all...]
H A DHexagonLoopIdiomRecognition.cpp576 void promoteTo(Instruction *In, IntegerType *DestTy, BasicBlock *LoopB);
580 bool findCycle(Value *Out, Value *In, ValueSeq &Cycle);
977 Instruction *In = dyn_cast<Instruction>(Val); in isPromotableTo()
978 if (!In) in isPromotableTo()
982 switch (In->getOpcode()) { in isPromotableTo()
993 if (CmpInst *CI = cast<CmpInst>(In)) in isPromotableTo()
997 return In->hasNoSignedWrap() && In->hasNoUnsignedWrap(); in isPromotableTo()
1002 void PolynomialMultiplyRecognize::promoteTo(Instruction *In, in promoteTo() argument
1004 Type *OrigTy = In in promoteTo()
1115 findCycle(Value *Out, Value *In, ValueSeq &Cycle) findCycle() argument
2316 Instruction *In = Worklist[i]; coverLoop() local
[all...]
H A DRDFGraph.cpp598 bool TargetOperandInfo::isPreserving(const MachineInstr &In, unsigned OpNum) in isPreserving() argument
600 return TII.isPredicated(In); in isPreserving()
604 bool TargetOperandInfo::isClobbering(const MachineInstr &In, unsigned OpNum) in isClobbering() argument
606 const MachineOperand &Op = In.getOperand(OpNum); in isClobbering()
610 if (In.isCall()) in isClobbering()
617 bool TargetOperandInfo::isFixedReg(const MachineInstr &In, unsigned OpNum) in isFixedReg() argument
619 if (In.isCall() || In.isReturn() || In.isInlineAsm()) in isFixedReg()
622 if (In in isFixedReg()
1248 buildStmt(NodeAddr<BlockNode*> BA, MachineInstr &In) buildStmt() argument
[all...]
H A DHexagonBlockRanges.cpp161 for (auto &In : B) { in InstrIndexMap()
162 if (In.isDebugInstr()) in InstrIndexMap()
164 assert(getIndex(&In) == IndexType::None && "Instruction already in map"); in InstrIndexMap()
165 Map.insert(std::make_pair(Idx, &In)); in InstrIndexMap()
315 for (auto &In : B) { in computeInitialLiveRanges()
316 if (In.isDebugInstr()) in computeInitialLiveRanges()
318 IndexType Index = IndexMap.getIndex(&In); in computeInitialLiveRanges()
320 for (auto &Op : In.operands()) { in computeInitialLiveRanges()
336 for (auto &Op : In.operands()) { in computeInitialLiveRanges()
350 for (auto &Op : In in computeInitialLiveRanges()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Option/
H A DOptTable.cpp196 // Returns true if one of the Prefixes + In.Names matches Option
197 static bool optionMatches(const OptTable::Info &In, StringRef Option) { in optionMatches() argument
198 if (In.Prefixes) in optionMatches()
199 for (size_t I = 0; In.Prefixes[I]; I++) in optionMatches()
200 if (Option == std::string(In.Prefixes[I]) + In.Name) in optionMatches()
212 const Info &In = OptionInfos[I]; in suggestValueCompletions() local
213 if (!In.Values || !optionMatches(In, Option)) in suggestValueCompletions()
217 StringRef(In in suggestValueCompletions()
232 const Info &In = OptionInfos[I]; findByPrefix() local
324 Info &In = OptionInfos[I]; addValues() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelDAGToDAG.cpp254 bool SelectVOP3Mods_NNaN(SDValue In, SDValue &Src, SDValue &SrcMods) const;
255 bool SelectVOP3Mods_f32(SDValue In, SDValue &Src, SDValue &SrcMods) const;
256 bool SelectVOP3ModsImpl(SDValue In, SDValue &Src, unsigned &SrcMods) const;
257 bool SelectVOP3Mods(SDValue In, SDValue &Src, SDValue &SrcMods) const;
258 bool SelectVOP3NoMods(SDValue In, SDValue &Src) const;
259 bool SelectVOP3Mods0(SDValue In, SDValue &Src, SDValue &SrcMods,
261 bool SelectVOP3NoMods0(SDValue In, SDValue &Src, SDValue &SrcMods,
264 bool SelectVOP3OMods(SDValue In, SDValue &Src,
267 bool SelectVOP3PMods(SDValue In, SDValue &Src, SDValue &SrcMods) const;
268 bool SelectVOP3PMods0(SDValue In, SDValu
345 isExtractHiElt(SDValue In, SDValue &Out) isExtractHiElt() argument
365 stripExtractLoElt(SDValue In) stripExtractLoElt() argument
2396 SelectVOP3ModsImpl(SDValue In, SDValue &Src, unsigned &Mods) const SelectVOP3ModsImpl() argument
2414 SelectVOP3Mods(SDValue In, SDValue &Src, SDValue &SrcMods) const SelectVOP3Mods() argument
2425 SelectVOP3Mods_NNaN(SDValue In, SDValue &Src, SDValue &SrcMods) const SelectVOP3Mods_NNaN() argument
2431 SelectVOP3Mods_f32(SDValue In, SDValue &Src, SDValue &SrcMods) const SelectVOP3Mods_f32() argument
2440 SelectVOP3NoMods(SDValue In, SDValue &Src) const SelectVOP3NoMods() argument
2448 SelectVOP3Mods0(SDValue In, SDValue &Src, SDValue &SrcMods, SDValue &Clamp, SDValue &Omod) const SelectVOP3Mods0() argument
2458 SelectVOP3OMods(SDValue In, SDValue &Src, SDValue &Clamp, SDValue &Omod) const SelectVOP3OMods() argument
2469 SelectVOP3PMods(SDValue In, SDValue &Src, SDValue &SrcMods) const SelectVOP3PMods() argument
2523 SelectVOP3PMods0(SDValue In, SDValue &Src, SDValue &SrcMods, SDValue &Clamp) const SelectVOP3PMods0() argument
2534 SelectVOP3OpSel(SDValue In, SDValue &Src, SDValue &SrcMods) const SelectVOP3OpSel() argument
2542 SelectVOP3OpSel0(SDValue In, SDValue &Src, SDValue &SrcMods, SDValue &Clamp) const SelectVOP3OpSel0() argument
2553 SelectVOP3OpSelMods(SDValue In, SDValue &Src, SDValue &SrcMods) const SelectVOP3OpSelMods() argument
2559 SelectVOP3OpSelMods0(SDValue In, SDValue &Src, SDValue &SrcMods, SDValue &Clamp) const SelectVOP3OpSelMods0() argument
2572 SelectVOP3PMadMixModsImpl(SDValue In, SDValue &Src, unsigned &Mods) const SelectVOP3PMadMixModsImpl() argument
2613 SelectVOP3PMadMixMods(SDValue In, SDValue &Src, SDValue &SrcMods) const SelectVOP3PMadMixMods() argument
[all...]
/third_party/node/deps/npm/node_modules/node-gyp/lib/
H A DFind-VisualStudio.cs33 void Next([MarshalAs(UnmanagedType.U4), In] int celt, in Next()
37 void Skip([MarshalAs(UnmanagedType.U4), In] int celt); in Skip()
65 ISetupInstance GetInstanceForPath([MarshalAs(UnmanagedType.LPWStr), In] string path); in GetInstanceForPath()
99 string GetDisplayName([MarshalAs(UnmanagedType.U4), In] int lcid); in GetDisplayName()
102 string GetDescription([MarshalAs(UnmanagedType.U4), In] int lcid); in GetDescription()
105 string ResolvePath([MarshalAs(UnmanagedType.LPWStr), In] string pwszRelativePath); in ResolvePath()
171 object GetValue([MarshalAs(UnmanagedType.LPWStr), In] string pwszName); in GetValue()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A Drenderer_utils.h284 template <typename In>
287 constexpr In restartIndex = gl::GetPrimitiveRestartIndexFromType<In>(); in LineLoopRestartIndexCountHelper()
288 const In *inIndices = reinterpret_cast<const In *>(srcPtr); in LineLoopRestartIndexCountHelper()
295 In vertex = inIndices[curIndex]; in LineLoopRestartIndexCountHelper()
336 template <typename In, typename Out>
339 constexpr In restartIndex = gl::GetPrimitiveRestartIndexFromType<In>(); in CopyLineLoopIndicesWithRestart()
341 const In *inIndice in CopyLineLoopIndicesWithRestart()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp861 Value *In = Cmp->getOperand(0); in transformZExtICmp()
862 Value *Sh = ConstantInt::get(In->getType(), in transformZExtICmp()
863 In->getType()->getScalarSizeInBits() - 1); in transformZExtICmp()
864 In = Builder.CreateLShr(In, Sh, In->getName() + ".lobit"); in transformZExtICmp()
865 if (In->getType() != Zext.getType()) in transformZExtICmp()
866 In = Builder.CreateIntCast(In, Zext.getType(), false /*ZExt*/); in transformZExtICmp()
869 Constant *One = ConstantInt::get(In in transformZExtICmp()
903 Value *In = Cmp->getOperand(0); transformZExtICmp() local
1241 Value *In = Builder.CreateAShr(Op0, Sh, Op0->getName() + ".lobit"); transformSExtICmp() local
1260 Value *In = ICI->getOperand(0); transformSExtICmp() local
[all...]
/third_party/vk-gl-cts/modules/glshared/
H A DglsBuiltinPrecisionTests.cpp137 * In the precision tests we are dealing with functions of different arities.
4484 template <typename In>
4487 return (!isTypeValid<typename In::In0>() ? 0 : in numInputs()
4488 !isTypeValid<typename In::In1>() ? 1 : in numInputs()
4489 !isTypeValid<typename In::In2>() ? 2 : in numInputs()
4490 !isTypeValid<typename In::In3>() ? 3 : in numInputs()
4509 template<typename In>
4512 vector<typename In::In0> in0;
4513 vector<typename In::In1> in1;
4514 vector<typename In
5087 typedef InTypes<Arg0, Arg1, Arg2, Arg3> In; global() typedef in deqp::gls::BuiltinPrecisionTests::FuncCase
5145 typedef InTypes<Arg0, Arg2, Arg3> In; global() typedef in deqp::gls::BuiltinPrecisionTests::InOutFuncCase
[all...]
/third_party/ffmpeg/libavfilter/
H A Dvf_deinterlace_qsv.c235 s->opaque_alloc.In.Surfaces = s->surface_ptrs; in init_out_session()
236 s->opaque_alloc.In.NumSurface = s->nb_surface_ptrs; in init_out_session()
237 s->opaque_alloc.In.Type = hw_frames_hwctx->frame_type; in init_out_session()
239 s->opaque_alloc.Out = s->opaque_alloc.In; in init_out_session()
277 par.vpp.In = hw_frames_hwctx->surfaces[0].Info; in init_out_session()
279 par.vpp.In.CropW = ctx->inputs[0]->w; in init_out_session()
280 par.vpp.In.CropH = ctx->inputs[0]->h; in init_out_session()
283 par.vpp.In.FrameRateExtN = ctx->inputs[0]->frame_rate.num; in init_out_session()
284 par.vpp.In.FrameRateExtD = ctx->inputs[0]->frame_rate.den; in init_out_session()
286 par.vpp.In in init_out_session()
[all...]
H A Dvf_scale_qsv.c350 s->opaque_alloc.In.Surfaces = s->surface_ptrs_in; in init_out_session()
351 s->opaque_alloc.In.NumSurface = s->nb_surface_ptrs_in; in init_out_session()
352 s->opaque_alloc.In.Type = in_frames_hwctx->frame_type; in init_out_session()
409 par.vpp.In = in_frames_hwctx->surfaces[0].Info; in init_out_session()
416 par.vpp.In.FrameRateExtN = 25; in init_out_session()
417 par.vpp.In.FrameRateExtD = 1; in init_out_session()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LineEditor/
H A DLineEditor.cpp198 LineEditor::LineEditor(StringRef ProgName, StringRef HistoryPath, FILE *In, in LineEditor() argument
211 Data->EL = ::el_init(ProgName.str().c_str(), In, Out, Err); in LineEditor()
282 FILE *In; member
286 LineEditor::LineEditor(StringRef ProgName, StringRef HistoryPath, FILE *In, in LineEditor() argument
289 Data->In = In; in LineEditor()
306 char *Res = ::fgets(Buf, sizeof(Buf), Data->In); in readLine()
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtc/
H A Dbitfield.hpp48 GLM_FUNC_DECL genIUType bitfieldRotateRight(genIUType In, int Shift);
54 GLM_FUNC_DECL vecType<T, P> bitfieldRotateRight(vecType<T, P> const & In, int Shift);
60 GLM_FUNC_DECL genIUType bitfieldRotateLeft(genIUType In, int Shift);
66 GLM_FUNC_DECL vecType<T, P> bitfieldRotateLeft(vecType<T, P> const & In, int Shift);
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderBuiltinPrecisionTests.cpp184 * In the precision tests we are dealing with functions of different arities.
476 // In a modulo operation, if the calculated answer contains the divisor, allow exactly 0.0 as a replacement. Alternatively, in intervalContains()
6098 template <typename In>
6101 return (!isTypeValid<typename In::In0>() ? 0 :
6102 !isTypeValid<typename In::In1>() ? 1 :
6103 !isTypeValid<typename In::In2>() ? 2 :
6104 !isTypeValid<typename In::In3>() ? 3 :
6123 template<typename In>
6126 vector<typename In::In0> in0;
6127 vector<typename In
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
H A DvktShaderBuiltinPrecisionTests.cpp185 * In the precision tests we are dealing with functions of different arities.
477 // In a modulo operation, if the calculated answer contains the divisor, allow exactly 0.0 as a replacement. Alternatively, in intervalContains()
6087 template <typename In>
6090 return (!isTypeValid<typename In::In0>() ? 0 :
6091 !isTypeValid<typename In::In1>() ? 1 :
6092 !isTypeValid<typename In::In2>() ? 2 :
6093 !isTypeValid<typename In::In3>() ? 3 :
6112 template<typename In>
6115 vector<typename In::In0> in0;
6116 vector<typename In
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceCfgNode.h119 void addInEdge(CfgNode *In) { InEdges.push_back(In); } in addInEdge() argument
122 void removeInEdge(CfgNode *In);
/third_party/skia/src/core/
H A DSkMathPriv.h32 template <typename In, typename Out>
33 inline void SkTDivMod(In numer, In denom, Out* div, Out* mod) { in SkTDivMod()
41 const In d = numer/denom; in SkTDivMod()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp54 yaml::Input In; member in llvm::MIRParserImpl
175 In(SM.getMemoryBuffer(SM.AddNewSourceBuffer(std::move(Contents), SMLoc())) in MIRParserImpl()
179 In.setContext(&In); in MIRParserImpl()
220 if (!In.setCurrentDocument()) { in parseIRModule()
221 if (In.error()) in parseIRModule()
232 dyn_cast_or_null<yaml::BlockScalarNode>(In.getCurrentNode())) { in parseIRModule()
240 In.nextDocument(); in parseIRModule()
241 if (!In.setCurrentDocument()) in parseIRModule()
259 In in parseMachineFunctions()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
H A DObjectYAML.cpp35 Input &In = (Input &)IO; in mapping() local
55 } else if (const Node *N = In.getCurrentNode()) { in mapping()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/XRay/
H A DInstrumentationMap.cpp201 yaml::Input In(StringRef(MappedFile.data(), MappedFile.size())); in loadYAML()
202 In >> YAMLSleds; in loadYAML()
203 if (In.error()) in loadYAML()
206 In.error()); in loadYAML()
/third_party/skia/infra/bots/gen_tasks_logic/
H A Dtask_builder.go72 if !In(dim, b.Spec.Dimensions) {
99 if !In(value, b.Spec.EnvPrefixes[key]) {
114 if !In(path, b.Spec.Outputs) {
134 if !In(task, b.Spec.Dependencies) {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DYAMLTraits.h1733 operator>>(Input &In, T &Val) { in operator >>() argument
1735 if (In.setCurrentDocument()) in operator >>()
1736 yamlize(In, Val, true, Ctx); in operator >>()
1737 return In; in operator >>()
1744 operator>>(Input &In, T &Val) { in operator >>() argument
1746 if (In.setCurrentDocument()) in operator >>()
1747 yamlize(In, Val, true, Ctx); in operator >>()
1748 return In; in operator >>()
1754 operator>>(Input &In, T &Val) { in operator >>() argument
1756 if (In in operator >>()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp831 for (const auto &In : Ins) { in LowerCall()
832 assert(!In.Flags.isByVal() && "byval is not valid for return values"); in LowerCall()
833 assert(!In.Flags.isNest() && "nest is not valid for return values"); in LowerCall()
834 if (In.Flags.isInAlloca()) in LowerCall()
836 if (In.Flags.isInConsecutiveRegs()) in LowerCall()
838 if (In.Flags.isInConsecutiveRegsLast()) in LowerCall()
841 // Ignore In.getOrigAlign() because all our arguments are passed in in LowerCall()
843 InTys.push_back(In.VT); in LowerCall()
919 for (const ISD::InputArg &In : Ins) { in LowerFormalArguments()
920 if (In in LowerFormalArguments()
[all...]
H A DWebAssemblyMachineFunctionInfo.cpp68 void llvm::valTypesFromMVTs(const ArrayRef<MVT> &In, in valTypesFromMVTs() argument
70 for (MVT Ty : In) in valTypesFromMVTs()

Completed in 53 milliseconds

12345678