Searched defs:fastMaterializeAlloca (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DFastISel.h483 virtual unsigned fastMaterializeAlloca(const AllocaInst *C) { return 0; } function in class:llvm::FastISel
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp596 unsigned WebAssemblyFastISel::fastMaterializeAlloca(const AllocaInst *AI) { function in class:WebAssemblyFastISel
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp337 unsigned MipsFastISel::fastMaterializeAlloca(const AllocaInst *AI) { function in class:MipsFastISel
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp2264 unsigned PPCFastISel::fastMaterializeAlloca(const AllocaInst *AI) { function in class:PPCFastISel
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFastISel.cpp648 unsigned ARMFastISel::fastMaterializeAlloca(const AllocaInst *AI) { function in class:ARMFastISel
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FastISel.cpp3863 unsigned X86FastISel::fastMaterializeAlloca(const AllocaInst *C) { function in class:X86FastISel
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp356 unsigned AArch64FastISel::fastMaterializeAlloca(const AllocaInst *AI) { function in class:AArch64FastISel

Completed in 219 milliseconds