Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DFastISel.h484 virtual Register fastMaterializeFloatZero(const ConstantFP *CF) { in fastMaterializeFloatZero() function
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FastISel.cpp146 Register fastMaterializeFloatZero(const ConstantFP *CF) override;
3790 return fastMaterializeFloatZero(CFP); in X86MaterializeFP()
3971 Register X86FastISel::fastMaterializeFloatZero(const ConstantFP *CF) { in fastMaterializeFloatZero() function in X86FastISel
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp277 Register fastMaterializeFloatZero(const ConstantFP *CF) override;
387 return fastMaterializeFloatZero(CFP); in materializeFP()
557 Register AArch64FastISel::fastMaterializeFloatZero(const ConstantFP *CFP) { in fastMaterializeFloatZero() function in AArch64FastISel
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp294 Reg = fastMaterializeFloatZero(CF); in materializeConstant()