/netbsd-src/external/apache2/llvm/dist/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 | 179 NodeAddr<InstrNode *> IA = UA.Addr->getOwner(*DFG); in canRemoveAddasl() local 301 NodeAddr<InstrNode *> IA = UA.Addr->getOwner(*DFG); in isSafeToExtLR() local 691 for (auto IA : BA.Addr->members(*DFG)) { in processBlock() local
|
/netbsd-src/external/apache2/llvm/dist/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 | RDFLiveness.cpp | 163 auto Block = [this] (NodeAddr<InstrNode*> IA) -> MachineBasicBlock* { in getAllReachingDefs() 184 NodeAddr<InstrNode*> IA = TA.Addr->getOwner(DFG); in getAllReachingDefs() local 363 NodeAddr<InstrNode*> IA) { in getNearestAliasedRef() 1055 NodeAddr<InstrNode*> IA = DA.Addr->getOwner(DFG); in traverse() local 1124 NodeAddr<InstrNode*> IA = I; in traverse() local
|
H A D | RDFGraph.cpp | 1020 void DataFlowGraph::pushAllDefs(NodeAddr<InstrNode*> IA, DefStackMap &DefM) { in pushAllDefs() 1027 void DataFlowGraph::pushClobbers(NodeAddr<InstrNode*> IA, DefStackMap &DefM) { in pushClobbers() 1071 void DataFlowGraph::pushDefs(NodeAddr<InstrNode*> IA, DefStackMap &DefM) { in pushDefs() 1125 NodeList DataFlowGraph::getRelatedRefs(NodeAddr<InstrNode*> IA, in getRelatedRefs() 1151 NodeAddr<RefNode*> DataFlowGraph::getNextRelated(NodeAddr<InstrNode*> IA, in getNextRelated() 1190 DataFlowGraph::locateNextRef(NodeAddr<InstrNode*> IA, NodeAddr<RefNode*> RA, in locateNextRef() 1212 NodeAddr<RefNode*> DataFlowGraph::getNextShadow(NodeAddr<InstrNode*> IA, in getNextShadow() 1233 NodeAddr<RefNode*> DataFlowGraph::getNextShadow(NodeAddr<InstrNode*> IA, in getNextShadow() 1563 void DataFlowGraph::linkRefUp(NodeAddr<InstrNode*> IA, NodeAddr<T> TA, in linkRefUp()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | DebugLoc.cpp | 79 while (DILocation *IA = CurInlinedAt->getInlinedAt()) { in appendInlinedAt() local
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/ |
H A D | arm-ldmstm.ml | 32 type amode = IA | IB | DA | DB Constructor
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/ |
H A D | arm-ldmstm.ml | 32 type amode = IA | IB | DA | DB Constructor
|
/netbsd-src/sys/dev/acpi/ |
H A D | ipmi_acpi.c | 87 struct ipmi_attach_args IA, *ia = &IA; in ipmi_acpi_attach() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfDebug.h | 79 DbgEntity(const DINode *N, const DILocation *IA, unsigned ID) in DbgEntity() 137 DbgVariable(const DILocalVariable *V, const DILocation *IA) in DbgVariable() 239 : DbgEntity(L, IA, DbgLabelKind), Sym(Sym) {} in DbgEntity() argument
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/ |
H A D | InlineAsmLowering.cpp | 53 const InlineAsm *IA = cast<InlineAsm>(CB.getCalledOperand()); in ExtraFlags() local 277 const InlineAsm *IA = cast<InlineAsm>(Call.getCalledOperand()); in lowerInlineAsm() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
H A D | PruneEH.cpp | 132 if (const auto *IA = dyn_cast<InlineAsm>(CB->getCalledOperand())) in runImpl() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | LexicalScopes.h | 186 LexicalScope *findInlinedScope(const DILocalScope *N, const DILocation *IA) { in findInlinedScope()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | MicrosoftCXXABI.cpp | 199 MSInheritanceAttr *IA = getAttr<MSInheritanceAttr>(); in getMSInheritanceModel() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/ |
H A D | CompilationDatabase.cpp | 164 const auto *IA = cast<driver::InputAction>(A); in runImpl() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
H A D | PPCTargetTransformInfo.cpp | 368 auto asmClobbersCTR = [](InlineAsm *IA) { in mightUseCTR() 417 if (InlineAsm *IA = dyn_cast<InlineAsm>(CI->getCalledOperand())) { in mightUseCTR() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/ |
H A D | Mips16HardFloat.cpp | 52 InlineAsm *IA = InlineAsm::get(AsmFTy, AsmText, "", true, in emitInlineAsm() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/ObjCARC/ |
H A D | ObjCARCContract.cpp | 464 InlineAsm *IA = in tryToPeepholeInstruction() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ |
H A D | Driver.cpp | 1968 if (InputAction *IA = dyn_cast<InputAction>(A)) { local 2534 if (auto *IA = dyn_cast<InputAction>(HostAction)) { in addDeviceDepences() local 2597 auto *IA = cast<InputAction>(UA->getInputs().back()); in addDeviceDepences() local 3139 if (auto *IA = dyn_cast<InputAction>(HostAction)) { in addDeviceDepences() local 3150 auto *IA = cast<InputAction>(UA->getInputs().back()); in addDeviceDepences() local 4575 if (const InputAction *IA = dyn_cast<InputAction>(A)) { in BuildJobsForActionNoCache() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | ADCE.cpp | 442 if (const DILocation *IA = DL.getInlinedAt()) in collectLiveScopes() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | TypeBasedAliasAnalysis.cpp | 508 int IA = PathA.size() - 1; in getLeastCommonType() local
|
/netbsd-src/sys/dev/pcmcia/ |
H A D | if_xireg.h | 149 #define IA 0x8 /* RW - Individual address */ macro
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/ |
H A D | MCCodeView.cpp | 291 MCCVFunctionInfo::LineInfo &IA = I->second; in getFunctionLineEntries() local
|