Searched refs:TargetMaterializeAlloca (Results 1 – 6 of 6) sorted by relevance
1 ; This test should cause the TargetMaterializeAlloca to be invoked
338 virtual unsigned TargetMaterializeAlloca(const AllocaInst* C) { in TargetMaterializeAlloca() function
150 virtual unsigned TargetMaterializeAlloca(const AllocaInst *AI);659 unsigned ARMFastISel::TargetMaterializeAlloca(const AllocaInst *AI) { in TargetMaterializeAlloca() function in ARMFastISel
127 unsigned TargetMaterializeAlloca(const AllocaInst *C);2069 unsigned X86FastISel::TargetMaterializeAlloca(const AllocaInst *C) { in TargetMaterializeAlloca() function in X86FastISel
166 Reg = TargetMaterializeAlloca(cast<AllocaInst>(V)); in materializeRegForValue()