Home
last modified time | relevance | path

Searched refs:operand_values (Results 1 – 25 of 28) sorted by relevance

12

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DUser.h262 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/
DSpeculateAroundPHIs.cpp455 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()
DSpeculativeExecution.cpp257 for (Value* V : U->operand_values()) { in considerHoistingFromTo()
DLoopDistribute.cpp161 for (Value *V : I->operand_values()) { in populateUsedSet()
DNewGVN.cpp2629 for (auto *Op : OrigI->operand_values()) { in OpIsSafeForPHIOfOpsHelper()
2738 SmallVector<Value *, 4> Ops(I->operand_values()); in makePossiblePHIOfOps()
DSimpleLoopUnswitch.cpp94 for (Value *OpV : I.operand_values()) { in collectHomogenousInstGraphLoopInvariants()
/external/llvm/lib/Transforms/Scalar/
DSpeculativeExecution.cpp234 for (Value* V : U->operand_values()) { in considerHoistingFromTo()
DLoopDistribute.cpp127 for (Value *V : I->operand_values()) { in populateUsedSet()
DRewriteStatepointsForGC.cpp1931 for (auto OpValue : ClonedValue->operand_values()) { in rematerializeLiveValues()
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DUser.h237 iterator_range<value_op_iterator> operand_values() { in operand_values() function
/external/llvm/include/llvm/IR/
DUser.h224 iterator_range<value_op_iterator> operand_values() { in operand_values() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/
DTargetLoweringObjectFile.cpp60 for (auto Operand : C->operand_values()) { in isNullOrUndef()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Coroutines/
DCoroElide.cpp70 for (Value *Op : CI->operand_values()) in operandReferences()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DCGSCCPassManager.cpp453 for (Value *Op : I.operand_values()) in updateCGAndAnalysisManagerForFunctionPass()
DTargetTransformInfo.cpp1003 SmallVector<const Value *, 2> Operands(I->operand_values()); in getInstructionThroughput()
DLazyCallGraph.cpp112 for (Value *Op : I.operand_values()) in populateSlow()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUTargetTransformInfo.cpp79 for (const Value *V : I->operand_values()) { in dependsOnLocalPhi()
/external/llvm/lib/Analysis/
DLazyCallGraph.cpp55 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/
DLazyCallGraph.h1095 for (Value *Op : C->operand_values()) in visitReferences()
/external/llvm/tools/bugpoint/
DCrashDebugger.cpp221 for(Value *V : OldUsedVal->operand_values()) { in RemoveFunctionReferences()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64TargetTransformInfo.cpp270 SmallVector<const Value *, 4> Operands(SingleUser->operand_values()); in getCastInstrCost()
/external/pcre/dist2/src/sljit/
DsljitNativeTILEGX-encoder.c664 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/
DCrashDebugger.cpp223 for (Value *V : OldUsedVal->operand_values()) { in RemoveFunctionReferences()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp2280 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()
DLoopVectorize.cpp3118 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()

12