Searched refs:FPCCToExpand (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
| H A D | LoongArchISelLowering.cpp | 178 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 D | RISCVISelLowering.cpp | 461 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()
|