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

/external/llvm/include/llvm/CodeGen/
H A DFastISel.h361 virtual unsigned TargetMaterializeAlloca(const AllocaInst* C) { function in class:llvm::FastISel
/external/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp149 unsigned TargetMaterializeAlloca(const AllocaInst *AI) override;
174 unsigned AArch64FastISel::TargetMaterializeAlloca(const AllocaInst *AI) { function in class:AArch64FastISel
/external/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp106 unsigned TargetMaterializeAlloca(const AllocaInst *AI) override;
2070 unsigned PPCFastISel::TargetMaterializeAlloca(const AllocaInst *AI) { function in class:PPCFastISel
/external/llvm/lib/Target/ARM/
H A DARMFastISel.cpp137 unsigned TargetMaterializeAlloca(const AllocaInst *AI) override;
701 unsigned ARMFastISel::TargetMaterializeAlloca(const AllocaInst *AI) { function in class:ARMFastISel
/external/llvm/lib/Target/X86/
H A DX86FastISel.cpp143 unsigned TargetMaterializeAlloca(const AllocaInst *C) override;
3278 unsigned X86FastISel::TargetMaterializeAlloca(const AllocaInst *C) { function in class:X86FastISel
3283 // various places, but TargetMaterializeAlloca also needs a check
3285 // X86SelectAddrss, and TargetMaterializeAlloca.

Completed in 102 milliseconds