Searched refs:MVT_CC (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 141 static const MVT MVT_CC = MVT::i32; variable 3082 DAG.getVTList(VT, MVT_CC), in emitComparison() 3094 return DAG.getNode(Opcode, dl, DAG.getVTList(VT, MVT_CC), LHS, RHS) in emitComparison() 3177 SDValue Condition = DAG.getConstant(Predicate, DL, MVT_CC); in emitConditionalComparison() 3181 return DAG.getNode(Opcode, DL, MVT_CC, LHS, RHS, NZCVOp, Condition, CCOp); in emitConditionalComparison() 3547 AArch64cc = DAG.getConstant(AArch64CC, dl, MVT_CC); in getAArch64Cmp() 3593 SDVTList VTs = DAG.getVTList(MVT::i64, MVT_CC); in getAArch64XALUOOp() 15352 SDValue CCVal = DAG.getConstant(AArch64CC::MI, DL, MVT_CC); in BuildSREMPow2() 16159 Condition = DAG.getConstant(InvCC0, DL, MVT_CC); in performANDORCSELCombine() 16163 Condition = DAG.getConstant(CC0, DL, MVT_CC); in performANDORCSELCombine() [all …]
|