Home
last modified time | relevance | path

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

123

/external/llvm-project/llvm/include/llvm/IR/
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
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DUser.h261 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/
DSpeculateAroundPHIs.cpp466 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()
DSpeculativeExecution.cpp282 for (const Value *V : U->operand_values()) { in considerHoistingFromTo()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DSpeculateAroundPHIs.cpp462 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()
DSpeculativeExecution.cpp258 for (Value* V : U->operand_values()) { in considerHoistingFromTo()
DLoopDistribute.cpp173 for (Value *V : I->operand_values()) { in populateUsedSet()
/external/llvm/lib/Transforms/Scalar/
DSpeculativeExecution.cpp234 for (Value* V : U->operand_values()) { in considerHoistingFromTo()
DLoopDistribute.cpp127 for (Value *V : I->operand_values()) { in populateUsedSet()
/external/tensorflow/tensorflow/compiler/mlir/xla/ir/
Dmlir_hlo_builder.cc572 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/
DUser.h237 iterator_range<value_op_iterator> operand_values() { in operand_values() function
/external/llvm/include/llvm/IR/
DUser.h224 iterator_range<value_op_iterator> operand_values() { in operand_values() function
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
DRenderScriptx86ABIFixups.cpp74 for (const auto *param : call_inst->operand_values()) in isRSAllocationTyCallSite()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/
DTargetLoweringObjectFile.cpp63 for (auto Operand : C->operand_values()) { in isNullOrUndef()
/external/llvm-project/llvm/lib/Target/
DTargetLoweringObjectFile.cpp74 for (auto Operand : C->operand_values()) { in isNullOrUndef()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
DCoroElide.cpp70 for (Value *Op : CI->operand_values()) in operandReferences()
/external/llvm-project/polly/lib/CodeGen/
DPerfMonitor.cpp42 for (Value *X : Array->operand_values()) in addToGlobalConstructors()
/external/llvm-project/llvm/lib/Transforms/Coroutines/
DCoroElide.cpp73 for (Value *Op : CI->operand_values()) in operandReferences()
/external/llvm-project/mlir/lib/Target/LLVMIR/
DConvertFromLLVMIR.cpp573 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/
DCGSCCPassManager.cpp473 for (Value *Op : I.operand_values()) in updateCGAndAnalysisManagerForFunctionPass()
DTargetTransformInfo.cpp1186 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/
DLazyCallGraph.cpp55 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/
DLazyCallGraph.h1110 for (Value *Op : C->operand_values()) in visitReferences()
/external/llvm-project/llvm/include/llvm/Analysis/
DLazyCallGraph.h1117 for (Value *Op : C->operand_values()) in visitReferences()
/external/llvm-project/polly/lib/Transform/
DForwardOpTree.cpp687 for (Value *OpVal : UseInst->operand_values()) { in forwardSpeculatable()

123