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.cpp178 static const ISD::CondCode FPCCToExpand[] = { in LoongArchTargetLowering() local
189 setCondCodeAction(FPCCToExpand, MVT::f32, Expand); in LoongArchTargetLowering()
236 setCondCodeAction(FPCCToExpand, MVT::f64, Expand); in LoongArchTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp461 static const ISD::CondCode FPCCToExpand[] = { in RISCVTargetLowering() local
528 setCondCodeAction(FPCCToExpand, MVT::f16, Expand); in RISCVTargetLowering()
559 setCondCodeAction(FPCCToExpand, MVT::f32, Expand); in RISCVTargetLowering()
615 setCondCodeAction(FPCCToExpand, MVT::f64, Expand); in RISCVTargetLowering()