Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DFastISel.h478 virtual Register fastMaterializeAlloca(const AllocaInst *C) { in fastMaterializeAlloca() function
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp175 Register fastMaterializeAlloca(const AllocaInst *AI) override;
611 Register WebAssemblyFastISel::fastMaterializeAlloca(const AllocaInst *AI) { in fastMaterializeAlloca() function in WebAssemblyFastISel
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp258 Register fastMaterializeAlloca(const AllocaInst *AI) override;
330 Register MipsFastISel::fastMaterializeAlloca(const AllocaInst *AI) { in fastMaterializeAlloca() function in MipsFastISel
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp102 Register fastMaterializeAlloca(const AllocaInst *AI) override;
2265 Register PPCFastISel::fastMaterializeAlloca(const AllocaInst *AI) { in fastMaterializeAlloca() function in PPCFastISel
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFastISel.cpp178 Register fastMaterializeAlloca(const AllocaInst *AI) override;
673 Register ARMFastISel::fastMaterializeAlloca(const AllocaInst *AI) { in fastMaterializeAlloca() function in ARMFastISel
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FastISel.cpp144 Register fastMaterializeAlloca(const AllocaInst *C) override;
3945 Register X86FastISel::fastMaterializeAlloca(const AllocaInst *C) { in fastMaterializeAlloca() function in X86FastISel
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp286 Reg = fastMaterializeAlloca(cast<AllocaInst>(V)); in materializeConstant()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp275 Register fastMaterializeAlloca(const AllocaInst *AI) override;
344 Register AArch64FastISel::fastMaterializeAlloca(const AllocaInst *AI) { in fastMaterializeAlloca() function in AArch64FastISel