Home
last modified time | relevance | path

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

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