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

/external/llvm/include/llvm/CodeGen/
H A DFastISel.h488 virtual unsigned fastMaterializeFloatZero(const ConstantFP *CF) { function in class:llvm::FastISel
/external/llvm/lib/Target/X86/
H A DX86FastISel.cpp152 unsigned fastMaterializeFloatZero(const ConstantFP *CF) override;
3537 return fastMaterializeFloatZero(CFP);
3693 unsigned X86FastISel::fastMaterializeFloatZero(const ConstantFP *CF) { function in class:X86FastISel
/external/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp245 unsigned fastMaterializeFloatZero(const ConstantFP* CF) override;
356 return fastMaterializeFloatZero(CFP);
475 unsigned AArch64FastISel::fastMaterializeFloatZero(const ConstantFP* CFP) { function in class:AArch64FastISel
/external/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp225 Reg = fastMaterializeFloatZero(CF);

Completed in 163 milliseconds