Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp180 bool emitCmp(unsigned DestReg, const CmpInst *CI);
633 bool MipsFastISel::emitCmp(unsigned ResultReg, const CmpInst *CI) { in emitCmp() function in MipsFastISel
954 if (!emitCmp(ZExtCondReg, CI)) in selectBranch()
980 if (!emitCmp(ResultReg, CI)) in selectCmp()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp224 bool emitCmp(const Value *LHS, const Value *RHS, bool IsZExt);
1467 bool AArch64FastISel::emitCmp(const Value *LHS, const Value *RHS, bool IsZExt) { in emitCmp() function in AArch64FastISel
2421 if (!emitCmp(CI->getOperand(0), CI->getOperand(1), CI->isUnsigned())) in selectBranch()
2565 if (!emitCmp(CI->getOperand(0), CI->getOperand(1), CI->isUnsigned())) in selectCmp()
2746 if (!emitCmp(Cmp->getOperand(0), Cmp->getOperand(1), Cmp->isUnsigned())) in selectSelect()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp3122 static SDValue emitCmp(SelectionDAG &DAG, const SDLoc &DL, Comparison &C) { in emitCmp() function
3413 SDValue CCReg = emitCmp(DAG, DL, C); in lowerSETCC()
3433 SDValue CCReg = emitCmp(DAG, DL, C); in lowerSTRICT_FSETCC()
3448 SDValue CCReg = emitCmp(DAG, DL, C); in lowerBR_CC()
3500 SDValue CCReg = emitCmp(DAG, DL, C); in lowerSELECT_CC()