Home
last modified time | relevance | path

Searched refs:OpCmp (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/GISel/
H A DX86InstructionSelector.cpp991 unsigned OpCmp; in selectCmp() local
998 OpCmp = X86::CMP8rr; in selectCmp()
1001 OpCmp = X86::CMP16rr; in selectCmp()
1004 OpCmp = X86::CMP32rr; in selectCmp()
1007 OpCmp = X86::CMP64rr; in selectCmp()
1012 *BuildMI(*I.getParent(), I, I.getDebugLoc(), TII.get(OpCmp)) in selectCmp()
1053 unsigned OpCmp; in selectFCmp() local
1059 OpCmp = X86::UCOMISSrr; in selectFCmp()
1062 OpCmp = X86::UCOMISDrr; in selectFCmp()
1072 *BuildMI(*I.getParent(), I, I.getDebugLoc(), TII.get(OpCmp)) in selectFCmp()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstructionSelector.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp23746 SDValue OpCmp = Op->getOperand(3); in foldCSELOfCSEL() local
23747 if (!isCMP(OpCmp)) in foldCSELOfCSEL()
23750 SDValue CmpLHS = OpCmp.getOperand(0); in foldCSELOfCSEL()
23751 SDValue CmpRHS = OpCmp.getOperand(1); in foldCSELOfCSEL()