Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVCallingConv.cpp369 bool UseGPRForF64 = true; in CC_RISCV() local
387 UseGPRForF64 = !IsFixed; in CC_RISCV()
405 if (LocVT == MVT::f64 && !UseGPRForF64) { in CC_RISCV()