Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp164 static const ISD::CondCode FPCCToExpand[] = { in LoongArchTargetLowering() local
171 setCondCodeAction(FPCCToExpand, MVT::f32, Expand); in LoongArchTargetLowering()
204 setCondCodeAction(FPCCToExpand, MVT::f64, Expand); in LoongArchTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp428 static const ISD::CondCode FPCCToExpand[] = { in RISCVTargetLowering() local
490 setCondCodeAction(FPCCToExpand, MVT::f16, Expand); in RISCVTargetLowering()
522 setCondCodeAction(FPCCToExpand, MVT::f32, Expand); in RISCVTargetLowering()
564 setCondCodeAction(FPCCToExpand, MVT::f64, Expand); in RISCVTargetLowering()