Home
last modified time | relevance | path

Searched refs:Not1 (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIRegisterInfo.cpp314 auto Not1 = BuildMI(*MBB, MI, DL, TII.get(NotOpc), ExecReg).addReg(ExecReg); in readWriteTmpVGPR() local
315 Not1->getOperand(2).setIsDead(); // Mark SCC as dead. in readWriteTmpVGPR()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp50295 SDValue Not1 = N1.isUndef() ? N1 : IsNOT(N1, DAG); in combineVectorPack() local
50296 if (Not0 && Not1) { in combineVectorPack()
50301 DAG.getBitcast(SrcVT, Not1)); in combineVectorPack()