Home
last modified time | relevance | path

Searched defs:IA (Results 1 – 25 of 61) sorted by relevance

123

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DRDFDeadCode.cpp82 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 DRDFCopy.cpp89 NodeAddr<InstrNode*> IA) { in getLocalReachingDef()
164 NodeAddr<InstrNode*> IA = UA.Addr->getOwner(DFG); in run() local
H A DHexagonRDFOpt.cpp189 void HexagonDCE::removeOperand(NodeAddr<InstrNode*> IA, unsigned OpNum) { in removeOperand()
215 bool HexagonDCE::rewrite(NodeAddr<InstrNode*> IA, SetVector<NodeId> &Remove) { in rewrite()
H A DHexagonOptAddrMode.cpp179 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 DLexicalScopes.cpp133 if (auto *IA = DL->getInlinedAt()) { in findLexicalScope() local
143 const DILocation *IA) { in getOrCreateLexicalScope()
H A DRDFLiveness.cpp163 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 DRDFGraph.cpp1020 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 DDebugLoc.cpp79 while (DILocation *IA = CurInlinedAt->getInlinedAt()) { in appendInlinedAt() local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/
H A Darm-ldmstm.ml32 type amode = IA | IB | DA | DB Constructor
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/
H A Darm-ldmstm.ml32 type amode = IA | IB | DA | DB Constructor
/netbsd-src/sys/dev/acpi/
H A Dipmi_acpi.c87 struct ipmi_attach_args IA, *ia = &IA; in ipmi_acpi_attach() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h79 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 DInlineAsmLowering.cpp53 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 DPruneEH.cpp132 if (const auto *IA = dyn_cast<InlineAsm>(CB->getCalledOperand())) in runImpl() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DLexicalScopes.h186 LexicalScope *findInlinedScope(const DILocalScope *N, const DILocation *IA) { in findInlinedScope()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DMicrosoftCXXABI.cpp199 MSInheritanceAttr *IA = getAttr<MSInheritanceAttr>(); in getMSInheritanceModel() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/
H A DCompilationDatabase.cpp164 const auto *IA = cast<driver::InputAction>(A); in runImpl() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp368 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 DMips16HardFloat.cpp52 InlineAsm *IA = InlineAsm::get(AsmFTy, AsmText, "", true, in emitInlineAsm() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/ObjCARC/
H A DObjCARCContract.cpp464 InlineAsm *IA = in tryToPeepholeInstruction() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/
H A DDriver.cpp1968 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 DADCE.cpp442 if (const DILocation *IA = DL.getInlinedAt()) in collectLiveScopes() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DTypeBasedAliasAnalysis.cpp508 int IA = PathA.size() - 1; in getLeastCommonType() local
/netbsd-src/sys/dev/pcmcia/
H A Dif_xireg.h149 #define IA 0x8 /* RW - Individual address */ macro
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCCodeView.cpp291 MCCVFunctionInfo::LineInfo &IA = I->second; in getFunctionLineEntries() local

123