Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp68 static const ISD::CondCode FPCCToExpand[] = {ISD::SETOGT, ISD::SETOGE, in LoongArchTargetLowering() local
72 setCondCodeAction(FPCCToExpand, MVT::f32, Expand); in LoongArchTargetLowering()
76 setCondCodeAction(FPCCToExpand, MVT::f64, Expand); in LoongArchTargetLowering()
/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp310 static const ISD::CondCode FPCCToExpand[] = { in RISCVTargetLowering() local
326 setCondCodeAction(FPCCToExpand, MVT::f16, Expand); in RISCVTargetLowering()
348 setCondCodeAction(FPCCToExpand, MVT::f32, Expand); in RISCVTargetLowering()
364 setCondCodeAction(FPCCToExpand, MVT::f64, Expand); in RISCVTargetLowering()