| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | User.h | 266 iterator_range<value_op_iterator> operand_values() { in operand_values() function 287 iterator_range<const_value_op_iterator> operand_values() const { in operand_values() function
|
| H A D | PatternMatch.h | 107 for (const Value *Op : CA->operand_values()) { in check()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| H A D | SpeculativeExecution.cpp | 285 for (const Value *V : U->operand_values()) { in considerHoistingFromTo()
|
| H A D | LoopDistribute.cpp | 170 for (Value *V : I->operand_values()) { in populateUsedSet()
|
| H A D | LowerMatrixIntrinsics.cpp | 2243 for (Value *Op : cast<Instruction>(V)->operand_values()) in collectSharedInfo() 2271 for (Value *Op : cast<Instruction>(Root)->operand_values()) { in sumOpInfos()
|
| H A D | NewGVN.cpp | 2627 for (auto *Op : OrigI->operand_values()) { in OpIsSafeForPHIOfOps() 2719 SmallVector<Value *, 4> Ops(I->operand_values()); in makePossiblePHIOfOps()
|
| H A D | RewriteStatepointsForGC.cpp | 1433 for (auto *OpValue : ClonedValue->operand_values()) { in rematerializeChain()
|
| H A D | SimpleLoopUnswitch.cpp | 167 for (Value *OpV : I.operand_values()) { in collectHomogenousInstGraphLoopInvariants()
|
| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | Operator.cpp | 97 SmallVector<const Value *> Index(llvm::drop_begin(operand_values())); in accumulateConstantOffset()
|
| H A D | Constants.cpp | 818 for (const Value *Op : operand_values()) in isManifestConstant()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/ |
| H A D | TargetLoweringObjectFile.cpp | 74 for (const auto *Operand : C->operand_values()) { in isNullOrUndef()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Coroutines/ |
| H A D | CoroElide.cpp | 81 for (Value *Op : CI->operand_values()) in operandReferences()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/ |
| H A D | TargetTransformInfoImpl.h | 1096 SmallVector<const Value *, 2> Operands(U->operand_values()); in getInstructionCost() 1292 SmallVector<const Value *, 4> Ops(I->operand_values()); in isExpensiveToSpeculativelyExecute()
|
| H A D | TargetTransformInfo.h | 310 SmallVector<const Value *, 4> Operands(U->operand_values()); in getInstructionCost()
|
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | LazyCallGraph.cpp | 109 for (Value *Op : I.operand_values()) in populateSlow() 1588 for (Value *Op : I.operand_values()) { in getEdgeKind() 1977 for (Value *Op : C->operand_values()) in visitReferences()
|
| H A D | CGSCCPassManager.cpp | 936 for (Value *Op : I.operand_values()) in updateCGAndAnalysisManagerForPass()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUTargetTransformInfo.cpp | 86 for (const Value *V : I->operand_values()) { in dependsOnLocalPhi()
|
| /openbsd-src/gnu/llvm/llvm/tools/bugpoint/ |
| H A D | CrashDebugger.cpp | 227 for (Value *V : OldUsedVal->operand_values()) { in RemoveFunctionReferences()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/ |
| H A D | RISCVTargetTransformInfo.cpp | 1430 SmallVector<const Value *> Operands(I.operand_values()); in getUnrollingPreferences()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/ |
| H A D | VectorCombine.cpp | 1312 for (auto *Op : CI->operand_values()) in foldShuffleFromReductions()
|
| H A D | LoopVectorize.cpp | 4508 SmallVector<const Value *, 4> Operands(I->operand_values()); in getDivRemSpeculationCost() 4770 for (auto *OV : I->operand_values()) { in collectLoopUniforms() 7157 SmallVector<const Value *, 4> Operands(I->operand_values()); in getInstructionCost()
|
| H A D | SLPVectorizer.cpp | 5088 InstsCount.push_back(count_if(I->operand_values(), [](Value *Op) { in buildTree_rec() 7274 SmallVector<const Value *> Operands(VI->operand_values()); in getEntryCost() 13237 for (auto *Op : Inst->operand_values()) in vectorizeHorReduction() 13745 for (auto *V : it->operand_values()) { in vectorizeChainsInBlock()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
| H A D | ScalarEvolutionExpander.cpp | 2643 if (llvm::is_contained(InsertionPoint->operand_values(), U->getValue())) in isSafeToExpandAt()
|
| H A D | Local.cpp | 1725 for (auto *VI : PHI->operand_values()) { in insertDebugValuesForPHIs()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/ARM/ |
| H A D | ARMTargetTransformInfo.cpp | 2354 SmallVector<const Value*, 4> Operands(I.operand_values()); in getUnrollingPreferences()
|