/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
H A D | OperandTraits.h | 37 static Use *op_end(SubClass* U) { in op_end() function 75 static Use *op_end(SubClass* U) { in op_end() function 99 static Use *op_end(User* U) { in op_end() function
|
H A D | User.h | 236 op_iterator op_end() { in op_end() function 239 const_op_iterator op_end() const { in op_end() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/ |
H A D | VPlanValue.h | 268 operand_iterator op_end() { return Operands.end(); } in op_end() function 269 const_operand_iterator op_end() const { return Operands.end(); } in op_end() function
|
/netbsd-src/external/gpl3/binutils/dist/gas/config/ |
H A D | tc-h8300.c | 889 get_operands (unsigned int noperands, char *op_end, struct h8_op *operand) in get_operands() 937 get_mova_operands (char *op_end, struct h8_op *operand) in get_mova_operands() 1894 char *op_end; in md_assemble() local
|
H A D | tc-pj.c | 229 char *op_end; in md_assemble() local
|
H A D | tc-z8k.c | 730 get_operands (const opcode_entry_type *opcode, char *op_end, op_type *operand) in get_operands() 1217 char *op_end; in md_assemble() local
|
H A D | tc-ft32.c | 201 char *op_end; in md_assemble() local
|
H A D | tc-moxie.c | 155 char *op_end; in md_assemble() local
|
H A D | tc-sh.c | 2148 unsigned char *op_end; in find_cooked_opcode() local 2191 assemble_ppi (char *op_end, sh_opcode_info *opcode) in assemble_ppi() 2494 char *op_end; in md_assemble() local
|
H A D | tc-s390.c | 495 const struct s390_opcode *op_end; in s390_setup_opcodes() local 556 const struct s390_opcode *op_end; in md_begin() local
|
H A D | tc-wasm32.c | 250 char *op_end; in extract_opcode() local
|
H A D | tc-xgate.c | 826 char *op_end; in extract_word() local
|
H A D | tc-d10v.c | 1406 unsigned char *op_start, *op_end; in do_assemble() local
|
H A D | tc-microblaze.c | 880 char * op_end; in md_assemble() local
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
H A D | tc-h8300.c | 892 get_operands (unsigned int noperands, char *op_end, struct h8_op *operand) in get_operands() 940 get_mova_operands (char *op_end, struct h8_op *operand) in get_mova_operands() 1897 char *op_end; in md_assemble() local
|
H A D | tc-pj.c | 229 char *op_end; in md_assemble() local
|
H A D | tc-z8k.c | 730 get_operands (const opcode_entry_type *opcode, char *op_end, op_type *operand) in get_operands() 1217 char *op_end; in md_assemble() local
|
H A D | tc-ft32.c | 201 char *op_end; in md_assemble() local
|
H A D | tc-moxie.c | 155 char *op_end; in md_assemble() local
|
H A D | tc-sh.c | 2163 unsigned char *op_end; in find_cooked_opcode() local 2206 assemble_ppi (char *op_end, sh_opcode_info *opcode) in assemble_ppi() 2509 char *op_end; in md_assemble() local
|
H A D | tc-s390.c | 497 const struct s390_opcode *op_end; in s390_setup_opcodes() local 558 const struct s390_opcode *op_end; in md_begin() local
|
H A D | tc-wasm32.c | 250 char *op_end; in extract_opcode() local
|
H A D | tc-xgate.c | 826 char *op_end; in extract_word() local
|
H A D | tc-d10v.c | 1406 unsigned char *op_start, *op_end; in do_assemble() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Scalar/ |
H A D | GVNExpression.h | 185 op_iterator op_end() { return Operands + NumOperands; } in op_end() function 187 const_op_iterator op_end() const { return Operands + NumOperands; } in op_end() function
|