Home
last modified time | relevance | path

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

123

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DRDFDeadCode.cpp83 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 DRDFCopy.cpp79 void CopyPropagation::updateMap(NodeAddr<InstrNode*> IA) { in updateMap()
204 NodeAddr<InstrNode*> IA = UA.Addr->getOwner(DFG); in run() local
H A DHexagonRDFOpt.cpp187 void HexagonDCE::removeOperand(NodeAddr<InstrNode*> IA, unsigned OpNum) { in removeOperand()
213 bool HexagonDCE::rewrite(NodeAddr<InstrNode*> IA, SetVector<NodeId> &Remove) { in rewrite()
H A DHexagonOptAddrMode.cpp188 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 DRDFGraph.cpp1029 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 DLexicalScopes.cpp133 if (auto *IA = DL->getInlinedAt()) { in findLexicalScope() local
143 const DILocation *IA) { in getOrCreateLexicalScope()
H A DRDFLiveness.cpp159 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 DTargetRegisterInfo.cpp384 for (SuperRegClassIterator IA(RCA, this, true); IA.isValid(); ++IA) { in getCommonSuperRegClass() local
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXAliasAnalysis.cpp128 if (const auto *IA = dyn_cast<InlineAsm>(Call->getCalledOperand())) { in getMemoryEffects() local
H A DNVPTXTargetTransformInfo.cpp489 if (const auto *IA = dyn_cast<InlineAsm>(CI->getCalledOperand())) { in getInstructionCost() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DInlineAsmLowering.cpp48 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 DDwarfDebug.h79 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 DDroppedVariableStats.cpp140 auto *IA = InlinedAt; in isInlinedAtChildOfOrEqualTo() local
H A DDebugLoc.cpp148 while (DILocation *IA = CurInlinedAt->getInlinedAt()) { in appendInlinedAt() local
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLexicalScopes.h188 LexicalScope *findInlinedScope(const DILocalScope *N, const DILocation *IA) { in findInlinedScope()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCRegisterInfo.cpp214 MCRegUnitIterator IA = RangeA.begin(), EA = RangeA.end(); in regsOverlap() local
H A DMCCodeView.cpp281 MCCVFunctionInfo::LineInfo &IA = I->second; in getFunctionLineEntries() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineAdvisor.cpp666 const auto *IA = MAM.getCachedResult<InlineAdvisorAnalysis>(M); in run() local
685 const auto *IA = MAMProxy.getCachedResult<InlineAdvisorAnalysis>(M); in run() local
H A DTypeBasedAliasAnalysis.cpp506 int IA = PathA.size() - 1; in getLeastCommonType() local
/freebsd/contrib/llvm-project/clang/lib/Tooling/
H A DCompilationDatabase.cpp159 const auto *IA = cast<driver::InputAction>(A); in runImpl() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMips16HardFloat.cpp52 InlineAsm *IA = InlineAsm::get(AsmFTy, AsmText, "", true, in emitInlineAsm() local
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DHIPUtility.cpp169 if (const auto *IA = dyn_cast<InputAction>(CurrentAction)) { in populateSymbols() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DObjCARCContract.cpp473 InlineAsm *IA = in tryToPeepholeInstruction() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DADCE.cpp446 if (const DILocation *IA = DL.getInlinedAt()) in collectLiveScopes() local
/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h411 void setIndirectAlign(CharUnits IA) { in setIndirectAlign()

123