Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEISelLowering.cpp2819 VECC::CondCode VECCVal; in combineSelect() local
2821 VECCVal = fpCondCode2Fcc(CC); in combineSelect()
2823 VECCVal = intCondCode2Icc(CC); in combineSelect()
2826 DAG.getConstant(VECCVal, DL, MVT::i32)}; in combineSelect()
2887 VECC::CondCode VECCVal; in combineSelectCC() local
2889 VECCVal = fpCondCode2Fcc(CC); in combineSelectCC()
2891 VECCVal = intCondCode2Icc(CC); in combineSelectCC()
2894 DAG.getConstant(VECCVal, DL, MVT::i32)}; in combineSelectCC()
2940 VECC::CondCode VECCVal = in isI32Insn() local
2942 return isIntVECondCode(VECCVal); in isI32Insn()