Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DFastISel.h484 virtual unsigned fastMaterializeAlloca(const AllocaInst *C) { return 0; } in fastMaterializeAlloca() function
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyFastISel.cpp144 unsigned fastMaterializeAlloca(const AllocaInst *AI) override;
523 unsigned WebAssemblyFastISel::fastMaterializeAlloca(const AllocaInst *AI) { in fastMaterializeAlloca() function in WebAssemblyFastISel
/external/llvm/lib/Target/Mips/
DMipsFastISel.cpp216 unsigned fastMaterializeAlloca(const AllocaInst *AI) override;
287 unsigned MipsFastISel::fastMaterializeAlloca(const AllocaInst *AI) { in fastMaterializeAlloca() function in MipsFastISel
/external/llvm/lib/Target/PowerPC/
DPPCFastISel.cpp110 unsigned fastMaterializeAlloca(const AllocaInst *AI) override;
2155 unsigned PPCFastISel::fastMaterializeAlloca(const AllocaInst *AI) { in fastMaterializeAlloca() function in PPCFastISel
/external/llvm/lib/Target/ARM/
DARMFastISel.cpp128 unsigned fastMaterializeAlloca(const AllocaInst *AI) override;
665 unsigned ARMFastISel::fastMaterializeAlloca(const AllocaInst *AI) { in fastMaterializeAlloca() function in ARMFastISel
/external/llvm/lib/Target/X86/
DX86FastISel.cpp150 unsigned fastMaterializeAlloca(const AllocaInst *C) override;
3667 unsigned X86FastISel::fastMaterializeAlloca(const AllocaInst *C) { in fastMaterializeAlloca() function in X86FastISel
/external/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp217 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