/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/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 | GetElementPtrTypeIterator.h | 103 GEP->op_begin() + 1); in gep_type_begin() 114 GEP.op_begin() + 1); in gep_type_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());
|
/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/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/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 …]
|
D | Globals.cpp | 88 OperandTraits<GlobalVariable>::op_begin(this), in GlobalVariable() 107 OperandTraits<GlobalVariable>::op_begin(this), in GlobalVariable()
|
/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/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 …]
|
D | TypeFinder.cpp | 62 for (User::const_op_iterator OI = I.op_begin(), OE = I.op_end(); in run() 144 for (Constant::const_op_iterator I = U->op_begin(), in incorporateValue()
|
D | LLVMContextImpl.cpp | 182 unsigned Hash = hash_combine_range(N->op_begin() + Offset, N->op_end()); in calculateHash() 185 SmallVector<Metadata *, 8> MDs(N->op_begin() + Offset, N->op_end()); in calculateHash()
|
/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()
|
/external/llvm/lib/Transforms/Utils/ |
D | CtorUtils.cpp | 74 for (User::op_iterator i = CA->op_begin(), e = CA->op_end(); i != e; ++i) { in parseGlobalCtors() 97 for (User::op_iterator i = CA->op_begin(), e = CA->op_end(); i != e; ++i) { in findGlobalCtors()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/ |
D | GlobalDCE.cpp | 182 for (User::op_iterator U = I->op_begin(), E = I->op_end(); U != E; ++U) in GlobalIsNeeded() 196 for (User::op_iterator I = C->op_begin(), E = C->op_end(); I != E; ++I) in MarkUsedGlobalsAsNeeded()
|
/external/llvm/unittests/IR/ |
D | InstructionsTest.cpp | 35 EXPECT_EQ(r0->op_begin(), r0->op_end()); in TEST() 41 User::const_op_iterator b(r1->op_begin()); in TEST() 122 EXPECT_NE(b0->op_begin(), b0->op_end()); in TEST() 123 EXPECT_EQ(b0->op_end(), std::next(b0->op_begin())); in TEST() 125 EXPECT_EQ(b0->op_end(), std::next(b0->op_begin())); in TEST() 140 User::const_op_iterator b(b1->op_begin()); in TEST()
|
/external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/ |
D | ValueEnumerator.cpp | 77 for (User::const_op_iterator OI = I->op_begin(), E = I->op_end(); in ValueEnumerator() 299 for (User::const_op_iterator I = C->op_begin(), E = C->op_end(); in EnumerateValue() 412 for (User::const_op_iterator OI = I->op_begin(), E = I->op_end(); in incorporateFunction() 435 for (User::const_op_iterator OI = I->op_begin(), E = I->op_end(); in incorporateFunction()
|