Home
last modified time | relevance | path

Searched refs:op_begin (Results 1 – 25 of 184) sorted by relevance

12345678

/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DOperandTraits.h32 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 …]
DUser.h115 : 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()
DMetadata.h1024 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/
DOperandTraits.h32 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 …]
DUser.h107 : 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()
DGetElementPtrTypeIterator.h103 GEP->op_begin() + 1); in gep_type_begin()
114 GEP.op_begin() + 1); in gep_type_begin()
DMetadata.h1002 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/
DOperandTraits.h32 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 …]
DUser.h77 : 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/
DInstructionsTest.cpp27 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/
Dmetadata.hpp45 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/
DInstructions.cpp90 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 …]
DGlobals.cpp88 OperandTraits<GlobalVariable>::op_begin(this), in GlobalVariable()
107 OperandTraits<GlobalVariable>::op_begin(this), in GlobalVariable()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DDataFlow.h70 return U->op_begin();
91 return U->op_begin();
DGetElementPtrTypeIterator.h87 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/
DFindUsedTypes.cpp50 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/
DInstructions.cpp96 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 …]
DTypeFinder.cpp62 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()
DLLVMContextImpl.cpp182 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/
DScalarEvolutionExpander.cpp236 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 …]
DAliasDebugger.cpp52 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/
DCtorUtils.cpp74 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/
DGlobalDCE.cpp182 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/
DInstructionsTest.cpp35 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/
DValueEnumerator.cpp77 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()

12345678