Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVMachineFunctionInfo.cpp112 bool RISCVMachineFunctionInfo::hasImplicitFPUpdates( in hasImplicitFPUpdates() function in RISCVMachineFunctionInfo
H A DRISCVMachineFunctionInfo.h209 bool hasImplicitFPUpdates(const MachineFunction &MF) const;
H A DRISCVFrameLowering.cpp1067 if (!RVFI->hasImplicitFPUpdates(MF)) { in emitPrologue()