Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86InstructionSelector.cpp113 bool materializeFP(MachineInstr &I, MachineRegisterInfo &MRI,
355 return materializeFP(I, MRI, MF); in select()
1381 bool X86InstructionSelector::materializeFP(MachineInstr &I, in materializeFP() function in X86InstructionSelector
/llvm-project-15.0.7/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp200 unsigned materializeFP(const ConstantFP *CFP, MVT VT);
384 unsigned MipsFastISel::materializeFP(const ConstantFP *CFP, MVT VT) { in materializeFP() function in MipsFastISel
451 return (UnsupportedFPMode) ? 0 : materializeFP(CFP, VT); in fastMaterializeConstant()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp267 unsigned materializeFP(const ConstantFP *CFP, MVT VT);
387 unsigned AArch64FastISel::materializeFP(const ConstantFP *CFP, MVT VT) { in materializeFP() function in AArch64FastISel
527 return materializeFP(CFP, VT); in fastMaterializeConstant()