| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | RDFDeadCode.cpp | 83 void DeadCodeElimination::scanInstr(NodeAddr<InstrNode*> IA, in scanInstr() 97 NodeAddr<InstrNode*> IA = DA.Addr->getOwner(DFG); in processDef() local 151 auto IsDead = [this] (NodeAddr<InstrNode*> IA) -> bool { in collect()
|
| H A D | RDFCopy.cpp | 79 void CopyPropagation::updateMap(NodeAddr<InstrNode*> IA) { in updateMap() 204 NodeAddr<InstrNode*> IA = UA.Addr->getOwner(DFG); in run() local
|
| H A D | HexagonRDFOpt.cpp | 187 void HexagonDCE::removeOperand(NodeAddr<InstrNode*> IA, unsigned OpNum) { in removeOperand() 213 bool HexagonDCE::rewrite(NodeAddr<InstrNode*> IA, SetVector<NodeId> &Remove) { in rewrite()
|
| H A D | HexagonOptAddrMode.cpp | 188 NodeAddr<InstrNode *> IA = UA.Addr->getOwner(*DFG); in canRemoveAddasl() local 319 NodeAddr<InstrNode *> IA = UA.Addr->getOwner(*DFG); in isSafeToExtLR() local 1050 for (auto IA : BA.Addr->members(*DFG)) { in processBlock() local
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | RDFGraph.cpp | 1029 void DataFlowGraph::pushAllDefs(Instr IA, DefStackMap &DefM) { in pushAllDefs() 1036 void DataFlowGraph::pushClobbers(Instr IA, DefStackMap &DefM) { in pushClobbers() 1082 void DataFlowGraph::pushDefs(Instr IA, DefStackMap &DefM) { in pushDefs() 1138 NodeList DataFlowGraph::getRelatedRefs(Instr IA, Ref RA) const { in getRelatedRefs() 1165 Ref DataFlowGraph::getNextRelated(Instr IA, Ref RA) const { in getNextRelated() 1205 std::pair<Ref, Ref> DataFlowGraph::locateNextRef(Instr IA, Ref RA, in locateNextRef() 1227 Ref DataFlowGraph::getNextShadow(Instr IA, Ref RA, bool Create) { in getNextShadow() 1403 for (Instr IA : BA.Addr->members(*this)) { in recordDefsForDF() local 1454 for (Instr IA : BA.Addr->members_if(IsPhi, *this)) { in buildPhis() local 1546 void DataFlowGraph::linkRefUp(Instr IA, NodeAddr<T> TA, DefStack &DS) { in linkRefUp() [all …]
|
| H A D | LexicalScopes.cpp | 133 if (auto *IA = DL->getInlinedAt()) { in findLexicalScope() local 143 const DILocation *IA) { in getOrCreateLexicalScope()
|
| H A D | RDFLiveness.cpp | 159 auto Block = [this](NodeAddr<InstrNode *> IA) -> MachineBasicBlock * { in getAllReachingDefs() 180 NodeAddr<InstrNode *> IA = TA.Addr->getOwner(DFG); in getAllReachingDefs() local 358 NodeAddr<InstrNode *> IA) { in getNearestAliasedRef() 1053 NodeAddr<InstrNode *> IA = DA.Addr->getOwner(DFG); in traverse() local 1122 NodeAddr<InstrNode *> IA = I; in traverse() local
|
| H A D | TargetRegisterInfo.cpp | 384 for (SuperRegClassIterator IA(RCA, this, true); IA.isValid(); ++IA) { in getCommonSuperRegClass() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXAliasAnalysis.cpp | 128 if (const auto *IA = dyn_cast<InlineAsm>(Call->getCalledOperand())) { in getMemoryEffects() local
|
| H A D | NVPTXTargetTransformInfo.cpp | 489 if (const auto *IA = dyn_cast<InlineAsm>(CI->getCalledOperand())) { in getInstructionCost() local
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | InlineAsmLowering.cpp | 48 const InlineAsm *IA = cast<InlineAsm>(CB.getCalledOperand()); in ExtraFlags() local 219 const InlineAsm *IA = cast<InlineAsm>(Call.getCalledOperand()); in lowerInlineAsm() local
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfDebug.h | 79 DbgEntity(const DINode *N, const DILocation *IA, DbgEntityKind ID) in DbgEntity() 242 DbgVariable(const DILocalVariable *V, const DILocation *IA) in DbgVariable() 295 : DbgEntity(L, IA, DbgLabelKind), Sym(Sym) {} in DbgEntity() argument
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | DroppedVariableStats.cpp | 140 auto *IA = InlinedAt; in isInlinedAtChildOfOrEqualTo() local
|
| H A D | DebugLoc.cpp | 148 while (DILocation *IA = CurInlinedAt->getInlinedAt()) { in appendInlinedAt() local
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | LexicalScopes.h | 188 LexicalScope *findInlinedScope(const DILocalScope *N, const DILocation *IA) { in findInlinedScope()
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCRegisterInfo.cpp | 214 MCRegUnitIterator IA = RangeA.begin(), EA = RangeA.end(); in regsOverlap() local
|
| H A D | MCCodeView.cpp | 281 MCCVFunctionInfo::LineInfo &IA = I->second; in getFunctionLineEntries() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | InlineAdvisor.cpp | 666 const auto *IA = MAM.getCachedResult<InlineAdvisorAnalysis>(M); in run() local 685 const auto *IA = MAMProxy.getCachedResult<InlineAdvisorAnalysis>(M); in run() local
|
| H A D | TypeBasedAliasAnalysis.cpp | 506 int IA = PathA.size() - 1; in getLeastCommonType() local
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/ |
| H A D | CompilationDatabase.cpp | 159 const auto *IA = cast<driver::InputAction>(A); in runImpl() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | Mips16HardFloat.cpp | 52 InlineAsm *IA = InlineAsm::get(AsmFTy, AsmText, "", true, in emitInlineAsm() local
|
| /freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | HIPUtility.cpp | 169 if (const auto *IA = dyn_cast<InputAction>(CurrentAction)) { in populateSymbols() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/ |
| H A D | ObjCARCContract.cpp | 473 InlineAsm *IA = in tryToPeepholeInstruction() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | ADCE.cpp | 446 if (const DILocation *IA = DL.getInlinedAt()) in collectLiveScopes() local
|
| /freebsd/contrib/llvm-project/clang/include/clang/CodeGen/ |
| H A D | CGFunctionInfo.h | 411 void setIndirectAlign(CharUnits IA) { in setIndirectAlign()
|