Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoD.td39 let PredicateMethod = "isGPRAsFPR";
45 let PredicateMethod = "isGPRAsFPR";
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp483 bool isGPRAsFPR() const { return isGPR() && Reg.IsGPRAsFPR; } in isGPRAsFPR() function