| /llvm-project-15.0.7/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
|
| /llvm-project-15.0.7/mlir/python/mlir/dialects/linalg/opdsl/lang/ |
| H A D | emitter.py | 299 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 D | SpeculativeExecution.cpp | 285 for (const Value *V : U->operand_values()) { in considerHoistingFromTo()
|
| H A D | LoopDistribute.cpp | 171 for (Value *V : I->operand_values()) { in populateUsedSet()
|
| H A D | LowerMatrixIntrinsics.cpp | 2119 for (Value *Op : cast<Instruction>(V)->operand_values()) in collectSharedInfo() 2147 for (Value *Op : cast<Instruction>(Root)->operand_values()) { in sumOpInfos()
|
| H A D | NewGVN.cpp | 2610 for (auto *Op : OrigI->operand_values()) { in OpIsSafeForPHIOfOpsHelper() 2721 SmallVector<Value *, 4> Ops(I->operand_values()); in makePossiblePHIOfOps()
|
| H A D | RewriteStatepointsForGC.cpp | 2446 for (auto OpValue : ClonedValue->operand_values()) { in rematerializeLiveValues()
|
| H A D | SimpleLoopUnswitch.cpp | 152 for (Value *OpV : I.operand_values()) { in collectHomogenousInstGraphLoopInvariants()
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | Operator.cpp | 92 SmallVector<const Value *> Index(llvm::drop_begin(operand_values())); in accumulateConstantOffset()
|
| /llvm-project-15.0.7/polly/lib/CodeGen/ |
| H A D | PerfMonitor.cpp | 42 for (Value *X : Array->operand_values()) in addToGlobalConstructors()
|
| H A D | BlockGenerators.cpp | 717 for (Value *Op : Inst->operand_values()) { in generateBeginStmtTrace()
|
| /llvm-project-15.0.7/llvm/lib/Target/ |
| H A D | TargetLoweringObjectFile.cpp | 74 for (auto Operand : C->operand_values()) { in isNullOrUndef()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Coroutines/ |
| H A D | CoroElide.cpp | 80 for (Value *Op : CI->operand_values()) in operandReferences()
|
| /llvm-project-15.0.7/llvm/lib/Target/RISCV/ |
| H A D | RISCVTargetTransformInfo.cpp | 432 SmallVector<const Value *> Operands(I.operand_values()); in getUnrollingPreferences()
|
| /llvm-project-15.0.7/llvm/include/llvm/Analysis/ |
| H A D | TargetTransformInfoImpl.h | 1056 SmallVector<const Value *, 2> Operands(U->operand_values()); in getUserCost() 1242 SmallVector<const Value *, 4> Operands(I->operand_values()); in getInstructionLatency()
|
| H A D | TargetTransformInfo.h | 330 SmallVector<const Value *, 4> Operands(U->operand_values()); in getUserCost()
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | LazyCallGraph.cpp | 114 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 D | CGSCCPassManager.cpp | 951 for (Value *Op : I.operand_values()) in updateCGAndAnalysisManagerForPass()
|
| /llvm-project-15.0.7/mlir/lib/Target/LLVMIR/ |
| H A D | ConvertFromLLVMIR.cpp | 836 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 D | ForwardOpTree.cpp | 690 for (Value *OpVal : UseInst->operand_values()) { in forwardSpeculatable()
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUTargetTransformInfo.cpp | 85 for (const Value *V : I->operand_values()) { in dependsOnLocalPhi()
|
| /llvm-project-15.0.7/llvm/tools/bugpoint/ |
| H A D | CrashDebugger.cpp | 227 for (Value *V : OldUsedVal->operand_values()) { in RemoveFunctionReferences()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/ |
| H A D | VectorCombine.cpp | 1169 for (auto *Op : CI->operand_values()) in foldShuffleFromReductions()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Utils/ |
| H A D | ScalarEvolutionExpander.cpp | 2637 if (llvm::is_contained(InsertionPoint->operand_values(), U->getValue())) in isSafeToExpandAt()
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/ |
| H A D | ARMTargetTransformInfo.cpp | 2313 SmallVector<const Value*, 4> Operands(I.operand_values()); in getUnrollingPreferences()
|