Home
last modified time | relevance | path

Searched refs:Is128Bit (Results 1 – 6 of 6) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.h35 Is128Bit = (1 << 4), enumerator
H A DSystemZInstrFP.td103 let Has20BitOffset = 1, HasIndex = 1, Is128Bit = 1 in {
119 let Has20BitOffset = 1, HasIndex = 1, Is128Bit = 1 in {
H A DSystemZInstrInfo.cpp1124 int64_t Offset2 = (MCID.TSFlags & SystemZII::Is128Bit ? Offset + 8 : Offset); in getOpcodeForOffset()
H A DSystemZInstrFormats.td59 bit Is128Bit = 0;
88 let TSFlags{4} = Is128Bit;
H A DSystemZInstrInfo.td322 let Has20BitOffset = 1, HasIndex = 1, Is128Bit = 1 in {
359 let Has20BitOffset = 1, HasIndex = 1, Is128Bit = 1 in {
/minix3/external/bsd/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp1116 bool Is128Bit = VT.getSizeInBits() == 128; in SelectStore() local
1118 SDValue RegSeq = Is128Bit ? createQTuple(Regs) : createDTuple(Regs); in SelectStore()
1138 bool Is128Bit = VT.getSizeInBits() == 128; in SelectPostStore() local
1140 SDValue RegSeq = Is128Bit ? createQTuple(Regs) : createDTuple(Regs); in SelectPostStore()