Searched refs:AndOpc (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIOptimizeExecMaskingPreRA.cpp103 const unsigned AndOpc = Wave32 ? AMDGPU::S_AND_B32 : AMDGPU::S_AND_B64; local
117 if (!And || And->getOpcode() != AndOpc ||
H A DSILowerControlFlow.cpp96 unsigned AndOpc; member in class:__anon3980::SILowerControlFlow
257 BuildMI(MBB, I, DL, TII->get(AndOpc), Tmp)
343 BuildMI(MBB, ElsePt, DL, TII->get(AndOpc), DstReg)
407 And = BuildMI(MBB, &MI, DL, TII->get(AndOpc), AndReg)
663 AndOpc = AMDGPU::S_AND_B32;
672 AndOpc = AMDGPU::S_AND_B64;
H A DAMDGPUInstructionSelector.cpp153 unsigned AndOpc = TRI.isSGPRClass(SrcRC) ? local
155 BuildMI(*BB, &I, DL, TII.get(AndOpc), MaskedReg)
1775 unsigned AndOpc = IsVALU ? AMDGPU::V_AND_B32_e64 : AMDGPU::S_AND_B32; local
1780 BuildMI(*MBB, I, DL, TII.get(AndOpc), TmpReg1)
H A DSIInstrInfo.cpp4668 unsigned AndOpc = local
4718 BuildMI(LoopBB, I, DL, TII.get(AndOpc), AndCond)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstructionSelector.cpp850 unsigned AndOpc; local
852 AndOpc = X86::AND8ri;
854 AndOpc = X86::AND16ri8;
856 AndOpc = X86::AND32ri8;
858 AndOpc = X86::AND64ri8;
873 *BuildMI(*I.getParent(), I, I.getDebugLoc(), TII.get(AndOpc), DstReg)

Completed in 200 milliseconds