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

/freebsd-current/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) { function in class:MipsFastISel
954 if (!emitCmp(ZExtCondReg, CI))
980 if (!emitCmp(ResultReg, CI))
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp223 bool emitCmp(const Value *LHS, const Value *RHS, bool IsZExt);
1466 bool AArch64FastISel::emitCmp(const Value *LHS, const Value *RHS, bool IsZExt) { function in class:AArch64FastISel
2420 if (!emitCmp(CI->getOperand(0), CI->getOperand(1), CI->isUnsigned()))
2560 if (!emitCmp(CI->getOperand(0), CI->getOperand(1), CI->isUnsigned()))
2741 if (!emitCmp(Cmp->getOperand(0), Cmp->getOperand(1), Cmp->isUnsigned()))
/freebsd-current/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp3099 static SDValue emitCmp(SelectionDAG &DAG, const SDLoc &DL, Comparison &C) {
3390 SDValue CCReg = emitCmp(DAG, DL, C);
3410 SDValue CCReg = emitCmp(DAG, DL, C);
3425 SDValue CCReg = emitCmp(DAG, DL, C);
3477 SDValue CCReg = emitCmp(DAG, DL, C);

Completed in 140 milliseconds