/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | User.h | 262 iterator_range<value_op_iterator> operand_values() { in operand_values() function 283 iterator_range<const_value_op_iterator> operand_values() const { in operand_values() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | SpeculateAroundPHIs.cpp | 455 for (Value *OpV : I->operand_values()) in findProfitablePHIs() 528 for (auto *OpV : SpecI->operand_values()) { in findProfitablePHIs() 620 for (auto *OpV : OrigI->operand_values()) { in speculatePHIs()
|
D | SpeculativeExecution.cpp | 257 for (Value* V : U->operand_values()) { in considerHoistingFromTo()
|
D | LoopDistribute.cpp | 161 for (Value *V : I->operand_values()) { in populateUsedSet()
|
D | NewGVN.cpp | 2629 for (auto *Op : OrigI->operand_values()) { in OpIsSafeForPHIOfOpsHelper() 2738 SmallVector<Value *, 4> Ops(I->operand_values()); in makePossiblePHIOfOps()
|
D | SimpleLoopUnswitch.cpp | 94 for (Value *OpV : I.operand_values()) { in collectHomogenousInstGraphLoopInvariants()
|
/external/llvm/lib/Transforms/Scalar/ |
D | SpeculativeExecution.cpp | 234 for (Value* V : U->operand_values()) { in considerHoistingFromTo()
|
D | LoopDistribute.cpp | 127 for (Value *V : I->operand_values()) { in populateUsedSet()
|
D | RewriteStatepointsForGC.cpp | 1931 for (auto OpValue : ClonedValue->operand_values()) { in rematerializeLiveValues()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | User.h | 237 iterator_range<value_op_iterator> operand_values() { in operand_values() function
|
/external/llvm/include/llvm/IR/ |
D | User.h | 224 iterator_range<value_op_iterator> operand_values() { in operand_values() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ |
D | TargetLoweringObjectFile.cpp | 60 for (auto Operand : C->operand_values()) { in isNullOrUndef()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Coroutines/ |
D | CoroElide.cpp | 70 for (Value *Op : CI->operand_values()) in operandReferences()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | CGSCCPassManager.cpp | 453 for (Value *Op : I.operand_values()) in updateCGAndAnalysisManagerForFunctionPass()
|
D | TargetTransformInfo.cpp | 1003 SmallVector<const Value *, 2> Operands(I->operand_values()); in getInstructionThroughput()
|
D | LazyCallGraph.cpp | 112 for (Value *Op : I.operand_values()) in populateSlow()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUTargetTransformInfo.cpp | 79 for (const Value *V : I->operand_values()) { in dependsOnLocalPhi()
|
/external/llvm/lib/Analysis/ |
D | LazyCallGraph.cpp | 55 for (Value *Op : C->operand_values()) in findReferences() 84 for (Value *Op : I.operand_values()) in Node()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | LazyCallGraph.h | 1095 for (Value *Op : C->operand_values()) in visitReferences()
|
/external/llvm/tools/bugpoint/ |
D | CrashDebugger.cpp | 221 for(Value *V : OldUsedVal->operand_values()) { in RemoveFunctionReferences()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64TargetTransformInfo.cpp | 270 SmallVector<const Value *, 4> Operands(SingleUser->operand_values()); in getCastInstrCost()
|
/external/pcre/dist2/src/sljit/ |
D | sljitNativeTILEGX-encoder.c | 664 long long operand_values[TILEGX_MAX_OPERANDS]; member 9575 d->operand_values[i] = opval; in parse_insn_tilegx() 10130 num = decoded[i].operand_values[j]; in print_insn_tilegx()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/bugpoint/ |
D | CrashDebugger.cpp | 223 for (Value *V : OldUsedVal->operand_values()) { in RemoveFunctionReferences()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/ |
D | SLPVectorizer.cpp | 2280 SmallVector<const Value *, 4> Operands(VL0->operand_values()); in getEntryCost() 6139 for (auto *Op : Inst->operand_values()) in tryToVectorizeHorReductionOrInstOperands() 6333 for (auto *V : it->operand_values()) { in vectorizeChainsInBlock()
|
D | LoopVectorize.cpp | 3118 SmallVector<const Value *, 4> Operands(I->operand_values()); in getScalarizationOverhead() 4510 for (auto OV : I->operand_values()) { in collectLoopUniforms() 6127 SmallVector<const Value *, 4> Operands(I->operand_values()); in getInstructionCost()
|