Home
last modified time | relevance | path

Searched defs:TargetMaterializeAlloca (Results 1 – 5 of 5) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DFastISel.h361 virtual unsigned TargetMaterializeAlloca(const AllocaInst* C) { in TargetMaterializeAlloca() function
/external/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp174 unsigned AArch64FastISel::TargetMaterializeAlloca(const AllocaInst *AI) { in TargetMaterializeAlloca() function in AArch64FastISel
/external/llvm/lib/Target/PowerPC/
DPPCFastISel.cpp2070 unsigned PPCFastISel::TargetMaterializeAlloca(const AllocaInst *AI) { in TargetMaterializeAlloca() function in PPCFastISel
/external/llvm/lib/Target/X86/
DX86FastISel.cpp3278 unsigned X86FastISel::TargetMaterializeAlloca(const AllocaInst *C) { in TargetMaterializeAlloca() function in X86FastISel
/external/llvm/lib/Target/ARM/
DARMFastISel.cpp701 unsigned ARMFastISel::TargetMaterializeAlloca(const AllocaInst *AI) { in TargetMaterializeAlloca() function in ARMFastISel