Home
last modified time | relevance | path

Searched defs:op_end (Results 1 – 9 of 9) sorted by relevance

/freebsd-9-stable/contrib/llvm/include/llvm/IR/
DOperandTraits.h35 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
DUser.h118 inline op_iterator op_end() { return OperandList+NumOperands; } in op_end() function
119 inline const_op_iterator op_end() const { return OperandList+NumOperands; } in op_end() function
/freebsd-9-stable/contrib/gdb/gdb/
Ddwarf2expr.c230 unsigned char *op_end) in execute_stack_op()
/freebsd-9-stable/sys/dev/bxe/
Decore_init_ops.h253 uint16_t op_end = in ecore_init_block() local
/freebsd-9-stable/contrib/gcc/
Dunwind-dw2.c433 execute_stack_op (const unsigned char *op_ptr, const unsigned char *op_end, in execute_stack_op()
/freebsd-9-stable/contrib/binutils/gas/config/
Dtc-s390.c481 const struct s390_opcode *op_end; in md_begin() local
Dtc-ppc.c1226 const struct powerpc_opcode *op_end; in ppc_setup_opcodes() local
/freebsd-9-stable/contrib/llvm/include/llvm/Analysis/
DScalarEvolutionExpressions.h155 op_iterator op_end() const { return Operands + NumOperands; } in op_end() function
/freebsd-9-stable/contrib/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp393 const SCEV *const *op_end, in expandAddToGEP()