Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DFastISel.h482 virtual unsigned fastMaterializeAlloca(const AllocaInst *C) { return 0; } in fastMaterializeAlloca() function
/external/llvm/lib/Target/PowerPC/
DPPCFastISel.cpp109 unsigned fastMaterializeAlloca(const AllocaInst *AI) override;
2126 unsigned PPCFastISel::fastMaterializeAlloca(const AllocaInst *AI) { in fastMaterializeAlloca() function in PPCFastISel
/external/llvm/lib/Target/ARM/
DARMFastISel.cpp137 unsigned fastMaterializeAlloca(const AllocaInst *AI) override;
706 unsigned ARMFastISel::fastMaterializeAlloca(const AllocaInst *AI) { in fastMaterializeAlloca() function in ARMFastISel
/external/llvm/lib/Target/X86/
DX86FastISel.cpp148 unsigned fastMaterializeAlloca(const AllocaInst *C) override;
3430 unsigned X86FastISel::fastMaterializeAlloca(const AllocaInst *C) { in fastMaterializeAlloca() function in X86FastISel
/external/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp214 Reg = fastMaterializeAlloca(cast<AllocaInst>(V)); in materializeConstant()
/external/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp243 unsigned fastMaterializeAlloca(const AllocaInst *AI) override;
311 unsigned AArch64FastISel::fastMaterializeAlloca(const AllocaInst *AI) { in fastMaterializeAlloca() function in AArch64FastISel