/external/llvm-project/llvm/include/llvm/IR/ |
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
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | User.h | 261 iterator_range<value_op_iterator> operand_values() { in operand_values() function 282 iterator_range<const_value_op_iterator> operand_values() const { in operand_values() function
|
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | SpeculateAroundPHIs.cpp | 466 for (Value *OpV : I->operand_values()) in findProfitablePHIs() 539 for (auto *OpV : SpecI->operand_values()) { in findProfitablePHIs() 631 for (auto *OpV : OrigI->operand_values()) { in speculatePHIs()
|
D | SpeculativeExecution.cpp | 282 for (const Value *V : U->operand_values()) { in considerHoistingFromTo()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | SpeculateAroundPHIs.cpp | 462 for (Value *OpV : I->operand_values()) in findProfitablePHIs() 535 for (auto *OpV : SpecI->operand_values()) { in findProfitablePHIs() 627 for (auto *OpV : OrigI->operand_values()) { in speculatePHIs()
|
D | SpeculativeExecution.cpp | 258 for (Value* V : U->operand_values()) { in considerHoistingFromTo()
|
D | LoopDistribute.cpp | 173 for (Value *V : I->operand_values()) { in populateUsedSet()
|
/external/llvm/lib/Transforms/Scalar/ |
D | SpeculativeExecution.cpp | 234 for (Value* V : U->operand_values()) { in considerHoistingFromTo()
|
D | LoopDistribute.cpp | 127 for (Value *V : I->operand_values()) { in populateUsedSet()
|
/external/tensorflow/tensorflow/compiler/mlir/xla/ir/ |
D | mlir_hlo_builder.cc | 572 llvm::SmallVector<mlir::Value, 4> operand_values; in CreateOp() local 573 operand_values.reserve(operands.size()); in CreateOp() 575 operand_values.push_back(GetValue(xla_op)); in CreateOp() 579 mlir::OperationState state(loc_, op_name, operand_values, {ty}, attributes); in CreateOp()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | User.h | 237 iterator_range<value_op_iterator> operand_values() { in operand_values() function
|
/external/llvm/include/llvm/IR/ |
D | User.h | 224 iterator_range<value_op_iterator> operand_values() { in operand_values() function
|
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/ |
D | RenderScriptx86ABIFixups.cpp | 74 for (const auto *param : call_inst->operand_values()) in isRSAllocationTyCallSite()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ |
D | TargetLoweringObjectFile.cpp | 63 for (auto Operand : C->operand_values()) { in isNullOrUndef()
|
/external/llvm-project/llvm/lib/Target/ |
D | TargetLoweringObjectFile.cpp | 74 for (auto Operand : C->operand_values()) { in isNullOrUndef()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/ |
D | CoroElide.cpp | 70 for (Value *Op : CI->operand_values()) in operandReferences()
|
/external/llvm-project/polly/lib/CodeGen/ |
D | PerfMonitor.cpp | 42 for (Value *X : Array->operand_values()) in addToGlobalConstructors()
|
/external/llvm-project/llvm/lib/Transforms/Coroutines/ |
D | CoroElide.cpp | 73 for (Value *Op : CI->operand_values()) in operandReferences()
|
/external/llvm-project/mlir/lib/Target/LLVMIR/ |
D | ConvertFromLLVMIR.cpp | 573 for (auto *op : inst->operand_values()) { in processInstruction() 738 for (auto *op : gep->operand_values()) { in processInstruction()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | CGSCCPassManager.cpp | 473 for (Value *Op : I.operand_values()) in updateCGAndAnalysisManagerForFunctionPass()
|
D | TargetTransformInfo.cpp | 1186 SmallVector<const Value *, 2> Operands(I->operand_values()); in getInstructionThroughput() 1196 SmallVector<const Value *, 2> Operands(I->operand_values()); in getInstructionThroughput()
|
/external/llvm/lib/Analysis/ |
D | LazyCallGraph.cpp | 55 for (Value *Op : C->operand_values()) in findReferences() 84 for (Value *Op : I.operand_values()) in Node()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | LazyCallGraph.h | 1110 for (Value *Op : C->operand_values()) in visitReferences()
|
/external/llvm-project/llvm/include/llvm/Analysis/ |
D | LazyCallGraph.h | 1117 for (Value *Op : C->operand_values()) in visitReferences()
|
/external/llvm-project/polly/lib/Transform/ |
D | ForwardOpTree.cpp | 687 for (Value *OpVal : UseInst->operand_values()) { in forwardSpeculatable()
|