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

/external/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp119 bool emitCmp(unsigned DestReg, const CmpInst *CI);
581 bool MipsFastISel::emitCmp(unsigned ResultReg, const CmpInst *CI) { function in class:MipsFastISel
914 if (!emitCmp(CondReg, CI))
928 if (!emitCmp(ResultReg, CI))
/external/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp181 bool emitCmp(const Value *LHS, const Value *RHS, bool IsZExt);
1406 bool AArch64FastISel::emitCmp(const Value *LHS, const Value *RHS, bool IsZExt) { function in class:AArch64FastISel
2304 if (!emitCmp(CI->getOperand(0), CI->getOperand(1), CI->isUnsigned()))
2445 if (!emitCmp(CI->getOperand(0), CI->getOperand(1), CI->isUnsigned()))
2632 if (!emitCmp(Cmp->getOperand(0), Cmp->getOperand(1), Cmp->isUnsigned()))
/external/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp2092 static SDValue emitCmp(SelectionDAG &DAG, SDLoc DL, Comparison &C) {
2314 SDValue Glue = emitCmp(DAG, DL, C);
2326 SDValue Glue = emitCmp(DAG, DL, C);
2379 SDValue Glue = emitCmp(DAG, DL, C);

Completed in 240 milliseconds