Searched refs:INSTRUCTION (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | ConstrainedOps.def | 23 #ifndef INSTRUCTION 24 #define INSTRUCTION(N,A,R,I) 27 // DAG_INSTRUCTION is treated like an INSTRUCTION if the DAG node isn't used. 29 #define DAG_INSTRUCTION(N,A,R,I,D) INSTRUCTION(N,A,R,I) 34 #define FUNCTION(N,A,R,I) INSTRUCTION(N,A,R,I) 111 #undef INSTRUCTION
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | FPEnv.cpp | 100 #define INSTRUCTION(NAME, NARG, ROUND_MODE, INTRINSIC) \ in getConstrainedIntrinsicID() macro 116 #define INSTRUCTION(NAME, NARG, ROUND_MODE, INTRINSIC) in getConstrainedIntrinsicID() macro
|
H A D | Function.cpp | 1535 #define INSTRUCTION(NAME, NARG, ROUND_MODE, INTRINSIC) \ in isConstrainedFPIntrinsic() macro 1538 #undef INSTRUCTION in isConstrainedFPIntrinsic() 1547 #define INSTRUCTION(NAME, NARG, ROUND_MODE, INTRINSIC) \ in hasConstrainedFPRoundingModeOperand() macro 1551 #undef INSTRUCTION in hasConstrainedFPRoundingModeOperand()
|
H A D | Verifier.cpp | 5444 #define INSTRUCTION(NAME, NARGS, ROUND_MODE, INTRINSIC) \ in visitIntrinsicCall() macro 5447 #undef INSTRUCTION in visitIntrinsicCall()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/ |
H A D | M68kInstrFormats.td | 209 // M68k INSTRUCTION. Most instructions specify the location of an operand by 239 // M68k PSEUDO INSTRUCTION
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsInstrFormats.td | 12 // CPU INSTRUCTION FORMATS 666 // FLOATING POINT INSTRUCTION FORMATS
|
H A D | Mips16InstrFormats.td | 12 // CPU INSTRUCTION FORMATS
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | msdos | 1066 #>>>>>3 ubequad x \b, 2nd INSTRUCTION %#16.16llx 1090 #>>>>3 ubyte x \b, 2nd INSTRUCTION %#x
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | IRTranslator.cpp | 2603 #define INSTRUCTION(NAME, NARG, ROUND_MODE, INTRINSIC) \ in translateKnownIntrinsic() macro
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.cpp | 6918 #define INSTRUCTION(NAME, NARG, ROUND_MODE, INTRINSIC) \ in visitIntrinsicCall() macro
|