Home
last modified time | relevance | path

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

123

/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.cpp205 assert(DFG.IsCode<NodeAttrs::Stmt>(IA)); in run() local
80 updateMap(NodeAddr<InstrNode * > IA) updateMap() argument
[all...]
H A DHexagonRDFOpt.cpp194 void HexagonDCE::removeOperand(NodeAddr<InstrNode*> IA, unsigned OpNum) { in removeOperand()
220 bool HexagonDCE::rewrite(NodeAddr<InstrNode*> IA, SetVector<NodeId> &Remove) { in rewrite()
H A DHexagonOptAddrMode.cpp183 NodeAddr<InstrNode *> IA = UA.Addr->getOwner(*DFG); canRemoveAddasl() local
305 NodeAddr<InstrNode *> IA = UA.Addr->getOwner(*DFG); isSafeToExtLR() local
769 for (auto IA : BA.Addr->members(*DFG)) { processBlock() local
[all...]
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Deasily-swappable-parameters-implicits.c17 void arrayAndPtr1(int *IP, int IA[]) { arrayAndPtr1(IA, IP); } in arrayAndPtr1()
27 void arrayAndElement(int I, int IA[]) {} // NO-WARN. in arrayAndElement()
H A Deasily-swappable-parameters-implicits.cpp17 void arrayAndPtr1(int *IP, int IA[]) { arrayAndPtr1(IA, IP); } in arrayAndPtr1()
27 void arrayAndElement(int I, int IA[]) {} // NO-WARN. in arrayAndElement()
40 void crefToArrayTypedef2(int *IA, const Point2D &P) {} in crefToArrayTypedef2()
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Duse-equals-default.cpp86 class IA { class
89 IA() : Field(5) {} in IA() function in IA
91 IA(int Arg1, int Arg2) {} in IA() function in IA
/llvm-project/llvm/lib/CodeGen/
H A DLexicalScopes.cpp133 if (auto *IA = DL->getInlinedAt()) { in findLexicalScope() local
143 const DILocation *IA) { in getOrCreateLexicalScope()
H A DRDFGraph.cpp1027 pushClobbers(IA, DefM); in pushAllDefs() argument
1034 pushClobbers(Instr IA,DefStackMap & DefM) pushClobbers() argument
1080 pushDefs(Instr IA,DefStackMap & DefM) pushDefs() argument
1136 getRelatedRefs(Instr IA,Ref RA) const getRelatedRefs() argument
1163 getNextRelated(Instr IA,Ref RA) const getNextRelated() argument
1203 locateNextRef(Instr IA,Ref RA,Predicate P) const locateNextRef() argument
1225 getNextShadow(Instr IA,Ref RA,bool Create) getNextShadow() argument
1398 for (Instr IA : BA.Addr->members(*this)) { recordDefsForDF() local
1507 linkRefUp(Instr IA,NodeAddr<T> TA,DefStack & DS) linkRefUp() argument
1597 for (Instr IA : BA.Addr->members(*this)) { linkBlockRefs() local
1636 for (Instr IA : SBA.Addr->members_if(IsPhi, *this)) { linkBlockRefs() local
[all...]
H A DRDFLiveness.cpp159 auto Block = [this](NodeAddr<InstrNode *> IA) -> MachineBasicBlock * { in getAllReachingDefs() argument
180 NodeAddr<InstrNode *> IA = TA.Addr->getOwner(DFG); in getAllReachingDefs() local
358 NodeAddr<InstrNode *> IA) { in getNearestAliasedRef() argument
1058 NodeAddr<InstrNode *> IA = DA.Addr->getOwner(DFG); traverse() local
1127 NodeAddr<InstrNode *> IA = I; traverse() local
[all...]
/llvm-project/llvm/test/DebugInfo/PDB/Inputs/
H A Devery-array.cpp17 int IA[3] = {1, 2, 3}; variable
/llvm-project/llvm/lib/IR/
H A DDebugLoc.cpp118 while (DILocation *IA = CurInlinedAt->getInlinedAt()) { in appendInlinedAt() local
/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
/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h79 DbgEntity(const DINode *N, const DILocation *IA, DbgEntityKind ID) in DbgEntity() argument
242 DbgVariable(const DILocalVariable *V, const DILocation *IA) in DbgVariable() argument
295 : DbgEntity(L, IA, DbgLabelKind), Sym(Sym) {} in DbgEntity() argument
/llvm-project/clang/test/CXX/special/class.copy/
H A Dp11.0x.move.cpp75 IsAmbiguous IA; // expected-note{{deleted because field 'IA' has a deleted move constructor}} member
H A Dp11.0x.copy.cpp68 …IsAmbiguous IA; // expected-note{{copy constructor of 'Deleted' is implicitly deleted because fiel… member
/llvm-project/llvm/include/llvm/CodeGen/
H A DLexicalScopes.h186 LexicalScope *findInlinedScope(const DILocalScope *N, const DILocation *IA) { in findInlinedScope()
/llvm-project/llvm/lib/MC/
H A DMCRegisterInfo.cpp210 MCRegUnitIterator IA = RangeA.begin(), EA = RangeA.end(); regsOverlap() local
/llvm-project/llvm/lib/Analysis/
H A DInlineAdvisor.cpp631 const auto *IA = MAM.getCachedResult<InlineAdvisorAnalysis>(M); in run() local
650 const auto *IA = MAMProxy.getCachedResult<InlineAdvisorAnalysis>(M); in run() local
/llvm-project/clang/lib/AST/
H A DMicrosoftCXXABI.cpp233 MSInheritanceAttr *IA = getAttr<MSInheritanceAttr>(); in getMSInheritanceModel() local
/llvm-project/clang/lib/Driver/ToolChains/
H A DHIPUtility.cpp105 if (const auto *IA = dyn_cast<InputAction>(CurrentAction)) { populateSymbols() local
/llvm-project/clang/test/Sema/
H A Dms_class_layout.cpp100 class IA { class
/llvm-project/clang/lib/Tooling/
H A DCompilationDatabase.cpp165 const auto *IA = cast<driver::InputAction>(A); in runImpl() local
/llvm-project/clang/test/Layout/
H A Dms-x86-vtordisp.cpp357 struct IA { struct
/llvm-project/llvm/lib/Target/Mips/
H A DMips16HardFloat.cpp53 InlineAsm *IA = InlineAsm::get(AsmFTy, AsmText, "", true, in emitInlineAsm() local

123