Home
last modified time | relevance | path

Searched defs:OI (Results 1 – 25 of 44) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/
DDependencyAnalysis.cpp100 for (ImmutableCallSite::arg_iterator OI = CS.arg_begin(), in CanUse() local
119 for (User::const_op_iterator OI = Inst->op_begin(), OE = Inst->op_end(); in CanUse() local
DObjCARCAPElim.cpp157 for (User::op_iterator OI = Init->op_begin(), OE = Init->op_end(); in runOnModule() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DOrderedBasicBlock.cpp103 auto OI = NumberedInsts.find(Old); in replaceInstruction() local
DObjCARCInstKind.cpp299 for (User::const_op_iterator OI = I->op_begin(), OE = I->op_end(); in GetARCInstKind() local
DAliasAnalysisEvaluator.cpp128 for (Instruction::op_iterator OI = Inst.op_begin(), OE = Inst.op_end(); in runInternal() local
DModuleSummaryAnalysis.cpp104 for (const auto &OI : U->operands()) { in findRefEdges() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DInstructionPrecedenceTracking.h34 OrderedInstructions OI; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/
DARMMCTargetDesc.cpp87 for (unsigned OI = 4, OE = MI.getNumOperands(); OI < OE; ++OI) { in getARMStoreDeprecationInfo() local
105 for (unsigned OI = 4, OE = MI.getNumOperands(); OI < OE; ++OI) { in getARMLoadDeprecationInfo() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DFloat2Int.cpp227 if (Instruction *OI = dyn_cast<Instruction>(O)) { in walkBackwards() local
301 if (Instruction *OI = dyn_cast<Instruction>(O)) { in walkForwards() local
DGVN.cpp277 for (Instruction::op_iterator OI = I->op_begin(), OE = I->op_end(); in createExpr() local
349 for (Instruction::op_iterator OI = EI->op_begin(), OE = EI->op_end(); in createExtractvalueExpr() local
1340 for (GetElementPtrInst::op_iterator OI = GEP->idx_begin(), in processNonLocalLoad() local
DDeadStoreElimination.cpp1021 for (auto OI : IOL) { in removePartiallyOverlappedStores() local
DLoopRerollPass.cpp709 for (User::op_iterator OI = I->op_begin(), in collectInLoopUserSet() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/IntelJITEvents/
DIntelJITEventListener.cpp216 ObjectMap::iterator OI = LoadedObjectMap.find(ObjData); in notifyFreeingObject() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DPartialInlining.cpp706 static bool hasProfileData(Function *F, FunctionOutliningInfo *OI) { in hasProfileData()
967 Function *F, FunctionOutliningInfo *OI, OptimizationRemarkEmitter &ORE, in FunctionCloner()
991 Function *F, FunctionOutliningMultiRegionInfo *OI, in FunctionCloner()
1313 std::unique_ptr<FunctionOutliningInfo> OI = computeOutliningInfo(F); in unswitchFunction() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DPredicateInfo.h249 OrderedInstructions OI; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/Symbolize/
DSymbolizableObjectFile.cpp94 auto OI = I; in create() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIMachineFunctionInfo.cpp152 for (auto OI = FrameInfo.getObjectIndexBegin(), in SIMachineFunctionInfo() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DPredicateInfo.cpp112 static bool valueComesBefore(OrderedInstructions &OI, const Value *A, in valueComesBefore()
130 OrderedInstructions &OI; member
DCodeExtractor.cpp604 for (auto &OI : II.operands()) { in findInputsOutputs() local
DSimplifyLibCalls.cpp105 return any_of(CI->operands(), [](const Use &OI) { in callHasFloatingPointArgument()
111 return any_of(CI->operands(), [](const Use &OI) { in callHasFP128Argument()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
DValueEnumerator.cpp962 for (const Use &OI : I.operands()) { in incorporateFunction() local
983 for (const Use &OI : I.operands()) { in incorporateFunction() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/
DLanaiInstrInfo.cpp207 MachineInstr *OI) { in isRedundantFlagInstr()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineBasicBlock.cpp906 for (MachineInstr::mop_iterator OI = MI->operands_begin(), in SplitCriticalEdge() local
927 for (MachineInstr::mop_iterator OI = MI->operands_begin(), in SplitCriticalEdge() local
DLiveIntervals.cpp1521 for (MachineInstr::mop_iterator OI = MI.operands_begin(), in repairOldRegInRange() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
DRISCVInstrInfo.cpp510 for (auto &OI : enumerate(Desc.operands())) { in verifyInstruction() local

12