/external/llvm/lib/Target/Hexagon/ |
D | RDFDeadCode.cpp | 71 void DeadCodeElimination::scanInstr(NodeAddr<InstrNode*> IA, in scanInstr() 85 NodeAddr<InstrNode*> IA = DA.Addr->getOwner(DFG); in processDef() local 139 auto IsDead = [this] (NodeAddr<InstrNode*> IA) -> bool { in collect()
|
D | RDFCopy.cpp | 92 void CopyPropagation::updateMap(NodeAddr<InstrNode*> IA) { in updateMap() 203 NodeAddr<InstrNode*> IA = UA.Addr->getOwner(DFG); in run() local
|
D | RDFLiveness.cpp | 137 auto Block = [this] (NodeAddr<InstrNode*> IA) -> MachineBasicBlock* { in getAllReachingDefs() 732 bool Liveness::isRestricted(NodeAddr<InstrNode*> IA, NodeAddr<RefNode*> RA, in isRestricted() 842 NodeAddr<InstrNode*> IA = DA.Addr->getOwner(DFG); in traverse() local 872 NodeAddr<InstrNode*> IA = TA.Addr->getOwner(DFG); in traverse() local 896 NodeAddr<InstrNode*> IA = I; in traverse() local
|
D | HexagonRDFOpt.cpp | 175 void HexagonDCE::removeOperand(NodeAddr<InstrNode*> IA, unsigned OpNum) { in removeOperand() 201 bool HexagonDCE::rewrite(NodeAddr<InstrNode*> IA, SetVector<NodeId> &Remove) { in rewrite()
|
D | RDFGraph.cpp | 1005 void DataFlowGraph::pushDefs(NodeAddr<InstrNode*> IA, DefStackMap &DefM) { in pushDefs() 1055 NodeList DataFlowGraph::getRelatedRefs(NodeAddr<InstrNode*> IA, in getRelatedRefs() 1082 NodeAddr<RefNode*> DataFlowGraph::getNextRelated(NodeAddr<InstrNode*> IA, in getNextRelated() 1121 DataFlowGraph::locateNextRef(NodeAddr<InstrNode*> IA, NodeAddr<RefNode*> RA, in locateNextRef() 1143 NodeAddr<RefNode*> DataFlowGraph::getNextShadow(NodeAddr<InstrNode*> IA, in getNextShadow() 1164 NodeAddr<RefNode*> DataFlowGraph::getNextShadow(NodeAddr<InstrNode*> IA, in getNextShadow() 1314 NodeAddr<InstrNode*> IA = I; in recordDefsForDF() local 1492 void DataFlowGraph::linkRefUp(NodeAddr<InstrNode*> IA, NodeAddr<T> TA, in linkRefUp()
|
D | HexagonOptAddrMode.cpp | 160 NodeAddr<InstrNode *> IA = UA.Addr->getOwner(*DFG); in canRemoveAddasl() local 509 for (auto IA : BA.Addr->members(*DFG)) { in processBlock() local 575 void HexagonOptAddrMode::updateMap(NodeAddr<InstrNode *> IA) { in updateMap()
|
/external/llvm-project/llvm/lib/Target/Hexagon/ |
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()
|
D | RDFCopy.cpp | 89 NodeAddr<InstrNode*> IA) { in getLocalReachingDef() 164 NodeAddr<InstrNode*> IA = UA.Addr->getOwner(DFG); in run() local
|
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()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
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()
|
D | RDFCopy.cpp | 89 NodeAddr<InstrNode*> IA) { in getLocalReachingDef() 164 NodeAddr<InstrNode*> IA = UA.Addr->getOwner(DFG); in run() local
|
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()
|
D | RDFGraph.cpp | 1023 void DataFlowGraph::pushAllDefs(NodeAddr<InstrNode*> IA, DefStackMap &DefM) { in pushAllDefs() 1030 void DataFlowGraph::pushClobbers(NodeAddr<InstrNode*> IA, DefStackMap &DefM) { in pushClobbers() 1074 void DataFlowGraph::pushDefs(NodeAddr<InstrNode*> IA, DefStackMap &DefM) { in pushDefs() 1128 NodeList DataFlowGraph::getRelatedRefs(NodeAddr<InstrNode*> IA, in getRelatedRefs() 1154 NodeAddr<RefNode*> DataFlowGraph::getNextRelated(NodeAddr<InstrNode*> IA, in getNextRelated() 1193 DataFlowGraph::locateNextRef(NodeAddr<InstrNode*> IA, NodeAddr<RefNode*> RA, in locateNextRef() 1215 NodeAddr<RefNode*> DataFlowGraph::getNextShadow(NodeAddr<InstrNode*> IA, in getNextShadow() 1236 NodeAddr<RefNode*> DataFlowGraph::getNextShadow(NodeAddr<InstrNode*> IA, in getNextShadow() 1566 void DataFlowGraph::linkRefUp(NodeAddr<InstrNode*> IA, NodeAddr<T> TA, in linkRefUp()
|
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/ |
D | modernize-use-equals-default.cpp | 37 class IA { class 40 IA() : Field(5) {} in IA() function in IA 42 IA(int Arg1, int Arg2) {} in IA() function in IA
|
/external/javassist/src/test/test5/ |
D | JIRA246.java | 10 public interface IA { interface in JIRA246
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | LexicalScopes.cpp | 132 if (auto *IA = DL->getInlinedAt()) { in findLexicalScope() local 142 const DILocation *IA) { in getOrCreateLexicalScope()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | LexicalScopes.cpp | 133 if (auto *IA = DL->getInlinedAt()) { in findLexicalScope() local 143 const DILocation *IA) { in getOrCreateLexicalScope()
|
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()
|
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() 1058 NodeAddr<InstrNode*> IA = DA.Addr->getOwner(DFG); in traverse() local 1127 NodeAddr<InstrNode*> IA = I; in traverse() local
|
/external/llvm/lib/CodeGen/ |
D | LexicalScopes.cpp | 118 if (auto *IA = DL->getInlinedAt()) { in findLexicalScope() local 128 const DILocation *IA) { in getOrCreateLexicalScope()
|
/external/llvm-project/llvm/test/DebugInfo/PDB/Inputs/ |
D | every-array.cpp | 17 int IA[3] = {1, 2, 3}; variable
|
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
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
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfDebug.h | 81 DbgEntity(const DINode *N, const DILocation *IA, unsigned ID) in DbgEntity() 139 DbgVariable(const DILocalVariable *V, const DILocation *IA) in DbgVariable() 241 : DbgEntity(L, IA, DbgLabelKind), Sym(Sym) {} in DbgEntity() argument
|
/external/llvm/lib/Transforms/Scalar/ |
D | ADCE.cpp | 61 if (const DILocation *IA = DL.getInlinedAt()) in collectLiveScopes() local
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfDebug.h | 65 const DILocation *IA; /// Inlined at location. variable 77 DbgVariable(const DILocalVariable *V, const DILocation *IA) in DbgVariable()
|