/minix3/external/bsd/llvm/dist/llvm/unittests/Transforms/Utils/ |
H A D | IntegerDivision.cpp | 37 Function::arg_iterator AI = F->arg_begin(); in TEST() local 67 Function::arg_iterator AI = F->arg_begin(); in TEST() local 97 Function::arg_iterator AI = F->arg_begin(); in TEST() local 127 Function::arg_iterator AI = F->arg_begin(); in TEST() local 158 Function::arg_iterator AI = F->arg_begin(); in TEST() local 188 Function::arg_iterator AI = F->arg_begin(); in TEST() local 218 Function::arg_iterator AI = F->arg_begin(); in TEST() local 248 Function::arg_iterator AI = F->arg_begin(); in TEST() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/ |
H A D | MachineCopyPropagation.cpp | 70 for (MCRegAliasIterator AI(Reg, TRI, true); AI.isValid(); ++AI) { in SourceNoLongerAvailable() local 194 for (MCRegAliasIterator AI(Src, TRI, true); AI.isValid(); ++AI) { in CopyPropagateBlock() local 218 for (MCRegAliasIterator AI(Def, TRI, false); AI.isValid(); ++AI) { in CopyPropagateBlock() local 262 for (MCRegAliasIterator AI(Reg, TRI, true); AI.isValid(); ++AI) { in CopyPropagateBlock() local 303 for (MCRegAliasIterator AI(Reg, TRI, true); AI.isValid(); ++AI) { in CopyPropagateBlock() local
|
H A D | StackProtector.cpp | 156 bool StackProtector::HasAddressTaken(const Instruction *AI) { in HasAddressTaken() 217 if (const AllocaInst *AI = dyn_cast<AllocaInst>(&I)) { in RequiresStackProtector() local 337 AllocaInst *&AI, Value *&StackGuardVar) { in CreatePrologue() 376 AllocaInst *AI = nullptr; // Place on stack that stores the stack guard. in InsertStackProtectors() local
|
H A D | AtomicExpandPass.cpp | 224 AtomicRMWInst *AI = in expandAtomicStore() local 233 bool AtomicExpand::expandAtomicRMW(AtomicRMWInst *AI) { in expandAtomicRMW() 279 bool AtomicExpand::expandAtomicRMWToLLSC(AtomicRMWInst *AI) { in expandAtomicRMWToLLSC() 335 bool AtomicExpand::expandAtomicRMWToCmpXchg(AtomicRMWInst *AI) { in expandAtomicRMWToCmpXchg()
|
H A D | CriticalAntiDepBreaker.cpp | 62 for (MCRegAliasIterator AI(*I, TRI, true); AI.isValid(); ++AI) { in StartBlock() local 77 for (MCRegAliasIterator AI(*I, TRI, true); AI.isValid(); ++AI) { in StartBlock() local 191 for (MCRegAliasIterator AI(Reg, TRI, false); AI.isValid(); ++AI) { in PrescanInstruction() local 309 for (MCRegAliasIterator AI(Reg, TRI, true); AI.isValid(); ++AI) { in ScanInstruction() local
|
H A D | AggressiveAntiDepBreaker.cpp | 154 for (MCRegAliasIterator AI(*I, TRI, true); AI.isValid(); ++AI) { in StartBlock() local 170 for (MCRegAliasIterator AI(Reg, TRI, true); AI.isValid(); ++AI) { in StartBlock() local 367 for (MCRegAliasIterator AI(Reg, TRI, false); AI.isValid(); ++AI) { in PrescanInstruction() local 398 for (MCRegAliasIterator AI(Reg, TRI, true); AI.isValid(); ++AI) { in PrescanInstruction() local 663 for (MCRegAliasIterator AI(NewReg, TRI, false); AI.isValid(); ++AI) { in FindSuitableFreeRegisters() local
|
H A D | RegisterClassInfo.cpp | 58 for (MCRegAliasIterator AI(Reg, TRI, true); AI.isValid(); ++AI) in runOnMachineFunction() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/DebugInfo/ |
H A D | DWARFFormValue.cpp | 150 RelocAddrMap::const_iterator AI = cu->getRelocMap()->find(*offset_ptr); in extractValue() local 189 RelocAddrMap::const_iterator AI = cu->getRelocMap()->find(*offset_ptr-4); in extractValue() local 205 RelocAddrMap::const_iterator AI = cu->getRelocMap()->find(*offset_ptr-4); in extractValue() local 226 RelocAddrMap::const_iterator AI = cu->getRelocMap()->find(*offset_ptr-4); in extractValue() local
|
H A D | DWARFDebugLoc.cpp | 48 RelocAddrMap::const_iterator AI = RelocMap.find(Offset); in parse() local
|
/minix3/external/bsd/llvm/dist/clang/include/clang/CodeGen/ |
H A D | CGFunctionInfo.h | 103 auto AI = ABIArgInfo(Direct); variable 111 auto AI = getDirect(T); variable 116 auto AI = ABIArgInfo(Extend); variable 122 auto AI = getExtend(T); variable 132 auto AI = ABIArgInfo(Indirect); variable 142 auto AI = getIndirect(Alignment, ByVal, Realign); variable 147 auto AI = ABIArgInfo(InAlloca); in getInAlloca() local 156 auto AI = getExpand(); in getExpandWithPadding() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | MetaRenamer.cpp | 74 for (Module::alias_iterator AI = M.alias_begin(), AE = M.alias_end(); in runOnModule() local 119 for (Function::arg_iterator AI = F.arg_begin(), AE = F.arg_end(); in runOnFunction() local
|
H A D | PromoteMemoryToRegister.cpp | 60 bool llvm::isAllocaPromotable(const AllocaInst *AI) { in isAllocaPromotable() 319 static void removeLifetimeIntrinsicUsers(AllocaInst *AI) { in removeLifetimeIntrinsicUsers() 351 static bool rewriteSingleStoreAlloca(AllocaInst *AI, AllocaInfo &Info, in rewriteSingleStoreAlloca() 449 static void promoteSingleBlockAlloca(AllocaInst *AI, const AllocaInfo &Info, in promoteSingleBlockAlloca() 536 AllocaInst *AI = Allocas[AllocaNum]; in run() local 774 AllocaInst *AI, AllocaInfo &Info, in ComputeLiveInBlocks() 848 void PromoteMem2Reg::DetermineInsertionPoint(AllocaInst *AI, unsigned AllocaNum, in DetermineInsertionPoint() 1021 DenseMap<AllocaInst *, unsigned>::iterator AI = AllocaLookup.find(Src); in RenamePass() local
|
H A D | InstructionNamer.cpp | 35 for (Function::arg_iterator AI = F.arg_begin(), AE = F.arg_end(); in runOnFunction() local
|
H A D | Mem2Reg.cpp | 78 if (AllocaInst *AI = dyn_cast<AllocaInst>(I)) // Is it an alloca? in INITIALIZE_PASS_DEPENDENCY() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86TargetObjectFile.cpp | 112 static std::string APIntToHexString(const APInt &AI) { in APIntToHexString() 125 APInt AI; in scalarConstantToHexString() local
|
H A D | X86RegisterInfo.cpp | 385 for (MCRegAliasIterator AI(X86::R8 + n, this, true); AI.isValid(); ++AI) in getReservedRegs() local 389 for (MCRegAliasIterator AI(X86::XMM8 + n, this, true); AI.isValid(); ++AI) in getReservedRegs() local 395 for (MCRegAliasIterator AI(X86::XMM0 + n, this, true); AI.isValid(); ++AI) in getReservedRegs() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | ScalarReplAggregates.cpp | 103 AllocaInst *AI; member 338 AllocaInst *ConvertToScalarInfo::TryConvert(AllocaInst *AI) { in TryConvert() 1059 AllocaInst *AI; member in __anon79c9a5290411::AllocaPromoter 1068 void run(AllocaInst *AI, const SmallVectorImpl<Instruction*> &Insts) { in run() 1251 static bool tryToMakeAllocaBePromotable(AllocaInst *AI, const DataLayout *DL) { in tryToMakeAllocaBePromotable() 1435 if (AllocaInst *AI = dyn_cast<AllocaInst>(I)) // Is it an alloca? in performPromotion() local 1446 AllocaInst *AI = Allocas[i]; in performPromotion() local 1465 bool SROA::ShouldAttemptScalarRepl(AllocaInst *AI) { in ShouldAttemptScalarRepl() 1492 AllocaInst *AI = WorkList.back(); in performScalarRepl() local 1551 void SROA::DoScalarReplacement(AllocaInst *AI, in DoScalarReplacement() [all …]
|
H A D | TailRecursionElimination.cpp | 148 if (AllocaInst *AI = dyn_cast<AllocaInst>(&I)) { in CanTRE() local 264 if (AllocaInst *AI = dyn_cast<AllocaInst>(&I)) in markTails() local 499 for (Function::arg_iterator AI = F->arg_begin(); &*AI != Arg; ++AI) in isDynamicConstant() local 713 if (AllocaInst *AI = dyn_cast<AllocaInst>(OEBI++)) in EliminateRecursiveTailCall() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/IPO/ |
H A D | IPConstantPropagation.cpp | 106 CallSite::arg_iterator AI = CS.arg_begin(); in PropagateConstantsIntoArguments() local 135 Function::arg_iterator AI = F.arg_begin(); in PropagateConstantsIntoArguments() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/Hexagon/ |
H A D | HexagonRemoveSZExtArgs.cpp | 59 for (Function::arg_iterator AI = F.arg_begin(), AE = F.arg_end(); AI != AE; in runOnFunction() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Instrumentation/ |
H A D | BoundsChecking.cpp | 198 } else if (AtomicCmpXchgInst *AI = dyn_cast<AtomicCmpXchgInst>(Inst)) { in runOnFunction() local 200 } else if (AtomicRMWInst *AI = dyn_cast<AtomicRMWInst>(Inst)) { in runOnFunction() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/ObjCARC/ |
H A D | ObjCARCUtil.cpp | 84 Function::const_arg_iterator AI = F->arg_begin(), AE = F->arg_end(); in GetFunctionClass() local
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Transforms/Utils/ |
H A D | ASanStackFrameLayout.h | 34 AllocaInst *AI; // The actual AllocaInst. member
|
/minix3/external/bsd/llvm/dist/llvm/tools/opt/ |
H A D | AnalysisWrappers.cpp | 47 for (CallSite::arg_iterator AI = CS.arg_begin(), in runOnModule() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Analysis/ |
H A D | CodeMetrics.cpp | 149 if (const AllocaInst *AI = dyn_cast<AllocaInst>(II)) { in analyzeBasicBlock() local
|