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.cpp306 auto Not1 = BuildMI(*MBB, MI, DL, TII.get(NotOpc), ExecReg).addReg(ExecReg); in readWriteTmpVGPR() local
307 Not1->getOperand(2).setIsDead(); // Mark SCC as dead. in readWriteTmpVGPR()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp48540 SDValue Not1 = N1.isUndef() ? N1 : IsNOT(N1, DAG); in combineVectorPack() local
48541 if (Not0 && Not1) { in combineVectorPack()
48546 DAG.getBitcast(SrcVT, Not1)); in combineVectorPack()