Home
last modified time | relevance | path

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

12

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDUser.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
HDPatternMatch.h123 for (const Value *Op : CA->operand_values()) { in check()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDSpeculativeExecution.cpp302 return HasNoUnhoistedInstr(U->operand_values()); in considerHoistingFromTo()
HDLoopDistribute.cpp167 for (Value *V : I->operand_values()) { in populateUsedSet()
HDLowerMatrixIntrinsics.cpp2495 for (Value *Op : cast<Instruction>(V)->operand_values()) in collectSharedInfo()
2523 for (Value *Op : cast<Instruction>(Root)->operand_values()) { in sumOpInfos()
HDNewGVN.cpp2630 for (auto *Op : OrigI->operand_values()) { in OpIsSafeForPHIOfOps()
2722 SmallVector<Value *, 4> Ops(I->operand_values()); in makePossiblePHIOfOps()
HDRewriteStatepointsForGC.cpp1392 for (auto *OpValue : ClonedValue->operand_values()) { in rematerializeChain()
HDSimpleLoopUnswitch.cpp209 for (Value *OpV : I.operand_values()) { in collectHomogenousInstGraphLoopInvariants()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/IR/
HDOperator.cpp117 SmallVector<const Value *> Index(llvm::drop_begin(operand_values())); in accumulateConstantOffset()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/
HDTargetLoweringObjectFile.cpp74 for (const auto *Operand : C->operand_values()) { in isNullOrUndef()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
HDCoroElide.cpp106 for (Value *Op : CI->operand_values()) in operandReferences()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Analysis/
HDLazyCallGraph.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()
HDCGSCCPassManager.cpp937 for (Value *Op : I.operand_values()) in updateCGAndAnalysisManagerForPass()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDSelectOptimize.cpp1074 for (Value *Op : II->operand_values()) in getExclBackwardsSlice()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDAMDGPUTargetTransformInfo.cpp84 for (const Value *V : I->operand_values()) { in dependsOnLocalPhi()
HDAMDGPULowerBufferFatPointers.cpp640 for (Value *Op : VC->operand_values()) { in materializeBufferFatPtrConst()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDTargetTransformInfoImpl.h1480 SmallVector<const Value *, 4> Ops(I->operand_values()); in isExpensiveToSpeculativelyExecute()
HDTargetTransformInfo.h414 SmallVector<const Value *, 4> Operands(U->operand_values()); in getInstructionCost()
/freebsd-14-stable/contrib/llvm-project/llvm/tools/bugpoint/
HDCrashDebugger.cpp239 for (Value *V : OldUsedVal->operand_values()) { in RemoveFunctionReferences()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDLocal.cpp2045 for (auto VI : PHI->operand_values()) { in insertDbgVariableRecordsForPHIs()
2111 for (auto *VI : PHI->operand_values()) { in insertDebugValuesForPHIs()
HDScalarEvolutionExpander.cpp2366 if (llvm::is_contained(InsertionPoint->operand_values(), U->getValue())) in isSafeToExpandAt()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
HDRISCVTargetTransformInfo.cpp1879 SmallVector<const Value *> Operands(I.operand_values()); in getUnrollingPreferences()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
HDLoopVectorize.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()
HDVectorCombine.cpp2043 for (auto *Op : CI->operand_values()) in foldShuffleFromReductions()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMTargetTransformInfo.cpp2503 SmallVector<const Value*, 4> Operands(I.operand_values()); in getUnrollingPreferences()

12