/freebsd/contrib/llvm-project/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 | 123 for (const Value *Op : CA->operand_values()) { in check()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | SpeculativeExecution.cpp | 302 return HasNoUnhoistedInstr(U->operand_values()); in considerHoistingFromTo()
|
H A D | LoopDistribute.cpp | 167 for (Value *V : I->operand_values()) { in populateUsedSet()
|
H A D | LowerMatrixIntrinsics.cpp | 2495 for (Value *Op : cast<Instruction>(V)->operand_values()) in collectSharedInfo() 2523 for (Value *Op : cast<Instruction>(Root)->operand_values()) { in sumOpInfos()
|
H A D | NewGVN.cpp | 2630 for (auto *Op : OrigI->operand_values()) { in OpIsSafeForPHIOfOps() 2722 SmallVector<Value *, 4> Ops(I->operand_values()); in makePossiblePHIOfOps()
|
H A D | RewriteStatepointsForGC.cpp | 1392 for (auto *OpValue : ClonedValue->operand_values()) { in rematerializeChain()
|
H A D | SimpleLoopUnswitch.cpp | 209 for (Value *OpV : I.operand_values()) { in collectHomogenousInstGraphLoopInvariants()
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Operator.cpp | 117 SmallVector<const Value *> Index(llvm::drop_begin(operand_values())); in accumulateConstantOffset()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ |
H A D | TargetLoweringObjectFile.cpp | 74 for (const auto *Operand : C->operand_values()) { in isNullOrUndef()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
H A D | CoroElide.cpp | 106 for (Value *Op : CI->operand_values()) in operandReferences()
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | LazyCallGraph.cpp | 109 for (Value *Op : I.operand_values()) in populateSlow() 1599 for (Value *Op : I.operand_values()) { in getEdgeKind() 1988 for (Value *Op : C->operand_values()) in visitReferences()
|
H A D | CGSCCPassManager.cpp | 937 for (Value *Op : I.operand_values()) in updateCGAndAnalysisManagerForPass()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | SelectOptimize.cpp | 1074 for (Value *Op : II->operand_values()) in getExclBackwardsSlice()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUTargetTransformInfo.cpp | 84 for (const Value *V : I->operand_values()) { in dependsOnLocalPhi()
|
H A D | AMDGPULowerBufferFatPointers.cpp | 640 for (Value *Op : VC->operand_values()) { in materializeBufferFatPtrConst()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | TargetTransformInfoImpl.h | 1480 SmallVector<const Value *, 4> Ops(I->operand_values()); in isExpensiveToSpeculativelyExecute()
|
H A D | TargetTransformInfo.h | 414 SmallVector<const Value *, 4> Operands(U->operand_values()); in getInstructionCost()
|
/freebsd/contrib/llvm-project/llvm/tools/bugpoint/ |
H A D | CrashDebugger.cpp | 239 for (Value *V : OldUsedVal->operand_values()) { in RemoveFunctionReferences()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | Local.cpp | 2045 for (auto VI : PHI->operand_values()) { in insertDbgVariableRecordsForPHIs() 2111 for (auto *VI : PHI->operand_values()) { in insertDebugValuesForPHIs()
|
H A D | ScalarEvolutionExpander.cpp | 2366 if (llvm::is_contained(InsertionPoint->operand_values(), U->getValue())) in isSafeToExpandAt()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVTargetTransformInfo.cpp | 1879 SmallVector<const Value *> Operands(I.operand_values()); in getUnrollingPreferences()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorize.cpp | 3446 SmallVector<const Value *, 4> Operands(I->operand_values()); in getDivRemSpeculationCost() 3720 for (auto *OV : I->operand_values()) { in collectLoopUniforms() 6501 SmallVector<const Value *, 4> Operands(I->operand_values()); in getInstructionCost()
|
H A D | VectorCombine.cpp | 2043 for (auto *Op : CI->operand_values()) in foldShuffleFromReductions()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMTargetTransformInfo.cpp | 2503 SmallVector<const Value*, 4> Operands(I.operand_values()); in getUnrollingPreferences()
|