Searched refs:MVT_CC (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 127 static const MVT MVT_CC = MVT::i32; variable 2446 DAG.getVTList(VT, MVT_CC), in emitComparison() 2458 return DAG.getNode(Opcode, dl, DAG.getVTList(VT, MVT_CC), LHS, RHS) in emitComparison() 2542 SDValue Condition = DAG.getConstant(Predicate, DL, MVT_CC); in emitConditionalComparison() 2546 return DAG.getNode(Opcode, DL, MVT_CC, LHS, RHS, NZCVOp, Condition, CCOp); in emitConditionalComparison() 2912 AArch64cc = DAG.getConstant(AArch64CC, dl, MVT_CC); in getAArch64Cmp()
|