Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DFastISel.h478 virtual unsigned fastMaterializeAlloca(const AllocaInst *C) { return 0; } in fastMaterializeAlloca() function
/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp177 unsigned fastMaterializeAlloca(const AllocaInst *AI) override;
597 unsigned WebAssemblyFastISel::fastMaterializeAlloca(const AllocaInst *AI) { in fastMaterializeAlloca() function in WebAssemblyFastISel
/llvm-project-15.0.7/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp260 unsigned fastMaterializeAlloca(const AllocaInst *AI) override;
332 unsigned MipsFastISel::fastMaterializeAlloca(const AllocaInst *AI) { in fastMaterializeAlloca() function in MipsFastISel
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp108 unsigned fastMaterializeAlloca(const AllocaInst *AI) override;
2273 unsigned PPCFastISel::fastMaterializeAlloca(const AllocaInst *AI) { in fastMaterializeAlloca() function in PPCFastISel
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMFastISel.cpp153 unsigned fastMaterializeAlloca(const AllocaInst *AI) override;
643 unsigned ARMFastISel::fastMaterializeAlloca(const AllocaInst *AI) { in fastMaterializeAlloca() function in ARMFastISel
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86FastISel.cpp143 unsigned fastMaterializeAlloca(const AllocaInst *C) override;
3868 unsigned X86FastISel::fastMaterializeAlloca(const AllocaInst *C) { in fastMaterializeAlloca() function in X86FastISel
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp285 Reg = fastMaterializeAlloca(cast<AllocaInst>(V)); in materializeConstant()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp279 unsigned fastMaterializeAlloca(const AllocaInst *AI) override;
346 unsigned AArch64FastISel::fastMaterializeAlloca(const AllocaInst *AI) { in fastMaterializeAlloca() function in AArch64FastISel