Searched refs:NotOpc (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | SIRegisterInfo.cpp | 110 unsigned NotOpc; member 132 NotOpc = AMDGPU::S_NOT_B32; in SGPRSpillBuilder() 136 NotOpc = AMDGPU::S_NOT_B64; in SGPRSpillBuilder() 228 auto I = BuildMI(*MBB, MI, DL, TII.get(NotOpc), ExecReg).addReg(ExecReg); in prepare() 263 auto I = BuildMI(*MBB, MI, DL, TII.get(NotOpc), ExecReg).addReg(ExecReg); in restore() 302 auto Not0 = BuildMI(*MBB, MI, DL, TII.get(NotOpc), ExecReg).addReg(ExecReg); in readWriteTmpVGPR() 305 auto Not1 = BuildMI(*MBB, MI, DL, TII.get(NotOpc), ExecReg).addReg(ExecReg); in readWriteTmpVGPR()
|
| H A D | SIInstrInfo.cpp | 1940 unsigned NotOpc = ST.isWave32() ? AMDGPU::S_NOT_B32 : AMDGPU::S_NOT_B64; in expandPostRAPseudo() local 1946 auto FirstNot = BuildMI(MBB, MI, DL, get(NotOpc), Exec).addReg(Exec); in expandPostRAPseudo() 1950 BuildMI(MBB, MI, DL, get(NotOpc), Exec) in expandPostRAPseudo() 1956 unsigned NotOpc = ST.isWave32() ? AMDGPU::S_NOT_B32 : AMDGPU::S_NOT_B64; in expandPostRAPseudo() local 1962 auto FirstNot = BuildMI(MBB, MI, DL, get(NotOpc), Exec).addReg(Exec); in expandPostRAPseudo() 1968 BuildMI(MBB, MI, DL, get(NotOpc), Exec) in expandPostRAPseudo()
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/GISel/ |
| H A D | AArch64InstructionSelector.cpp | 3923 unsigned NotOpc = Pred == ICmpInst::ICMP_NE ? AArch64::NOTv8i8 : 0; in selectVectorICmp() local 3925 NotOpc = NotOpc ? AArch64::NOTv16i8 : 0; in selectVectorICmp() 3934 if (NotOpc) { in selectVectorICmp() 3935 Cmp = MIB.buildInstr(NotOpc, {DstReg}, {Cmp}); in selectVectorICmp()
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelDAGToDAG.cpp | 2946 unsigned NotOpc; in tryShiftAmountMod() local 2950 NotOpc = AArch64::ORNWrr; in tryShiftAmountMod() 2954 NotOpc = AArch64::ORNXrr; in tryShiftAmountMod() 2960 CurDAG->getMachineNode(NotOpc, DL, SubVT, Zero, Add1); in tryShiftAmountMod()
|