Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp10008 static bool getVectorCompareInfo(SDValue Intrin, int &CompareOpc, in getVectorCompareInfo() argument
10012 CompareOpc = -1; in getVectorCompareInfo()
10019 CompareOpc = 966; in getVectorCompareInfo()
10023 CompareOpc = 198; in getVectorCompareInfo()
10027 CompareOpc = 6; in getVectorCompareInfo()
10031 CompareOpc = 70; in getVectorCompareInfo()
10035 CompareOpc = 134; in getVectorCompareInfo()
10040 CompareOpc = 199; in getVectorCompareInfo()
10056 CompareOpc = 7; in getVectorCompareInfo()
10059 CompareOpc = 71; in getVectorCompareInfo()
[all …]
H A DPPCInstrInfo.cpp3107 static unsigned selectReg(int64_t Imm1, int64_t Imm2, unsigned CompareOpc, in selectReg() argument
3111 if (CompareOpc == PPC::CMPWI || CompareOpc == PPC::CMPDI) { in selectReg()
3123 else if (CompareOpc == PPC::CMPLWI || CompareOpc == PPC::CMPLDI) { in selectReg()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86FastISel.cpp1433 unsigned CompareOpc = X86ChooseCmpOpcode(VT, Subtarget); in X86FastEmitCompare() local
1434 if (CompareOpc == 0) return false; in X86FastEmitCompare()
1438 BuildMI(*FuncInfo.MBB, FuncInfo.InsertPt, CurDbgLoc, TII.get(CompareOpc)) in X86FastEmitCompare()