Searched refs:NotOpc (Results 1 – 2 of 2) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64InstructionSelector.cpp | 2755 unsigned NotOpc = Pred == ICmpInst::ICMP_NE ? AArch64::NOTv8i8 : 0; in selectVectorICmp() local 2757 NotOpc = NotOpc ? AArch64::NOTv16i8 : 0; in selectVectorICmp() 2767 if (NotOpc) { in selectVectorICmp() 2768 Cmp = MIB.buildInstr(NotOpc, {DstReg}, {Cmp}); in selectVectorICmp()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | SIInstrInfo.cpp | 1460 unsigned NotOpc = ST.isWave32() ? AMDGPU::S_NOT_B32 : AMDGPU::S_NOT_B64; in expandPostRAPseudo() local 1462 BuildMI(MBB, MI, DL, get(NotOpc), Exec) in expandPostRAPseudo() 1466 BuildMI(MBB, MI, DL, get(NotOpc), Exec) in expandPostRAPseudo() 1472 unsigned NotOpc = ST.isWave32() ? AMDGPU::S_NOT_B32 : AMDGPU::S_NOT_B64; in expandPostRAPseudo() local 1474 BuildMI(MBB, MI, DL, get(NotOpc), Exec) in expandPostRAPseudo() 1480 BuildMI(MBB, MI, DL, get(NotOpc), Exec) in expandPostRAPseudo()
|