| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
| D | ObjectYAML.cpp | 35 Input &In = (Input &)IO; in mapping() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LineEditor/ |
| D | LineEditor.cpp | 198 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/ |
| D | SkSVGFe.h | 57 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/ |
| D | AMDGPUISelDAGToDAG.cpp | 345 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/ |
| D | OptTable.cpp | 197 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/ |
| D | bitfield.inl | 242 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/ |
| D | WebAssemblyMachineFunctionInfo.cpp | 68 void llvm::valTypesFromMVTs(const ArrayRef<MVT> &In, in valTypesFromMVTs()
|
| D | WebAssemblyFastISel.cpp | 971 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/ |
| D | HexagonBlockRanges.cpp | 161 for (auto &In : B) { in InstrIndexMap() local 315 for (auto &In : B) { in computeInitialLiveRanges() local 522 for (auto &In : M.Block) { in operator <<() local
|
| D | HexagonGenExtract.cpp | 240 Instruction *In = &*I; in visitBlock() local
|
| D | RDFGraph.cpp | 598 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()
|
| D | HexagonLoopIdiomRecognition.cpp | 977 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
|
| D | RDFRegisters.cpp | 78 for (const MachineInstr &In : B) in PhysicalRegisterInfo() local
|
| D | HexagonCommonGEP.cpp | 741 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/ |
| D | IceCfgNode.h | 119 void addInEdge(CfgNode *In) { InEdges.push_back(In); } in addInEdge()
|
| /third_party/skia/src/gpu/ |
| D | GrShaderVar.h | 24 In, enumerator
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/XRay/ |
| D | InstrumentationMap.cpp | 201 yaml::Input In(StringRef(MappedFile.data(), MappedFile.size())); in loadYAML() local
|
| D | Trace.cpp | 353 Input In(Data); in loadYAMLLog() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
| D | VFABIDemangling.cpp | 361 MangledName.take_while([](char In) { return In != '('; }); in tryDemangleForVFABI()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/ |
| D | TGLexer.h | 49 Bit, Bits, Class, Code, Dag, Def, Foreach, Defm, Field, In, Int, Let, List, enumerator
|
| /third_party/typescript/tests/cases/conformance/parser/ecmascript5/ |
| D | parserRealSource3.ts | 27 In, enumerator
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/time/ |
| D | time.cc | 206 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/ |
| D | InstCombineCasts.cpp | 861 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
|
| D | InstCombineInternal.h | 246 BinaryOperator::BinaryOps Opcode, Constant *In, bool IsRHSConstant) { in getSafeVectorConstantForBinop()
|
| /third_party/skia/infra/bots/gen_tasks_logic/ |
| D | gen_tasks_logic.go | 332 func In(s string, a []string) bool { func
|