Home
last modified time | relevance | path

Searched defs:fastMaterializeAlloca (Results 1 – 7 of 7) 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.cpp523 unsigned WebAssemblyFastISel::fastMaterializeAlloca(const AllocaInst *AI) { in fastMaterializeAlloca() function in WebAssemblyFastISel
/external/llvm/lib/Target/PowerPC/
DPPCFastISel.cpp2155 unsigned PPCFastISel::fastMaterializeAlloca(const AllocaInst *AI) { in fastMaterializeAlloca() function in PPCFastISel
/external/llvm/lib/Target/Mips/
DMipsFastISel.cpp287 unsigned MipsFastISel::fastMaterializeAlloca(const AllocaInst *AI) { in fastMaterializeAlloca() function in MipsFastISel
/external/llvm/lib/Target/X86/
DX86FastISel.cpp3667 unsigned X86FastISel::fastMaterializeAlloca(const AllocaInst *C) { in fastMaterializeAlloca() function in X86FastISel
/external/llvm/lib/Target/ARM/
DARMFastISel.cpp665 unsigned ARMFastISel::fastMaterializeAlloca(const AllocaInst *AI) { in fastMaterializeAlloca() function in ARMFastISel
/external/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp311 unsigned AArch64FastISel::fastMaterializeAlloca(const AllocaInst *AI) { in fastMaterializeAlloca() function in AArch64FastISel