/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | RDFDeadCode.cpp | 83 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 D | RDFCopy.cpp | 205 assert(DFG.IsCode<NodeAttrs::Stmt>(IA)); in run() local 80 updateMap(NodeAddr<InstrNode * > IA) updateMap() argument [all...] |
H A D | HexagonRDFOpt.cpp | 194 void HexagonDCE::removeOperand(NodeAddr<InstrNode*> IA, unsigned OpNum) { in removeOperand() 220 bool HexagonDCE::rewrite(NodeAddr<InstrNode*> IA, SetVector<NodeId> &Remove) { in rewrite()
|
H A D | HexagonOptAddrMode.cpp | 183 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 D | easily-swappable-parameters-implicits.c | 17 void arrayAndPtr1(int *IP, int IA[]) { arrayAndPtr1(IA, IP); } in arrayAndPtr1() 27 void arrayAndElement(int I, int IA[]) {} // NO-WARN. in arrayAndElement()
|
H A D | easily-swappable-parameters-implicits.cpp | 17 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 D | use-equals-default.cpp | 86 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 D | LexicalScopes.cpp | 133 if (auto *IA = DL->getInlinedAt()) { in findLexicalScope() local 143 const DILocation *IA) { in getOrCreateLexicalScope()
|
H A D | RDFGraph.cpp | 1027 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 D | RDFLiveness.cpp | 159 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 D | every-array.cpp | 17 int IA[3] = {1, 2, 3}; variable
|
/llvm-project/llvm/lib/IR/ |
H A D | DebugLoc.cpp | 118 while (DILocation *IA = CurInlinedAt->getInlinedAt()) { in appendInlinedAt() local
|
/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | InlineAsmLowering.cpp | 48 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 D | DwarfDebug.h | 79 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 D | p11.0x.move.cpp | 75 IsAmbiguous IA; // expected-note{{deleted because field 'IA' has a deleted move constructor}} member
|
H A D | p11.0x.copy.cpp | 68 …IsAmbiguous IA; // expected-note{{copy constructor of 'Deleted' is implicitly deleted because fiel… member
|
/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | LexicalScopes.h | 186 LexicalScope *findInlinedScope(const DILocalScope *N, const DILocation *IA) { in findInlinedScope()
|
/llvm-project/llvm/lib/MC/ |
H A D | MCRegisterInfo.cpp | 210 MCRegUnitIterator IA = RangeA.begin(), EA = RangeA.end(); regsOverlap() local
|
/llvm-project/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
|
/llvm-project/clang/lib/AST/ |
H A D | MicrosoftCXXABI.cpp | 233 MSInheritanceAttr *IA = getAttr<MSInheritanceAttr>(); in getMSInheritanceModel() local
|
/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | HIPUtility.cpp | 105 if (const auto *IA = dyn_cast<InputAction>(CurrentAction)) { populateSymbols() local
|
/llvm-project/clang/test/Sema/ |
H A D | ms_class_layout.cpp | 100 class IA { class
|
/llvm-project/clang/lib/Tooling/ |
H A D | CompilationDatabase.cpp | 165 const auto *IA = cast<driver::InputAction>(A); in runImpl() local
|
/llvm-project/clang/test/Layout/ |
H A D | ms-x86-vtordisp.cpp | 357 struct IA { struct
|
/llvm-project/llvm/lib/Target/Mips/ |
H A D | Mips16HardFloat.cpp | 53 InlineAsm *IA = InlineAsm::get(AsmFTy, AsmText, "", true, in emitInlineAsm() local
|