Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DUser.h266 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 DPatternMatch.h123 for (const Value *Op : CA->operand_values()) { in check()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSpeculativeExecution.cpp302 return HasNoUnhoistedInstr(U->operand_values()); in considerHoistingFromTo()
H A DLoopDistribute.cpp167 for (Value *V : I->operand_values()) { in populateUsedSet()
H A DLowerMatrixIntrinsics.cpp2495 for (Value *Op : cast<Instruction>(V)->operand_values()) in collectSharedInfo()
2523 for (Value *Op : cast<Instruction>(Root)->operand_values()) { in sumOpInfos()
H A DNewGVN.cpp2630 for (auto *Op : OrigI->operand_values()) { in OpIsSafeForPHIOfOps()
2722 SmallVector<Value *, 4> Ops(I->operand_values()); in makePossiblePHIOfOps()
H A DRewriteStatepointsForGC.cpp1392 for (auto *OpValue : ClonedValue->operand_values()) { in rematerializeChain()
H A DSimpleLoopUnswitch.cpp209 for (Value *OpV : I.operand_values()) { in collectHomogenousInstGraphLoopInvariants()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DOperator.cpp117 SmallVector<const Value *> Index(llvm::drop_begin(operand_values())); in accumulateConstantOffset()
/freebsd/contrib/llvm-project/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp74 for (const auto *Operand : C->operand_values()) { in isNullOrUndef()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroElide.cpp106 for (Value *Op : CI->operand_values()) in operandReferences()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyCallGraph.cpp109 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 DCGSCCPassManager.cpp937 for (Value *Op : I.operand_values()) in updateCGAndAnalysisManagerForPass()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSelectOptimize.cpp1074 for (Value *Op : II->operand_values()) in getExclBackwardsSlice()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.cpp84 for (const Value *V : I->operand_values()) { in dependsOnLocalPhi()
H A DAMDGPULowerBufferFatPointers.cpp640 for (Value *Op : VC->operand_values()) { in materializeBufferFatPtrConst()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h1480 SmallVector<const Value *, 4> Ops(I->operand_values()); in isExpensiveToSpeculativelyExecute()
H A DTargetTransformInfo.h414 SmallVector<const Value *, 4> Operands(U->operand_values()); in getInstructionCost()
/freebsd/contrib/llvm-project/llvm/tools/bugpoint/
H A DCrashDebugger.cpp239 for (Value *V : OldUsedVal->operand_values()) { in RemoveFunctionReferences()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp2045 for (auto VI : PHI->operand_values()) { in insertDbgVariableRecordsForPHIs()
2111 for (auto *VI : PHI->operand_values()) { in insertDebugValuesForPHIs()
H A DScalarEvolutionExpander.cpp2366 if (llvm::is_contained(InsertionPoint->operand_values(), U->getValue())) in isSafeToExpandAt()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.cpp1879 SmallVector<const Value *> Operands(I.operand_values()); in getUnrollingPreferences()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp3446 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 DVectorCombine.cpp2043 for (auto *Op : CI->operand_values()) in foldShuffleFromReductions()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp2503 SmallVector<const Value*, 4> Operands(I.operand_values()); in getUnrollingPreferences()

12