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

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

Completed in 242 milliseconds