/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | OperandTraits.h | 35 static Use *op_end(SubClass* U) { in op_end() function 70 static Use *op_end(SubClass* U) { in op_end() function 97 static Use *op_end(User* U) { in op_end() function 114 inline op_iterator op_end(); \ 115 inline const_op_iterator op_end() const; \ 130 CLASS::op_iterator CLASS::op_end() { \ 131 return OperandTraits<CLASS>::op_end(this); \ 133 CLASS::const_op_iterator CLASS::op_end() const { \ 134 return OperandTraits<CLASS>::op_end(const_cast<CLASS*>(this)); \
|
D | User.h | 114 ? OperandTraits<U>::op_end(const_cast<U*>(that))[Idx] in OpFrom() 207 op_iterator op_end() { in op_end() function 210 const_op_iterator op_end() const { in op_end() function 214 return op_range(op_begin(), op_end()); in operands() 217 return const_op_range(op_begin(), op_end()); in operands() 235 return value_op_iterator(op_end()); in value_op_end()
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | OperandTraits.h | 35 static Use *op_end(SubClass* U) { in op_end() function 70 static Use *op_end(SubClass* U) { in op_end() function 97 static Use *op_end(User* U) { in op_end() function 114 inline op_iterator op_end(); \ 115 inline const_op_iterator op_end() const; \ 130 CLASS::op_iterator CLASS::op_end() { \ 131 return OperandTraits<CLASS>::op_end(this); \ 133 CLASS::const_op_iterator CLASS::op_end() const { \ 134 return OperandTraits<CLASS>::op_end(const_cast<CLASS*>(this)); \
|
D | User.h | 76 ? OperandTraits<U>::op_end(const_cast<U*>(that))[Idx] in OpFrom() 116 inline op_iterator op_end() { return OperandList+NumOperands; } in op_end() function 117 inline const_op_iterator op_end() const { return OperandList+NumOperands; } in op_end() function 128 for (op_iterator i = op_begin(), e = op_end(); i != e; ++i) in dropAllReferences()
|
/external/llvm/include/llvm/IR/ |
D | OperandTraits.h | 35 static Use *op_end(SubClass* U) { in op_end() function 70 static Use *op_end(SubClass* U) { in op_end() function 97 static Use *op_end(User* U) { in op_end() function 114 inline op_iterator op_end(); \ 115 inline const_op_iterator op_end() const; \ 130 CLASS::op_iterator CLASS::op_end() { \ 131 return OperandTraits<CLASS>::op_end(this); \ 133 CLASS::const_op_iterator CLASS::op_end() const { \ 134 return OperandTraits<CLASS>::op_end(const_cast<CLASS*>(this)); \
|
D | User.h | 106 ? OperandTraits<U>::op_end(const_cast<U*>(that))[Idx] in OpFrom() 194 op_iterator op_end() { in op_end() function 197 const_op_iterator op_end() const { in op_end() function 201 return op_range(op_begin(), op_end()); in operands() 204 return const_op_range(op_begin(), op_end()); in operands() 222 return value_op_iterator(op_end()); in value_op_end()
|
D | GetElementPtrTypeIterator.h | 106 return gep_type_iterator::end(GEP->op_end()); in gep_type_end() 117 return gep_type_iterator::end(GEP.op_end()); in gep_type_end()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | OperandTraits.h | 38 static Use *op_end(SubClass* U) { in op_end() function 76 static Use *op_end(SubClass* U) { in op_end() function 100 static Use *op_end(User* U) { in op_end() function 117 inline op_iterator op_end(); \ 118 inline const_op_iterator op_end() const; \ 133 CLASS::op_iterator CLASS::op_end() { \ 134 return OperandTraits<CLASS>::op_end(this); \ 136 CLASS::const_op_iterator CLASS::op_end() const { \ 137 return OperandTraits<CLASS>::op_end(const_cast<CLASS*>(this)); \
|
D | User.h | 130 ? OperandTraits<U>::op_end(const_cast<U*>(that))[Idx] in OpFrom() 232 op_iterator op_end() { in op_end() function 235 const_op_iterator op_end() const { in op_end() function 239 return op_range(op_begin(), op_end()); in operands() 242 return const_op_range(op_begin(), op_end()); in operands() 260 return value_op_iterator(op_end()); in value_op_end() 281 return const_value_op_iterator(op_end()); in value_op_end()
|
D | GetElementPtrTypeIterator.h | 136 return gep_type_iterator::end(GEP->op_end()); in gep_type_end() 147 return gep_type_iterator::end(GEP.op_end()); in gep_type_end()
|
/external/swiftshader/third_party/LLVM/unittests/VMCore/ |
D | InstructionsTest.cpp | 27 EXPECT_EQ(r0->op_begin(), r0->op_end()); in TEST() 34 EXPECT_NE(r1->op_end(), b); in TEST() 38 EXPECT_EQ(r1->op_end(), b); 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() 83 EXPECT_NE(b, b1->op_end()); in TEST() 101 EXPECT_EQ(b1->op_end(), b); in TEST()
|
/external/u-boot/lib/lzo/ |
D | lzo1x_decompress.c | 21 #define HAVE_OP(x, op_end, op) ((size_t)(op_end - op) < (x)) argument 145 unsigned char * const op_end = out + *out_len; in lzo1x_decompress_safe() local 156 if (HAVE_OP(t, op_end, op)) in lzo1x_decompress_safe() 181 if (HAVE_OP(t + 3, op_end, op)) in lzo1x_decompress_safe() 220 if (HAVE_OP(3, op_end, op)) in lzo1x_decompress_safe() 237 if (HAVE_OP(t + 3 - 1, op_end, op)) in lzo1x_decompress_safe() 284 if (HAVE_OP(2, op_end, op)) in lzo1x_decompress_safe() 294 if (HAVE_OP(t + 3 - 1, op_end, op)) in lzo1x_decompress_safe() 325 if (HAVE_OP(t, op_end, op)) in lzo1x_decompress_safe()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/ |
D | VPlanValue.h | 157 operand_iterator op_end() { return Operands.end(); } in op_end() function 158 const_operand_iterator op_end() const { return Operands.end(); } in op_end() 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/mesa3d/scons/ |
D | source_list.py | 61 op_end = op_pos + 1 72 op = line[op_pos:op_end] 74 val = self._expand_value(line[op_end:].lstrip())
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | DataFlow.h | 76 return U->op_end(); 97 return U->op_end();
|
D | GetElementPtrTypeIterator.h | 90 return gep_type_iterator::end(GEP->op_end()); in gep_type_end() 97 return gep_type_iterator::end(GEP.op_end()); in gep_type_end()
|
D | CallSite.h | 144 IterTy arg_end() const { return (*this)->op_end() - getArgumentEndOffset(); } in arg_end() 260 return cast<CallInst>(getInstruction())->op_end() - 1; in getCallee() 262 return cast<InvokeInst>(getInstruction())->op_end() - 3; in getCallee()
|
/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/unittests/IR/ |
D | InstructionsTest.cpp | 35 EXPECT_EQ(r0->op_begin(), r0->op_end()); in TEST() 42 EXPECT_NE(r1->op_end(), b); in TEST() 46 EXPECT_EQ(r1->op_end(), b); 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() 143 EXPECT_NE(b, b1->op_end()); in TEST() 161 EXPECT_EQ(b1->op_end(), b); in TEST()
|
/external/u-boot/fs/jffs2/ |
D | compr_lzo.c | 98 #define TEST_OP (op <= op_end) 103 if ((lzo_uint)(op_end - op) < (lzo_uint)(x)) goto output_overrun 160 lzo_byte *const op_end = out + *out_len; in lzo1x_decompress() local
|
/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() 371 const SCEV *const *op_end, 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() 704 for (std::reverse_iterator<SCEVAddExpr::op_iterator> I(S->op_end()), in visitAddExpr() 773 for (std::reverse_iterator<SCEVMulExpr::op_iterator> I(S->op_end()), in visitMulExpr() 840 SmallVector<const SCEV *, 8> NewAddOps(A->op_begin(), A->op_end()); in ExposePointerBase() [all …]
|
D | AliasDebugger.cpp | 53 OE = I->op_end(); OI != OE; ++OI) in runOnModule() 70 OE = BI->op_end(); OI != OE; ++OI) in runOnModule()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Scalar/ |
D | GVNExpression.h | 186 op_iterator op_end() { return Operands + NumOperands; } in op_end() function 188 const_op_iterator op_end() const { return Operands + NumOperands; } in op_end() 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-7.0/llvm/lib/IR/ |
D | Instructions.cpp | 70 ? cast<CallInst>(II)->op_end() - 1 // Skip Callee in getCallee() 71 : cast<InvokeInst>(II)->op_end() - 3; // Skip BB, BB, Callee in getCallee() 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() 322 assert(It + 1 == op_end() && "Should add up!"); in init() 344 OperandTraits<CallBase<CallInst>>::op_end(this) - 1, 1, in CallInst() 355 OperandTraits<CallBase<CallInst>>::op_end(this) - 1, 1, InsertAtEnd) { in CallInst() 361 OperandTraits<CallBase<CallInst>>::op_end(this) - in CallInst() 367 std::copy(CI.op_begin(), CI.op_end(), op_begin()); in CallInst() 624 assert(It + 3 == op_end() && "Should add up!"); in init() [all …]
|