Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/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.h107 for (const Value *Op : CA->operand_values()) { in check()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DSpeculativeExecution.cpp285 for (const Value *V : U->operand_values()) { in considerHoistingFromTo()
H A DLoopDistribute.cpp170 for (Value *V : I->operand_values()) { in populateUsedSet()
H A DLowerMatrixIntrinsics.cpp2243 for (Value *Op : cast<Instruction>(V)->operand_values()) in collectSharedInfo()
2271 for (Value *Op : cast<Instruction>(Root)->operand_values()) { in sumOpInfos()
H A DNewGVN.cpp2627 for (auto *Op : OrigI->operand_values()) { in OpIsSafeForPHIOfOps()
2719 SmallVector<Value *, 4> Ops(I->operand_values()); in makePossiblePHIOfOps()
H A DRewriteStatepointsForGC.cpp1433 for (auto *OpValue : ClonedValue->operand_values()) { in rematerializeChain()
H A DSimpleLoopUnswitch.cpp167 for (Value *OpV : I.operand_values()) { in collectHomogenousInstGraphLoopInvariants()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DOperator.cpp97 SmallVector<const Value *> Index(llvm::drop_begin(operand_values())); in accumulateConstantOffset()
H A DConstants.cpp818 for (const Value *Op : operand_values()) in isManifestConstant()
/openbsd-src/gnu/llvm/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp74 for (const auto *Operand : C->operand_values()) { in isNullOrUndef()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Coroutines/
H A DCoroElide.cpp81 for (Value *Op : CI->operand_values()) in operandReferences()
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h1096 SmallVector<const Value *, 2> Operands(U->operand_values()); in getInstructionCost()
1292 SmallVector<const Value *, 4> Ops(I->operand_values()); in isExpensiveToSpeculativelyExecute()
H A DTargetTransformInfo.h310 SmallVector<const Value *, 4> Operands(U->operand_values()); in getInstructionCost()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DLazyCallGraph.cpp109 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 DCGSCCPassManager.cpp936 for (Value *Op : I.operand_values()) in updateCGAndAnalysisManagerForPass()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.cpp86 for (const Value *V : I->operand_values()) { in dependsOnLocalPhi()
/openbsd-src/gnu/llvm/llvm/tools/bugpoint/
H A DCrashDebugger.cpp227 for (Value *V : OldUsedVal->operand_values()) { in RemoveFunctionReferences()
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.cpp1430 SmallVector<const Value *> Operands(I.operand_values()); in getUnrollingPreferences()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp1312 for (auto *Op : CI->operand_values()) in foldShuffleFromReductions()
H A DLoopVectorize.cpp4508 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 DSLPVectorizer.cpp5088 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 DScalarEvolutionExpander.cpp2643 if (llvm::is_contained(InsertionPoint->operand_values(), U->getValue())) in isSafeToExpandAt()
H A DLocal.cpp1725 for (auto *VI : PHI->operand_values()) { in insertDebugValuesForPHIs()
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp2354 SmallVector<const Value*, 4> Operands(I.operand_values()); in getUnrollingPreferences()

12