Home
last modified time | relevance | path

Searched defs:fastMaterializeFloatZero (Results 1 – 3 of 3) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/
H A DFastISel.h486 virtual unsigned fastMaterializeFloatZero(const ConstantFP *CF) { in fastMaterializeFloatZero() function
/minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/
H A DX86FastISel.cpp3277 unsigned X86FastISel::fastMaterializeFloatZero(const ConstantFP *CF) { in fastMaterializeFloatZero() function in X86FastISel
/minix3/external/bsd/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp477 unsigned AArch64FastISel::fastMaterializeFloatZero(const ConstantFP* CFP) { in fastMaterializeFloatZero() function in AArch64FastISel