Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCISelLowering.cpp9538 static bool getVectorCompareInfo(SDValue Intrin, int &CompareOpc, in getVectorCompareInfo() argument
9542 CompareOpc = -1; in getVectorCompareInfo()
9549 CompareOpc = 966; in getVectorCompareInfo()
9553 CompareOpc = 198; in getVectorCompareInfo()
9557 CompareOpc = 6; in getVectorCompareInfo()
9561 CompareOpc = 70; in getVectorCompareInfo()
9565 CompareOpc = 134; in getVectorCompareInfo()
9570 CompareOpc = 199; in getVectorCompareInfo()
9586 CompareOpc = 7; in getVectorCompareInfo()
9589 CompareOpc = 71; in getVectorCompareInfo()
[all …]
HDPPCInstrInfo.cpp2223 static unsigned selectReg(int64_t Imm1, int64_t Imm2, unsigned CompareOpc, in selectReg() argument
2227 if (CompareOpc == PPC::CMPWI || CompareOpc == PPC::CMPDI) { in selectReg()
2239 else if (CompareOpc == PPC::CMPLWI || CompareOpc == PPC::CMPLDI) { in selectReg()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86FastISel.cpp1414 unsigned CompareOpc = X86ChooseCmpOpcode(VT, Subtarget); in X86FastEmitCompare() local
1415 if (CompareOpc == 0) return false; in X86FastEmitCompare()
1419 BuildMI(*FuncInfo.MBB, FuncInfo.InsertPt, CurDbgLoc, TII.get(CompareOpc)) in X86FastEmitCompare()