Home
last modified time | relevance | path

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

/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.h35 Is128Bit = (1 << 4), enumerator
DSystemZInstrFP.td128 let Has20BitOffset = 1, HasIndex = 1, Is128Bit = 1 in {
144 let Has20BitOffset = 1, HasIndex = 1, Is128Bit = 1 in {
DSystemZInstrInfo.cpp1299 int64_t Offset2 = (MCID.TSFlags & SystemZII::Is128Bit ? Offset + 8 : Offset); in getOpcodeForOffset()
DSystemZInstrInfo.td500 let Has20BitOffset = 1, HasIndex = 1, Is128Bit = 1 in {
537 let Has20BitOffset = 1, HasIndex = 1, Is128Bit = 1 in {
DSystemZInstrFormats.td59 bit Is128Bit = 0;
88 let TSFlags{4} = Is128Bit;
/external/llvm/lib/Target/AArch64/
DAArch64ISelDAGToDAG.cpp1193 bool Is128Bit = VT.getSizeInBits() == 128; in SelectStore() local
1195 SDValue RegSeq = Is128Bit ? createQTuple(Regs) : createDTuple(Regs); in SelectStore()
1211 bool Is128Bit = VT.getSizeInBits() == 128; in SelectPostStore() local
1213 SDValue RegSeq = Is128Bit ? createQTuple(Regs) : createDTuple(Regs); in SelectPostStore()