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

/external/llvm/include/llvm/CodeGen/
H A DFastISel.h484 virtual unsigned fastMaterializeAlloca(const AllocaInst *C) { return 0; } function in class:llvm::FastISel
/external/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp144 unsigned fastMaterializeAlloca(const AllocaInst *AI) override;
523 unsigned WebAssemblyFastISel::fastMaterializeAlloca(const AllocaInst *AI) { function in class:WebAssemblyFastISel
/external/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp216 unsigned fastMaterializeAlloca(const AllocaInst *AI) override;
287 unsigned MipsFastISel::fastMaterializeAlloca(const AllocaInst *AI) { function in class:MipsFastISel
/external/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp110 unsigned fastMaterializeAlloca(const AllocaInst *AI) override;
2155 unsigned PPCFastISel::fastMaterializeAlloca(const AllocaInst *AI) { function in class:PPCFastISel
/external/llvm/lib/Target/ARM/
H A DARMFastISel.cpp128 unsigned fastMaterializeAlloca(const AllocaInst *AI) override;
665 unsigned ARMFastISel::fastMaterializeAlloca(const AllocaInst *AI) { function in class:ARMFastISel
/external/llvm/lib/Target/X86/
H A DX86FastISel.cpp150 unsigned fastMaterializeAlloca(const AllocaInst *C) override;
3667 unsigned X86FastISel::fastMaterializeAlloca(const AllocaInst *C) { function in class:X86FastISel
/external/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp217 Reg = fastMaterializeAlloca(cast<AllocaInst>(V));
/external/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp243 unsigned fastMaterializeAlloca(const AllocaInst *AI) override;
311 unsigned AArch64FastISel::fastMaterializeAlloca(const AllocaInst *AI) { function in class:AArch64FastISel

Completed in 297 milliseconds