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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DFastISel.h484 virtual unsigned fastMaterializeAlloca(const AllocaInst *C) { return 0; } function in class:llvm::FastISel
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp174 unsigned fastMaterializeAlloca(const AllocaInst *AI) override;
597 unsigned WebAssemblyFastISel::fastMaterializeAlloca(const AllocaInst *AI) { function in class:WebAssemblyFastISel
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp265 unsigned fastMaterializeAlloca(const AllocaInst *AI) override;
337 unsigned MipsFastISel::fastMaterializeAlloca(const AllocaInst *AI) { function in class:MipsFastISel
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp109 unsigned fastMaterializeAlloca(const AllocaInst *AI) override;
2265 unsigned PPCFastISel::fastMaterializeAlloca(const AllocaInst *AI) { function in class:PPCFastISel
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFastISel.cpp158 unsigned fastMaterializeAlloca(const AllocaInst *AI) override;
661 unsigned ARMFastISel::fastMaterializeAlloca(const AllocaInst *AI) { function in class:ARMFastISel
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp424 Reg = fastMaterializeAlloca(cast<AllocaInst>(V));
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FastISel.cpp154 unsigned fastMaterializeAlloca(const AllocaInst *C) override;
3866 unsigned X86FastISel::fastMaterializeAlloca(const AllocaInst *C) { function in class:X86FastISel
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp288 unsigned fastMaterializeAlloca(const AllocaInst *AI) override;
356 unsigned AArch64FastISel::fastMaterializeAlloca(const AllocaInst *AI) { function in class:AArch64FastISel

Completed in 189 milliseconds