/external/swiftshader/third_party/LLVM/include/llvm/ |
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 112 inline op_iterator op_begin(); \ 113 inline const_op_iterator op_begin() const; \ 124 CLASS::op_iterator CLASS::op_begin() { \ 125 return OperandTraits<CLASS>::op_begin(this); \ 127 CLASS::const_op_iterator CLASS::op_begin() const { \ 128 return OperandTraits<CLASS>::op_begin(const_cast<CLASS*>(this)); \ 140 OperandTraits<CLASS>::op_begin(const_cast<CLASS*>(this))[i_nocapture].get()); \ [all …]
|
D | User.h | 77 : OperandTraits<U>::op_begin(const_cast<U*>(that))[Idx]; in OpFrom() 114 inline op_iterator op_begin() { return OperandList; } in op_begin() function 115 inline const_op_iterator op_begin() const { return OperandList; } in op_begin() function 128 for (op_iterator i = op_begin(), e = op_end(); i != e; ++i) in dropAllReferences() 170 return U - U->getUser()->op_begin();
|
/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 112 inline op_iterator op_begin(); \ 113 inline const_op_iterator op_begin() const; \ 124 CLASS::op_iterator CLASS::op_begin() { \ 125 return OperandTraits<CLASS>::op_begin(this); \ 127 CLASS::const_op_iterator CLASS::op_begin() const { \ 128 return OperandTraits<CLASS>::op_begin(const_cast<CLASS*>(this)); \ 140 OperandTraits<CLASS>::op_begin(const_cast<CLASS*>(this))[i_nocapture].get()); \ [all …]
|
D | User.h | 107 : OperandTraits<U>::op_begin(const_cast<U*>(that))[Idx]; in OpFrom() 192 op_iterator op_begin() { return getOperandList(); } in op_begin() function 193 const_op_iterator op_begin() const { return getOperandList(); } in op_begin() function 201 return op_range(op_begin(), op_end()); in operands() 204 return const_op_range(op_begin(), op_end()); in operands() 219 return value_op_iterator(op_begin()); in value_op_begin()
|
D | Metadata.h | 1002 op_iterator op_begin() const { 1008 op_range operands() const { return op_range(op_begin(), op_end()); } 1012 return op_begin()[I]; 1067 SmallVector<Metadata *, 4>(op_begin(), op_end())); 1188 iterator begin() const { return N ? iterator(N->op_begin()) : iterator(); } 1326 op_iterator op_begin() { return op_iterator(this, 0); } 1330 const_op_iterator op_begin() const { return const_op_iterator(this, 0); } 1334 return make_range(op_begin(), op_end()); 1337 return make_range(op_begin(), op_end());
|
D | GetElementPtrTypeIterator.h | 103 GEP->op_begin() + 1); in gep_type_begin() 114 GEP.op_begin() + 1); in gep_type_begin()
|
/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 112 inline op_iterator op_begin(); \ 113 inline const_op_iterator op_begin() const; \ 124 CLASS::op_iterator CLASS::op_begin() { \ 125 return OperandTraits<CLASS>::op_begin(this); \ 127 CLASS::const_op_iterator CLASS::op_begin() const { \ 128 return OperandTraits<CLASS>::op_begin(const_cast<CLASS*>(this)); \ 140 OperandTraits<CLASS>::op_begin(const_cast<CLASS*>(this))[i_nocapture].get()); \ [all …]
|
D | User.h | 115 : OperandTraits<U>::op_begin(const_cast<U*>(that))[Idx]; in OpFrom() 205 op_iterator op_begin() { return getOperandList(); } in op_begin() function 206 const_op_iterator op_begin() const { return getOperandList(); } in op_begin() function 214 return op_range(op_begin(), op_end()); in operands() 217 return const_op_range(op_begin(), op_end()); in operands() 232 return value_op_iterator(op_begin()); in value_op_begin()
|
D | Metadata.h | 1024 op_iterator op_begin() const { 1032 op_range operands() const { return op_range(op_begin(), op_end()); } 1036 return op_begin()[I]; 1092 SmallVector<Metadata *, 4>(op_begin(), op_end())); 1221 iterator begin() const { return N ? iterator(N->op_begin()) : iterator(); } 1365 op_iterator op_begin() { return op_iterator(this, 0); } 1369 const_op_iterator op_begin() const { return const_op_iterator(this, 0); } 1373 return make_range(op_begin(), op_end()); 1376 return make_range(op_begin(), op_end());
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | OperandTraits.h | 32 static Use *op_begin(SubClass* U) { in op_begin() function 70 static Use *op_begin(SubClass* U) { in op_begin() function 97 static Use *op_begin(User* U) { in op_begin() function 115 inline op_iterator op_begin(); \ 116 inline const_op_iterator op_begin() const; \ 127 CLASS::op_iterator CLASS::op_begin() { \ 128 return OperandTraits<CLASS>::op_begin(this); \ 130 CLASS::const_op_iterator CLASS::op_begin() const { \ 131 return OperandTraits<CLASS>::op_begin(const_cast<CLASS*>(this)); \ 143 OperandTraits<CLASS>::op_begin(const_cast<CLASS*>(this))[i_nocapture].get()); \ [all …]
|
D | User.h | 131 : OperandTraits<U>::op_begin(const_cast<U*>(that))[Idx]; in OpFrom() 230 op_iterator op_begin() { return getOperandList(); } in op_begin() function 231 const_op_iterator op_begin() const { return getOperandList(); } in op_begin() function 239 return op_range(op_begin(), op_end()); in operands() 242 return const_op_range(op_begin(), op_end()); in operands() 257 return value_op_iterator(op_begin()); in value_op_begin() 278 return const_value_op_iterator(op_begin()); in value_op_begin()
|
D | GetElementPtrTypeIterator.h | 132 GEP->op_begin() + 1); in gep_type_begin() 143 GEP.op_begin() + 1); in gep_type_begin()
|
D | Metadata.h | 1057 op_iterator op_begin() const { 1065 op_range operands() const { return op_range(op_begin(), op_end()); } 1069 return op_begin()[I]; 1124 SmallVector<Metadata *, 4>(op_begin(), op_end())); 1256 iterator begin() const { return N ? iterator(N->op_begin()) : iterator(); } 1407 op_iterator op_begin() { return op_iterator(this, 0); } 1412 const_op_iterator op_begin() const { return const_op_iterator(this, 0); } 1416 return make_range(op_begin(), op_end()); 1419 return make_range(op_begin(), op_end());
|
/external/swiftshader/third_party/LLVM/unittests/VMCore/ |
D | InstructionsTest.cpp | 27 EXPECT_EQ(r0->op_begin(), r0->op_end()); in TEST() 33 User::const_op_iterator b(r1->op_begin()); in TEST() 62 EXPECT_NE(b0->op_begin(), b0->op_end()); in TEST() 63 EXPECT_EQ(b0->op_end(), llvm::next(b0->op_begin())); in TEST() 65 EXPECT_EQ(b0->op_end(), llvm::next(b0->op_begin())); in TEST() 80 User::const_op_iterator b(b1->op_begin()); in TEST()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/ |
D | VPlanValue.h | 155 operand_iterator op_begin() { return Operands.begin(); } in op_begin() function 156 const_operand_iterator op_begin() const { return Operands.begin(); } in op_begin() function 159 operand_range operands() { return operand_range(op_begin(), op_end()); } in operands() 161 return const_operand_range(op_begin(), op_end()); in operands()
|
/external/mesa3d/src/gallium/state_trackers/clover/llvm/ |
D | metadata.hpp | 45 return { n->op_begin(), n->op_end() }; in get_kernel_nodes() 75 return range(data_node->op_begin(), data_node->op_end()); in get_kernel_metadata_operands() 96 return range(data_node->op_begin() + 1, data_node->op_end()); in get_kernel_metadata_operands()
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Instructions.cpp | 90 std::copy(PN.op_begin(), PN.op_end(), op_begin()); in PHINode() 121 std::copy(op_begin() + Idx + 1, op_end(), op_begin() + Idx); in removeIncomingValue() 146 Use *OldOps = op_begin(); in growOperands() 152 std::copy(OldOps, OldOps + e, op_begin()); in growOperands() 277 std::copy(Args.begin(), Args.end(), op_begin()); in init() 323 std::copy(CI.op_begin(), CI.op_end(), op_begin()); in CallInst() 534 std::copy(Args.begin(), Args.end(), op_begin()); in init() 545 std::copy(II.op_begin(), II.op_end(), op_begin()); in InvokeInst() 667 OperandTraits<ResumeInst>::op_begin(this), 1) { in ResumeInst() 673 OperandTraits<ResumeInst>::op_begin(this), 1, InsertBefore) { in ResumeInst() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | Instructions.cpp | 151 std::copy(PN.op_begin(), PN.op_end(), op_begin()); in PHINode() 166 std::copy(op_begin() + Idx + 1, op_end(), op_begin() + Idx); in removeIncomingValue() 318 std::copy(Args.begin(), Args.end(), op_begin()); in init() 367 std::copy(CI.op_begin(), CI.op_end(), op_begin()); in CallInst() 620 std::copy(Args.begin(), Args.end(), op_begin()); in init() 635 std::copy(II.op_begin(), II.op_end(), op_begin()); in InvokeInst() 701 OperandTraits<ResumeInst>::op_begin(this), 1) { in ResumeInst() 707 OperandTraits<ResumeInst>::op_begin(this), 1, InsertBefore) { in ResumeInst() 713 OperandTraits<ResumeInst>::op_begin(this), 1, InsertAtEnd) { in ResumeInst() 769 OperandTraits<CatchReturnInst>::op_begin(this), 2) { in CatchReturnInst() [all …]
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | DataFlow.h | 70 return U->op_begin(); 91 return U->op_begin();
|
D | GetElementPtrTypeIterator.h | 87 GEP->op_begin()+1); in gep_type_begin() 94 GEP.op_begin()+1); in gep_type_begin()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Scalar/ |
D | GVNExpression.h | 185 op_iterator op_begin() { return Operands; } in op_begin() function 187 const_op_iterator op_begin() const { return Operands; } in op_begin() function 190 return iterator_range<op_iterator>(op_begin(), op_end()); in operands() 193 return iterator_range<const_op_iterator>(op_begin(), op_end()); in operands() 220 std::equal(op_begin(), op_end(), OE.op_begin()); in equals() 225 hash_combine_range(op_begin(), op_end())); in getHashValue()
|
/external/swiftshader/third_party/LLVM/lib/Analysis/IPA/ |
D | FindUsedTypes.cpp | 50 for (User::const_op_iterator OI = C->op_begin(), OE = C->op_end(); in IncorporateValue() 82 for (User::const_op_iterator OI = I.op_begin(), OE = I.op_end(); in runOnModule()
|
/external/llvm/lib/IR/ |
D | Instructions.cpp | 96 std::copy(PN.op_begin(), PN.op_end(), op_begin()); in PHINode() 111 std::copy(op_begin() + Idx + 1, op_end(), op_begin() + Idx); in removeIncomingValue() 266 std::copy(Args.begin(), Args.end(), op_begin()); in init() 314 std::copy(CI.op_begin(), CI.op_end(), op_begin()); in CallInst() 658 std::copy(Args.begin(), Args.end(), op_begin()); in init() 674 std::copy(II.op_begin(), II.op_end(), op_begin()); in InvokeInst() 858 OperandTraits<ResumeInst>::op_begin(this), 1) { in ResumeInst() 864 OperandTraits<ResumeInst>::op_begin(this), 1, InsertBefore) { in ResumeInst() 870 OperandTraits<ResumeInst>::op_begin(this), 1, InsertAtEnd) { in ResumeInst() 950 OperandTraits<CatchReturnInst>::op_begin(this), 2) { in CatchReturnInst() [all …]
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | ScalarEvolutionExpander.cpp | 236 SmallVector<const SCEV *, 4> NewMulOps(M->op_begin(), M->op_end()); in FactorOutConstant() 251 SmallVector<const SCEV *, 4> NewMulOps(M->op_begin(), M->op_end()); in FactorOutConstant() 300 Ops.append(Add->op_begin(), Add->op_end()); in SimplifyAddOperands() 329 Ops.append(Add->op_begin(), Add->op_end()); in SplitAddRecs() 370 Value *SCEVExpander::expandAddToGEP(const SCEV *const *op_begin, in expandAddToGEP() argument 377 SmallVector<const SCEV *, 8> Ops(op_begin, op_end); in expandAddToGEP() 641 for (SCEVNAryExpr::op_iterator I = N->op_begin(), E = N->op_end(); in getRelevantLoop() 705 E(S->op_begin()); I != E; ++I) in visitAddExpr() 774 E(S->op_begin()); I != E; ++I) in visitMulExpr() 840 SmallVector<const SCEV *, 8> NewAddOps(A->op_begin(), A->op_end()); in ExposePointerBase() [all …]
|
D | AliasDebugger.cpp | 52 for (User::const_op_iterator OI = I->op_begin(), in runOnModule() 69 for (User::const_op_iterator OI = BI->op_begin(), in runOnModule()
|