Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstructionSelector.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp198 unsigned materializeFP(const ConstantFP *CFP, MVT VT);
382 unsigned MipsFastISel::materializeFP(const ConstantFP *CFP, MVT VT) { in materializeFP() function in MipsFastISel
449 return (UnsupportedFPMode) ? 0 : materializeFP(CFP, VT); in fastMaterializeConstant()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/GISel/
H A DX86InstructionSelector.cpp117 bool materializeFP(MachineInstr &I, MachineRegisterInfo &MRI,
405 return materializeFP(I, MRI, MF); in select()
1549 bool X86InstructionSelector::materializeFP(MachineInstr &I, in materializeFP() function in X86InstructionSelector
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp263 Register materializeFP(const ConstantFP *CFP, MVT VT);
383 Register AArch64FastISel::materializeFP(const ConstantFP *CFP, MVT VT) { in materializeFP() function in AArch64FastISel
550 return materializeFP(CFP, VT); in fastMaterializeConstant()