/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86InstrFormats.td | 47 // ImmType - This specifies the immediate type used by an instruction. This is 50 class ImmType<bits<3> val> { 53 def NoImm : ImmType<0>; 54 def Imm8 : ImmType<1>; 55 def Imm8PCRel : ImmType<2>; 56 def Imm16 : ImmType<3>; 57 def Imm16PCRel : ImmType<4>; 58 def Imm32 : ImmType<5>; 59 def Imm32PCRel : ImmType<6>; 60 def Imm64 : ImmType<7>; [all …]
|
D | X86InstrArithmetic.td | 504 PatFrag loadnode, X86MemOperand memoperand, ImmType immkind, 531 ImmType ImmEncoding = immkind;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86InstrFormats.td | 69 // ImmType - This specifies the immediate type used by an instruction. This is 72 class ImmType<bits<4> val> { 75 def NoImm : ImmType<0>; 76 def Imm8 : ImmType<1>; 77 def Imm8PCRel : ImmType<2>; 78 def Imm8Reg : ImmType<3>; // Register encoded in [7:4]. 79 def Imm16 : ImmType<4>; 80 def Imm16PCRel : ImmType<5>; 81 def Imm32 : ImmType<6>; 82 def Imm32PCRel : ImmType<7>; [all …]
|
D | X86InstrArithmetic.td | 525 PatFrag loadnode, X86MemOperand memoperand, ImmType immkind, 553 ImmType ImmEncoding = immkind;
|
/external/llvm/lib/Target/X86/ |
D | X86InstrFormats.td | 59 // ImmType - This specifies the immediate type used by an instruction. This is 62 class ImmType<bits<4> val> { 65 def NoImm : ImmType<0>; 66 def Imm8 : ImmType<1>; 67 def Imm8PCRel : ImmType<2>; 68 def Imm16 : ImmType<3>; 69 def Imm16PCRel : ImmType<4>; 70 def Imm32 : ImmType<5>; 71 def Imm32PCRel : ImmType<6>; 72 def Imm32S : ImmType<7>; [all …]
|
D | X86InstrArithmetic.td | 551 PatFrag loadnode, X86MemOperand memoperand, ImmType immkind, 579 ImmType ImmEncoding = immkind;
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | FastISel.h | 218 uint64_t Imm, MVT ImmType);
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | FastISel.cpp | 1064 uint64_t Imm, MVT ImmType) { in FastEmit_ri_() argument 1085 unsigned MaterialReg = FastEmit_i(ImmType, ImmType, ISD::Constant, Imm); in FastEmit_ri_()
|
/external/llvm/include/llvm/CodeGen/ |
D | FastISel.h | 378 uint64_t Imm, MVT ImmType);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | FastISel.h | 379 uint64_t Imm, MVT ImmType);
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/ |
D | NVPTXIntrinsics.td | 1520 NVPTXRegClass regclass, Operand ImmType, 1535 (ins Int32Regs:$src, ImmType:$b), 1538 (ins Int64Regs:$src, ImmType:$b), 1543 NVPTXRegClass regclass, Operand ImmType, 1557 (ins Int32Regs:$src, ImmType:$b, regclass:$c), 1560 (ins Int64Regs:$src, ImmType:$b, regclass:$c), 1563 (ins Int32Regs:$src, regclass:$b, ImmType:$c), 1566 (ins Int64Regs:$src, regclass:$b, ImmType:$c), 1570 (ins Int32Regs:$src, ImmType:$b, ImmType:$c), 1573 (ins Int64Regs:$src, ImmType:$b, ImmType:$c), [all …]
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | FastISel.cpp | 1743 bool Op0IsKill, uint64_t Imm, MVT ImmType) { in fastEmit_ri_() argument 1764 unsigned MaterialReg = fastEmit_i(ImmType, ImmType, ISD::Constant, Imm); in fastEmit_ri_()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | FastISel.cpp | 1936 bool Op0IsKill, uint64_t Imm, MVT ImmType) { in fastEmit_ri_() argument 1957 unsigned MaterialReg = fastEmit_i(ImmType, ImmType, ISD::Constant, Imm); in fastEmit_ri_()
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/TableGen/ |
D | index.rst | 135 ImmType ImmT = NoImm;
|
/external/llvm/docs/TableGen/ |
D | index.rst | 132 ImmType ImmT = NoImm;
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonInstrInfoV4.td | 37 class T_Immext<Operand ImmType> 38 : EXTENDERInst<(outs), (ins ImmType:$imm), 209 Operand ImmType, bit IsImmExt, bit IsImmSigned, int ImmBits> 210 : ALU64Inst<(outs PredRegs:$Pd), (ins IntRegs:$Rs, ImmType:$Imm),
|