Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86SpeculativeLoadHardening.cpp1772 bool Is128Bit = OpRC->hasSuperClassEq(&X86::VR128RegClass); in hardenLoadAddr() local
1788 TII->get(Is128Bit ? X86::VPBROADCASTQrr in hardenLoadAddr()
1800 TII->get(Is128Bit ? X86::VPORrr : X86::VPORYrr), TmpReg) in hardenLoadAddr()
1810 bool Is128Bit = OpRC->hasSuperClassEq(&X86::VR128XRegClass); in hardenLoadAddr() local
1812 if (Is128Bit || Is256Bit) in hardenLoadAddr()
1818 Is128Bit ? X86::VPBROADCASTQrZ128r in hardenLoadAddr()
1829 unsigned OrOp = Is128Bit ? X86::VPORQZ128rr in hardenLoadAddr()
/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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.h41 Is128Bit = (1 << 4), enumerator
DSystemZInstrFP.td148 let Has20BitOffset = 1, HasIndex = 1, Is128Bit = 1 in {
164 let Has20BitOffset = 1, HasIndex = 1, Is128Bit = 1 in {
DSystemZInstrInfo.cpp1612 int64_t Offset2 = (MCID.TSFlags & SystemZII::Is128Bit ? Offset + 8 : Offset); in getOpcodeForOffset()
DSystemZInstrInfo.td412 let Has20BitOffset = 1, HasIndex = 1, Is128Bit = 1 in {
456 let Has20BitOffset = 1, HasIndex = 1, Is128Bit = 1 in {
DSystemZInstrFormats.td63 bit Is128Bit = 0;
92 let TSFlags{4} = Is128Bit;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64ISelDAGToDAG.cpp1256 bool Is128Bit = VT.getSizeInBits() == 128; in SelectStore() local
1258 SDValue RegSeq = Is128Bit ? createQTuple(Regs) : createDTuple(Regs); in SelectStore()
1279 bool Is128Bit = VT.getSizeInBits() == 128; in SelectPostStore() local
1281 SDValue RegSeq = Is128Bit ? createQTuple(Regs) : createDTuple(Regs); in SelectPostStore()
/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()