Home | History | Annotate | Download | only in AArch64

Lines Matching defs:AI

149   unsigned TargetMaterializeAlloca(const AllocaInst *AI) override;
174 unsigned AArch64FastISel::TargetMaterializeAlloca(const AllocaInst *AI) {
175 assert(TLI.getValueType(AI->getType(), true) == MVT::i64 &&
179 if (!FuncInfo.StaticAllocaMap.count(AI))
183 FuncInfo.StaticAllocaMap.find(AI);
396 const AllocaInst *AI = cast<AllocaInst>(Obj);
398 FuncInfo.StaticAllocaMap.find(AI);