Home
last modified time | relevance | path

Searched refs:fastMaterializeAlloca (Results 1 – 7 of 7) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DFastISel.h480 virtual unsigned fastMaterializeAlloca(const AllocaInst *C) { return 0; } in fastMaterializeAlloca() function
/external/llvm/lib/Target/Mips/
DMipsFastISel.cpp202 unsigned fastMaterializeAlloca(const AllocaInst *AI) override;
273 unsigned MipsFastISel::fastMaterializeAlloca(const AllocaInst *AI) { in fastMaterializeAlloca() function in MipsFastISel
/external/llvm/lib/Target/PowerPC/
DPPCFastISel.cpp109 unsigned fastMaterializeAlloca(const AllocaInst *AI) override;
2145 unsigned PPCFastISel::fastMaterializeAlloca(const AllocaInst *AI) { in fastMaterializeAlloca() function in PPCFastISel
/external/llvm/lib/Target/ARM/
DARMFastISel.cpp135 unsigned fastMaterializeAlloca(const AllocaInst *AI) override;
704 unsigned ARMFastISel::fastMaterializeAlloca(const AllocaInst *AI) { in fastMaterializeAlloca() function in ARMFastISel
/external/llvm/lib/Target/X86/
DX86FastISel.cpp149 unsigned fastMaterializeAlloca(const AllocaInst *C) override;
3489 unsigned X86FastISel::fastMaterializeAlloca(const AllocaInst *C) { in fastMaterializeAlloca() function in X86FastISel
/external/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp215 Reg = fastMaterializeAlloca(cast<AllocaInst>(V)); in materializeConstant()
/external/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp244 unsigned fastMaterializeAlloca(const AllocaInst *AI) override;
312 unsigned AArch64FastISel::fastMaterializeAlloca(const AllocaInst *AI) { in fastMaterializeAlloca() function in AArch64FastISel