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

/external/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp113 bool emitCmp(unsigned DestReg, const CmpInst *CI);
495 bool MipsFastISel::emitCmp(unsigned ResultReg, const CmpInst *CI) { function in class:MipsFastISel
828 if (!emitCmp(CondReg, CI))
843 if (!emitCmp(ResultReg, CI))
/external/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp180 bool emitCmp(const Value *LHS, const Value *RHS, bool IsZExt);
1387 bool AArch64FastISel::emitCmp(const Value *LHS, const Value *RHS, bool IsZExt) { function in class:AArch64FastISel
2276 if (!emitCmp(CI->getOperand(0), CI->getOperand(1), CI->isUnsigned()))
2471 if (!emitCmp(CI->getOperand(0), CI->getOperand(1), CI->isUnsigned()))
2658 if (!emitCmp(Cmp->getOperand(0), Cmp->getOperand(1), Cmp->isUnsigned()))
/external/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp1729 static SDValue emitCmp(SelectionDAG &DAG, SDLoc DL, Comparison &C) {
1817 SDValue Glue = emitCmp(DAG, DL, C);
1829 SDValue Glue = emitCmp(DAG, DL, C);
1882 SDValue Glue = emitCmp(DAG, DL, C);

Completed in 1525 milliseconds