Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/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
/llvm-project-15.0.7/mlir/python/mlir/dialects/linalg/opdsl/lang/
H A Demitter.py299 operand_values = [
303 operand_values = [expr.scalar_fn.type_var.name] + operand_values
304 return fn(*operand_values)
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DSpeculativeExecution.cpp285 for (const Value *V : U->operand_values()) { in considerHoistingFromTo()
H A DLoopDistribute.cpp171 for (Value *V : I->operand_values()) { in populateUsedSet()
H A DLowerMatrixIntrinsics.cpp2119 for (Value *Op : cast<Instruction>(V)->operand_values()) in collectSharedInfo()
2147 for (Value *Op : cast<Instruction>(Root)->operand_values()) { in sumOpInfos()
H A DNewGVN.cpp2610 for (auto *Op : OrigI->operand_values()) { in OpIsSafeForPHIOfOpsHelper()
2721 SmallVector<Value *, 4> Ops(I->operand_values()); in makePossiblePHIOfOps()
H A DRewriteStatepointsForGC.cpp2446 for (auto OpValue : ClonedValue->operand_values()) { in rematerializeLiveValues()
H A DSimpleLoopUnswitch.cpp152 for (Value *OpV : I.operand_values()) { in collectHomogenousInstGraphLoopInvariants()
/llvm-project-15.0.7/llvm/lib/IR/
H A DOperator.cpp92 SmallVector<const Value *> Index(llvm::drop_begin(operand_values())); in accumulateConstantOffset()
/llvm-project-15.0.7/polly/lib/CodeGen/
H A DPerfMonitor.cpp42 for (Value *X : Array->operand_values()) in addToGlobalConstructors()
H A DBlockGenerators.cpp717 for (Value *Op : Inst->operand_values()) { in generateBeginStmtTrace()
/llvm-project-15.0.7/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp74 for (auto Operand : C->operand_values()) { in isNullOrUndef()
/llvm-project-15.0.7/llvm/lib/Transforms/Coroutines/
H A DCoroElide.cpp80 for (Value *Op : CI->operand_values()) in operandReferences()
/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.cpp432 SmallVector<const Value *> Operands(I.operand_values()); in getUnrollingPreferences()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h1056 SmallVector<const Value *, 2> Operands(U->operand_values()); in getUserCost()
1242 SmallVector<const Value *, 4> Operands(I->operand_values()); in getInstructionLatency()
H A DTargetTransformInfo.h330 SmallVector<const Value *, 4> Operands(U->operand_values()); in getUserCost()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DLazyCallGraph.cpp114 for (Value *Op : I.operand_values()) in populateSlow()
1579 for (Value *Op : I.operand_values()) { in getEdgeKind()
1970 for (Value *Op : C->operand_values()) in visitReferences()
H A DCGSCCPassManager.cpp951 for (Value *Op : I.operand_values()) in updateCGAndAnalysisManagerForPass()
/llvm-project-15.0.7/mlir/lib/Target/LLVMIR/
H A DConvertFromLLVMIR.cpp836 for (auto *op : inst->operand_values()) { in processInstruction()
1076 for (llvm::Value *operand : llvm::drop_begin(gep->operand_values())) { in processInstruction()
/llvm-project-15.0.7/polly/lib/Transform/
H A DForwardOpTree.cpp690 for (Value *OpVal : UseInst->operand_values()) { in forwardSpeculatable()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.cpp85 for (const Value *V : I->operand_values()) { in dependsOnLocalPhi()
/llvm-project-15.0.7/llvm/tools/bugpoint/
H A DCrashDebugger.cpp227 for (Value *V : OldUsedVal->operand_values()) { in RemoveFunctionReferences()
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp1169 for (auto *Op : CI->operand_values()) in foldShuffleFromReductions()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp2637 if (llvm::is_contained(InsertionPoint->operand_values(), U->getValue())) in isSafeToExpandAt()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp2313 SmallVector<const Value*, 4> Operands(I.operand_values()); in getUnrollingPreferences()

12