Searched refs:emitCmp (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/Target/Mips/ |
D | MipsFastISel.cpp | 113 bool emitCmp(unsigned DestReg, const CmpInst *CI); 495 bool MipsFastISel::emitCmp(unsigned ResultReg, const CmpInst *CI) { in emitCmp() function in MipsFastISel 828 if (!emitCmp(CondReg, CI)) in selectBranch() 843 if (!emitCmp(ResultReg, CI)) in selectCmp()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64FastISel.cpp | 180 bool emitCmp(const Value *LHS, const Value *RHS, bool IsZExt); 1387 bool AArch64FastISel::emitCmp(const Value *LHS, const Value *RHS, bool IsZExt) { in emitCmp() function in AArch64FastISel 2276 if (!emitCmp(CI->getOperand(0), CI->getOperand(1), CI->isUnsigned())) in selectBranch() 2471 if (!emitCmp(CI->getOperand(0), CI->getOperand(1), CI->isUnsigned())) in selectCmp() 2658 if (!emitCmp(Cmp->getOperand(0), Cmp->getOperand(1), Cmp->isUnsigned())) in selectSelect()
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.cpp | 1729 static SDValue emitCmp(SelectionDAG &DAG, SDLoc DL, Comparison &C) { in emitCmp() function 1817 SDValue Glue = emitCmp(DAG, DL, C); in lowerSETCC() 1829 SDValue Glue = emitCmp(DAG, DL, C); in lowerBR_CC() 1882 SDValue Glue = emitCmp(DAG, DL, C); in lowerSELECT_CC()
|