Searched refs:MVT_CC (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 159 static const MVT MVT_CC = MVT::i32; variable 3492 DAG.getVTList(VT, MVT_CC), in emitComparison() 3504 return DAG.getNode(Opcode, dl, DAG.getVTList(VT, MVT_CC), LHS, RHS) in emitComparison() 3596 SDValue Condition = DAG.getConstant(Predicate, DL, MVT_CC); in emitConditionalComparison() 3600 return DAG.getNode(Opcode, DL, MVT_CC, LHS, RHS, NZCVOp, Condition, CCOp); in emitConditionalComparison() 3970 AArch64cc = DAG.getConstant(AArch64CC, dl, MVT_CC); in getAArch64Cmp() 4016 SDVTList VTs = DAG.getVTList(MVT::i64, MVT_CC); in getAArch64XALUOOp() 18003 SDValue CCVal = DAG.getConstant(AArch64CC::MI, DL, MVT_CC); in BuildSREMPow2() 18799 Condition = DAG.getConstant(InvCC0, DL, MVT_CC); in performANDORCSELCombine() 18803 Condition = DAG.getConstant(CC0, DL, MVT_CC); in performANDORCSELCombine() [all …]
|