/external/llvm/include/llvm/IR/ |
D | OperandTraits.h | 32 static Use *op_begin(SubClass* U) { in op_begin() function 67 static Use *op_begin(SubClass* U) { in op_begin() function 94 static Use *op_begin(User* U) { in op_begin() function
|
D | User.h | 192 op_iterator op_begin() { return getOperandList(); } in op_begin() function 193 const_op_iterator op_begin() const { return getOperandList(); } in op_begin() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | OperandTraits.h | 31 static Use *op_begin(SubClass* U) { in op_begin() function 69 static Use *op_begin(SubClass* U) { in op_begin() function 96 static Use *op_begin(User* U) { in op_begin() function
|
D | User.h | 229 op_iterator op_begin() { return getOperandList(); } in op_begin() function 230 const_op_iterator op_begin() const { return getOperandList(); } in op_begin() function
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | OperandTraits.h | 32 static Use *op_begin(SubClass* U) { in op_begin() function 67 static Use *op_begin(SubClass* U) { in op_begin() function 94 static Use *op_begin(User* U) { in op_begin() function
|
D | User.h | 205 op_iterator op_begin() { return getOperandList(); } in op_begin() function 206 const_op_iterator op_begin() const { return getOperandList(); } in op_begin() function
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | OperandTraits.h | 31 static Use *op_begin(SubClass* U) { in op_begin() function 69 static Use *op_begin(SubClass* U) { in op_begin() function 96 static Use *op_begin(User* U) { in op_begin() function
|
D | User.h | 234 op_iterator op_begin() { return getOperandList(); } in op_begin() function 235 const_op_iterator op_begin() const { return getOperandList(); } in op_begin() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
D | VPlanValue.h | 174 operand_iterator op_begin() { return Operands.begin(); } in op_begin() function 175 const_operand_iterator op_begin() const { return Operands.begin(); } in op_begin() function
|
/external/llvm-project/mlir/include/mlir/IR/ |
D | Region.h | 157 OpIterator op_begin() { return OpIterator(this); } in op_begin() function 163 template <typename OpT> op_iterator<OpT> op_begin() { in op_begin() function
|
D | Block.h | 182 template <typename OpT> op_iterator<OpT> op_begin() { in op_begin() function
|
/external/llvm-project/llvm/lib/Transforms/Vectorize/ |
D | VPlanValue.h | 227 operand_iterator op_begin() { return Operands.begin(); } in op_begin() function 228 const_operand_iterator op_begin() const { return Operands.begin(); } in op_begin() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Scalar/ |
D | GVNExpression.h | 184 op_iterator op_begin() { return Operands; } in op_begin() function 186 const_op_iterator op_begin() const { return Operands; } in op_begin() function
|
/external/llvm-project/llvm/include/llvm/Transforms/Scalar/ |
D | GVNExpression.h | 184 op_iterator op_begin() { return Operands; } in op_begin() function 186 const_op_iterator op_begin() const { return Operands; } in op_begin() function
|
/external/llvm/include/llvm/Analysis/ |
D | ScalarEvolutionExpressions.h | 145 op_iterator op_begin() const { return Operands; } in op_begin() function
|
/external/llvm-project/llvm/include/llvm/Analysis/ |
D | ScalarEvolutionExpressions.h | 207 op_iterator op_begin() const { return Operands; } in op_begin() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | ScalarEvolutionExpressions.h | 167 op_iterator op_begin() const { return Operands; } in op_begin() function
|
/external/llvm/lib/Analysis/ |
D | ScalarEvolutionExpander.cpp | 385 Value *SCEVExpander::expandAddToGEP(const SCEV *const *op_begin, in expandAddToGEP()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | ScalarEvolutionExpander.cpp | 402 Value *SCEVExpander::expandAddToGEP(const SCEV *const *op_begin, in expandAddToGEP()
|
/external/llvm-project/llvm/lib/Transforms/Utils/ |
D | ScalarEvolutionExpander.cpp | 428 Value *SCEVExpander::expandAddToGEP(const SCEV *const *op_begin, in expandAddToGEP()
|