Home
last modified time | relevance | path

Searched defs:In (Results 1 – 25 of 74) sorted by relevance

123

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DObjectYAML.cpp35 Input &In = (Input &)IO; in mapping() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LineEditor/
DLineEditor.cpp198 LineEditor::LineEditor(StringRef ProgName, StringRef HistoryPath, FILE *In, in LineEditor()
282 FILE *In; member
286 LineEditor::LineEditor(StringRef ProgName, StringRef HistoryPath, FILE *In, in LineEditor()
/third_party/skia/modules/svg/include/
DSkSVGFe.h57 SVG_ATTR(In, SkSVGFeInputType, SkSVGFeInputType()) in SVG_ATTR() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUISelDAGToDAG.cpp345 static bool isExtractHiElt(SDValue In, SDValue &Out) { in isExtractHiElt()
365 static SDValue stripExtractLoElt(SDValue In) { in stripExtractLoElt()
2396 bool AMDGPUDAGToDAGISel::SelectVOP3ModsImpl(SDValue In, SDValue &Src, in SelectVOP3ModsImpl()
2414 bool AMDGPUDAGToDAGISel::SelectVOP3Mods(SDValue In, SDValue &Src, in SelectVOP3Mods()
2425 bool AMDGPUDAGToDAGISel::SelectVOP3Mods_NNaN(SDValue In, SDValue &Src, in SelectVOP3Mods_NNaN()
2431 bool AMDGPUDAGToDAGISel::SelectVOP3Mods_f32(SDValue In, SDValue &Src, in SelectVOP3Mods_f32()
2440 bool AMDGPUDAGToDAGISel::SelectVOP3NoMods(SDValue In, SDValue &Src) const { in SelectVOP3NoMods()
2448 bool AMDGPUDAGToDAGISel::SelectVOP3Mods0(SDValue In, SDValue &Src, in SelectVOP3Mods0()
2458 bool AMDGPUDAGToDAGISel::SelectVOP3OMods(SDValue In, SDValue &Src, in SelectVOP3OMods()
2469 bool AMDGPUDAGToDAGISel::SelectVOP3PMods(SDValue In, SDValue &Src, in SelectVOP3PMods()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Option/
DOptTable.cpp197 static bool optionMatches(const OptTable::Info &In, StringRef Option) { in optionMatches()
212 const Info &In = OptionInfos[I]; in suggestValueCompletions() local
232 const Info &In = OptionInfos[I]; in findByPrefix() local
324 Info &In = OptionInfos[I]; in addValues() local
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtc/
Dbitfield.inl242 GLM_FUNC_QUALIFIER genIType bitfieldRotateRight(genIType In, int Shift)
251 GLM_FUNC_QUALIFIER vecType<T, P> bitfieldRotateRight(vecType<T, P> const & In, int Shift)
260 GLM_FUNC_QUALIFIER genIType bitfieldRotateLeft(genIType In, int Shift)
269 GLM_FUNC_QUALIFIER vecType<T, P> bitfieldRotateLeft(vecType<T, P> const& In, int Shift)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyMachineFunctionInfo.cpp68 void llvm::valTypesFromMVTs(const ArrayRef<MVT> &In, in valTypesFromMVTs()
DWebAssemblyFastISel.cpp971 unsigned In = getRegForValue(Op); in selectZExt() local
988 unsigned In = getRegForValue(Op); in selectSExt() local
1134 unsigned In = getRegForValue(I->getOperand(0)); in selectBitCast() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonBlockRanges.cpp161 for (auto &In : B) { in InstrIndexMap() local
315 for (auto &In : B) { in computeInitialLiveRanges() local
522 for (auto &In : M.Block) { in operator <<() local
DHexagonGenExtract.cpp240 Instruction *In = &*I; in visitBlock() local
DRDFGraph.cpp598 bool TargetOperandInfo::isPreserving(const MachineInstr &In, unsigned OpNum) in isPreserving() argument
604 bool TargetOperandInfo::isClobbering(const MachineInstr &In, unsigned OpNum) in isClobbering() argument
617 bool TargetOperandInfo::isFixedReg(const MachineInstr &In, unsigned OpNum) in isFixedReg() argument
1248 void DataFlowGraph::buildStmt(NodeAddr<BlockNode*> BA, MachineInstr &In) { in buildStmt()
1251 auto isCall = [] (const MachineInstr &In) -> bool { in buildStmt()
1268 auto isDefUndef = [this] (const MachineInstr &In, RegisterRef DR) -> bool { in buildStmt()
DHexagonLoopIdiomRecognition.cpp977 Instruction *In = dyn_cast<Instruction>(Val); in isPromotableTo() local
1002 void PolynomialMultiplyRecognize::promoteTo(Instruction *In, in promoteTo()
1084 [](Instruction &In) { return &In; }); in promoteTypes()
1115 bool PolynomialMultiplyRecognize::findCycle(Value *Out, Value *In, in findCycle()
2155 if (Instruction *In = dyn_cast<Instruction>(NumBytes)) in processCopyingStore() local
2266 if (Instruction *In = dyn_cast<Instruction>(NumWords)) in processCopyingStore() local
2316 Instruction *In = Worklist[i]; in coverLoop() local
DRDFRegisters.cpp78 for (const MachineInstr &In : B) in PhysicalRegisterInfo() local
DHexagonCommonGEP.cpp741 Instruction *In = cast<Instruction>(V); in first_use_of_in_block() local
841 Instruction *In = dyn_cast<Instruction>(Val); in isInvariantIn() local
1265 Instruction *In = cast<Instruction>(*I); in removeDeadCode() local
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceCfgNode.h119 void addInEdge(CfgNode *In) { InEdges.push_back(In); } in addInEdge()
/third_party/skia/src/gpu/
DGrShaderVar.h24 In, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/XRay/
DInstrumentationMap.cpp201 yaml::Input In(StringRef(MappedFile.data(), MappedFile.size())); in loadYAML() local
DTrace.cpp353 Input In(Data); in loadYAMLLog() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DVFABIDemangling.cpp361 MangledName.take_while([](char In) { return In != '('; }); in tryDemangleForVFABI()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
DTGLexer.h49 Bit, Bits, Class, Code, Dag, Def, Foreach, Defm, Field, In, Int, Let, List, enumerator
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/
DparserRealSource3.ts27 In, enumerator
/third_party/skia/third_party/externals/abseil-cpp/absl/time/
Dtime.cc206 absl::Time::Breakdown Time::In(absl::TimeZone tz) const { in In() function in absl::Time
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp861 Value *In = Cmp->getOperand(0); in transformZExtICmp() local
903 Value *In = Cmp->getOperand(0); in transformZExtICmp() local
1241 Value *In = Builder.CreateAShr(Op0, Sh, Op0->getName() + ".lobit"); in transformSExtICmp() local
1260 Value *In = ICI->getOperand(0); in transformSExtICmp() local
DInstCombineInternal.h246 BinaryOperator::BinaryOps Opcode, Constant *In, bool IsRHSConstant) { in getSafeVectorConstantForBinop()
/third_party/skia/infra/bots/gen_tasks_logic/
Dgen_tasks_logic.go332 func In(s string, a []string) bool { func

123