/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/ |
H A D | RDFDeadCode.cpp | 82 void DeadCodeElimination::scanInstr(NodeAddr<InstrNode*> IA, in scanInstr() 96 NodeAddr<InstrNode*> IA = DA.Addr->getOwner(DFG); in processDef() local 150 auto IsDead = [this] (NodeAddr<InstrNode*> IA) -> bool { in collect()
|
H A D | RDFCopy.cpp | 89 NodeAddr<InstrNode*> IA) { in getLocalReachingDef() 164 NodeAddr<InstrNode*> IA = UA.Addr->getOwner(DFG); in run() local
|
H A D | HexagonRDFOpt.cpp | 189 void HexagonDCE::removeOperand(NodeAddr<InstrNode*> IA, unsigned OpNum) { in removeOperand() 215 bool HexagonDCE::rewrite(NodeAddr<InstrNode*> IA, SetVector<NodeId> &Remove) { in rewrite()
|
H A D | HexagonOptAddrMode.cpp | 181 NodeAddr<InstrNode *> IA = UA.Addr->getOwner(*DFG); in canRemoveAddasl() local 303 NodeAddr<InstrNode *> IA = UA.Addr->getOwner(*DFG); in isSafeToExtLR() local 767 for (auto IA : BA.Addr->members(*DFG)) { in processBlock() local
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/noncompile/ |
H A D | 970626-2.f | 1 SUBROUTINE A(A,ALPHA,IA) argument
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/ |
H A D | LexicalScopes.cpp | 133 if (auto *IA = DL->getInlinedAt()) { in findLexicalScope() local 143 const DILocation *IA) { in getOrCreateLexicalScope()
|
H A D | RDFGraph.cpp | 1009 void DataFlowGraph::pushAllDefs(NodeAddr<InstrNode*> IA, DefStackMap &DefM) { in pushAllDefs() 1016 void DataFlowGraph::pushClobbers(NodeAddr<InstrNode*> IA, DefStackMap &DefM) { in pushClobbers() 1060 void DataFlowGraph::pushDefs(NodeAddr<InstrNode*> IA, DefStackMap &DefM) { in pushDefs() 1114 NodeList DataFlowGraph::getRelatedRefs(NodeAddr<InstrNode*> IA, in getRelatedRefs() 1140 NodeAddr<RefNode*> DataFlowGraph::getNextRelated(NodeAddr<InstrNode*> IA, in getNextRelated() 1179 DataFlowGraph::locateNextRef(NodeAddr<InstrNode*> IA, NodeAddr<RefNode*> RA, in locateNextRef() 1201 NodeAddr<RefNode*> DataFlowGraph::getNextShadow(NodeAddr<InstrNode*> IA, in getNextShadow() 1222 NodeAddr<RefNode*> DataFlowGraph::getNextShadow(NodeAddr<InstrNode*> IA, in getNextShadow() 1552 void DataFlowGraph::linkRefUp(NodeAddr<InstrNode*> IA, NodeAddr<T> TA, in linkRefUp()
|
H A D | RDFLiveness.cpp | 162 auto Block = [this] (NodeAddr<InstrNode*> IA) -> MachineBasicBlock* { in getAllReachingDefs() 183 NodeAddr<InstrNode*> IA = TA.Addr->getOwner(DFG); in getAllReachingDefs() local 361 NodeAddr<InstrNode*> IA) { in getNearestAliasedRef() 1052 NodeAddr<InstrNode*> IA = DA.Addr->getOwner(DFG); in traverse() local 1121 NodeAddr<InstrNode*> IA = I; in traverse() local
|
H A D | TargetRegisterInfo.cpp | 349 for (SuperRegClassIterator IA(RCA, this, true); IA.isValid(); ++IA) { in getCommonSuperRegClass() local
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/compile/ |
H A D | 20000629-1.f | 3 INTEGER IA, IQ, M1 local
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfDebug.h | 79 DbgEntity(const DINode *N, const DILocation *IA, DbgEntityKind ID) in DbgEntity() 136 DbgVariable(const DILocalVariable *V, const DILocation *IA) in DbgVariable() 240 : DbgEntity(L, IA, DbgLabelKind), Sym(Sym) {} in DbgEntity() argument
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/GlobalISel/ |
H A D | InlineAsmLowering.cpp | 48 const InlineAsm *IA = cast<InlineAsm>(CB.getCalledOperand()); in ExtraFlags() local 273 const InlineAsm *IA = cast<InlineAsm>(Call.getCalledOperand()); in lowerInlineAsm() local
|
/openbsd/gnu/llvm/llvm/lib/IR/ |
H A D | DebugLoc.cpp | 118 while (DILocation *IA = CurInlinedAt->getInlinedAt()) { in appendInlinedAt() local
|
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/ |
H A D | LexicalScopes.h | 186 LexicalScope *findInlinedScope(const DILocalScope *N, const DILocation *IA) { in findInlinedScope()
|
/openbsd/gnu/llvm/llvm/lib/Analysis/ |
H A D | InlineAdvisor.cpp | 631 const auto *IA = MAM.getCachedResult<InlineAdvisorAnalysis>(M); in run() local 650 const auto *IA = MAMProxy.getCachedResult<InlineAdvisorAnalysis>(M); in run() local
|
H A D | TypeBasedAliasAnalysis.cpp | 506 int IA = PathA.size() - 1; in getLeastCommonType() local
|
/openbsd/gnu/llvm/clang/lib/AST/ |
H A D | MicrosoftCXXABI.cpp | 235 MSInheritanceAttr *IA = getAttr<MSInheritanceAttr>(); in getMSInheritanceModel() local
|
/openbsd/gnu/llvm/clang/lib/Tooling/ |
H A D | CompilationDatabase.cpp | 164 const auto *IA = cast<driver::InputAction>(A); in runImpl() local
|
/openbsd/gnu/llvm/llvm/lib/Target/Mips/ |
H A D | Mips16HardFloat.cpp | 53 InlineAsm *IA = InlineAsm::get(AsmFTy, AsmText, "", true, in emitInlineAsm() local
|
/openbsd/gnu/llvm/llvm/lib/Transforms/ObjCARC/ |
H A D | ObjCARCContract.cpp | 469 InlineAsm *IA = in tryToPeepholeInstruction() local
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/ |
H A D | ADCE.cpp | 442 if (const DILocation *IA = DL.getInlinedAt()) in collectLiveScopes() local
|
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/ |
H A D | SIMachineFunctionInfo.cpp | 703 const InlineAsm *IA = dyn_cast<InlineAsm>(CB->getCalledOperand()); in mayUseAGPRs() local
|
/openbsd/sys/dev/pcmcia/ |
H A D | if_xereg.h | 145 #define IA 0x8 /* RW - Individual address */ macro
|
/openbsd/gnu/llvm/llvm/lib/MC/ |
H A D | MCCodeView.cpp | 292 MCCVFunctionInfo::LineInfo &IA = I->second; in getFunctionLineEntries() local
|
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/Utils/ |
H A D | AArch64BaseInfo.h | 825 IA = 0, enumerator
|