Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DFastISel.h471 virtual unsigned fastMaterializeAlloca(const AllocaInst *C) { return 0; } in fastMaterializeAlloca() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp596 unsigned WebAssemblyFastISel::fastMaterializeAlloca(const AllocaInst *AI) { in fastMaterializeAlloca() function in WebAssemblyFastISel
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp336 unsigned MipsFastISel::fastMaterializeAlloca(const AllocaInst *AI) { in fastMaterializeAlloca() function in MipsFastISel
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp2274 unsigned PPCFastISel::fastMaterializeAlloca(const AllocaInst *AI) { in fastMaterializeAlloca() function in PPCFastISel
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMFastISel.cpp645 unsigned ARMFastISel::fastMaterializeAlloca(const AllocaInst *AI) { in fastMaterializeAlloca() function in ARMFastISel
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86FastISel.cpp3848 unsigned X86FastISel::fastMaterializeAlloca(const AllocaInst *C) { in fastMaterializeAlloca() function in X86FastISel
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp346 unsigned AArch64FastISel::fastMaterializeAlloca(const AllocaInst *AI) { in fastMaterializeAlloca() function in AArch64FastISel