reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Overridden By

lib/Target/AArch64/AArch64FastISel.cpp
  356 unsigned AArch64FastISel::fastMaterializeAlloca(const AllocaInst *AI) {
lib/Target/ARM/ARMFastISel.cpp
  661 unsigned ARMFastISel::fastMaterializeAlloca(const AllocaInst *AI) {
lib/Target/Mips/MipsFastISel.cpp
  337 unsigned MipsFastISel::fastMaterializeAlloca(const AllocaInst *AI) {
lib/Target/PowerPC/PPCFastISel.cpp
 2265 unsigned PPCFastISel::fastMaterializeAlloca(const AllocaInst *AI) {
lib/Target/WebAssembly/WebAssemblyFastISel.cpp
  597 unsigned WebAssemblyFastISel::fastMaterializeAlloca(const AllocaInst *AI) {
lib/Target/X86/X86FastISel.cpp
 3865 unsigned X86FastISel::fastMaterializeAlloca(const AllocaInst *C) {

References

lib/CodeGen/SelectionDAG/FastISel.cpp
  409     Reg = fastMaterializeAlloca(cast<AllocaInst>(V));