Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86SpeculativeLoadHardening.cpp1669 bool Is128Bit = OpRC->hasSuperClassEq(&X86::VR128RegClass); in hardenLoadAddr() local
1685 TII->get(Is128Bit ? X86::VPBROADCASTQrr in hardenLoadAddr()
1697 TII->get(Is128Bit ? X86::VPORrr : X86::VPORYrr), TmpReg) in hardenLoadAddr()
1707 bool Is128Bit = OpRC->hasSuperClassEq(&X86::VR128XRegClass); in hardenLoadAddr() local
1709 if (Is128Bit || Is256Bit) in hardenLoadAddr()
1714 unsigned BroadcastOp = Is128Bit ? X86::VPBROADCASTQrZ128rr in hardenLoadAddr()
1726 unsigned OrOp = Is128Bit ? X86::VPORQZ128rr in hardenLoadAddr()
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.h40 Is128Bit = (1 << 4), enumerator
H A DSystemZInstrFP.td150 let Has20BitOffset = 1, HasIndex = 1, Is128Bit = 1 in {
166 let Has20BitOffset = 1, HasIndex = 1, Is128Bit = 1 in {
H A DSystemZInstrInfo.cpp1638 int64_t Offset2 = (MCID.TSFlags & SystemZII::Is128Bit ? Offset + 8 : Offset); in getOpcodeForOffset()
H A DSystemZInstrInfo.td464 let Has20BitOffset = 1, HasIndex = 1, Is128Bit = 1 in {
508 let Has20BitOffset = 1, HasIndex = 1, Is128Bit = 1 in {
H A DSystemZInstrFormats.td68 bit Is128Bit = 0;
105 let TSFlags{4} = Is128Bit;
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp1606 bool Is128Bit = VT.getSizeInBits() == 128; in SelectStore() local
1608 SDValue RegSeq = Is128Bit ? createQTuple(Regs) : createDTuple(Regs); in SelectStore()
1670 bool Is128Bit = VT.getSizeInBits() == 128; in SelectPostStore() local
1672 SDValue RegSeq = Is128Bit ? createQTuple(Regs) : createDTuple(Regs); in SelectPostStore()