Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86SpeculativeLoadHardening.cpp1670 bool Is128Bit = OpRC->hasSuperClassEq(&X86::VR128RegClass); in hardenLoadAddr() local
1686 TII->get(Is128Bit ? X86::VPBROADCASTQrr in hardenLoadAddr()
1698 TII->get(Is128Bit ? X86::VPORrr : X86::VPORYrr), TmpReg) in hardenLoadAddr()
1708 bool Is128Bit = OpRC->hasSuperClassEq(&X86::VR128XRegClass); in hardenLoadAddr() local
1710 if (Is128Bit || Is256Bit) in hardenLoadAddr()
1715 unsigned BroadcastOp = Is128Bit ? X86::VPBROADCASTQrZ128rr in hardenLoadAddr()
1727 unsigned OrOp = Is128Bit ? X86::VPORQZ128rr in hardenLoadAddr()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.h40 Is128Bit = (1 << 4), enumerator
H A DSystemZInstrFP.td149 let Has20BitOffset = 1, HasIndex = 1, Is128Bit = 1 in {
165 let Has20BitOffset = 1, HasIndex = 1, Is128Bit = 1 in {
H A DSystemZInstrInfo.cpp1620 int64_t Offset2 = (MCID.TSFlags & SystemZII::Is128Bit ? Offset + 8 : Offset); in getOpcodeForOffset()
H A DSystemZInstrInfo.td444 let Has20BitOffset = 1, HasIndex = 1, Is128Bit = 1 in {
488 let Has20BitOffset = 1, HasIndex = 1, Is128Bit = 1 in {
H A DSystemZInstrFormats.td68 bit Is128Bit = 0;
105 let TSFlags{4} = Is128Bit;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp1493 bool Is128Bit = VT.getSizeInBits() == 128; in SelectStore() local
1495 SDValue RegSeq = Is128Bit ? createQTuple(Regs) : createDTuple(Regs); in SelectStore()
1557 bool Is128Bit = VT.getSizeInBits() == 128; in SelectPostStore() local
1559 SDValue RegSeq = Is128Bit ? createQTuple(Regs) : createDTuple(Regs); in SelectPostStore()