/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 | 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 | 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 | 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()
|
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()
|
/external/swiftshader/third_party/llvm-7.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 | 90 NodeAddr<InstrNode*> IA) { in getLocalReachingDef() 165 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 | 1042 void DataFlowGraph::pushAllDefs(NodeAddr<InstrNode*> IA, DefStackMap &DefM) { in pushAllDefs() 1049 void DataFlowGraph::pushClobbers(NodeAddr<InstrNode*> IA, DefStackMap &DefM) { in pushClobbers() 1093 void DataFlowGraph::pushDefs(NodeAddr<InstrNode*> IA, DefStackMap &DefM) { in pushDefs() 1147 NodeList DataFlowGraph::getRelatedRefs(NodeAddr<InstrNode*> IA, in getRelatedRefs() 1173 NodeAddr<RefNode*> DataFlowGraph::getNextRelated(NodeAddr<InstrNode*> IA, in getNextRelated() 1212 DataFlowGraph::locateNextRef(NodeAddr<InstrNode*> IA, NodeAddr<RefNode*> RA, in locateNextRef() 1234 NodeAddr<RefNode*> DataFlowGraph::getNextShadow(NodeAddr<InstrNode*> IA, in getNextShadow() 1255 NodeAddr<RefNode*> DataFlowGraph::getNextShadow(NodeAddr<InstrNode*> IA, in getNextShadow() 1585 void DataFlowGraph::linkRefUp(NodeAddr<InstrNode*> IA, NodeAddr<T> TA, in linkRefUp()
|
D | RDFLiveness.cpp | 171 auto Block = [this] (NodeAddr<InstrNode*> IA) -> MachineBasicBlock* { in getAllReachingDefs() 325 NodeAddr<InstrNode*> IA) { in getNearestAliasedRef() 1003 NodeAddr<InstrNode*> IA = DA.Addr->getOwner(DFG); in traverse() local 1072 NodeAddr<InstrNode*> IA = I; in traverse() local
|
D | HexagonOptAddrMode.cpp | 179 NodeAddr<InstrNode *> IA = UA.Addr->getOwner(*DFG); in canRemoveAddasl() local 301 NodeAddr<InstrNode *> IA = UA.Addr->getOwner(*DFG); in isSafeToExtLR() local 687 for (auto IA : BA.Addr->members(*DFG)) { in processBlock() local
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | DebugLoc.cpp | 48 void DebugLoc::getScopeAndInlinedAt(MDNode *&Scope, MDNode *&IA, in getScopeAndInlinedAt() 102 MDNode *Scope, *IA; in getAsMDNode() local 213 int LLVMContextImpl::getOrAddScopeInlinedAtIdxEntry(MDNode *Scope, MDNode *IA, in getOrAddScopeInlinedAtIdxEntry()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | LexicalScopes.cpp | 132 if (auto *IA = DL->getInlinedAt()) { in findLexicalScope() local 142 const DILocation *IA) { in getOrCreateLexicalScope()
|
/external/llvm/lib/CodeGen/ |
D | LexicalScopes.cpp | 118 if (auto *IA = DL->getInlinedAt()) { in findLexicalScope() local 128 const DILocation *IA) { in getOrCreateLexicalScope()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/ |
D | AddrModeMatcher.cpp | 381 static bool IsOperandAMemoryOperand(CallInst *CI, InlineAsm *IA, Value *OpVal, in IsOperandAMemoryOperand() 435 InlineAsm *IA = dyn_cast<InlineAsm>(CI->getCalledValue()); in FindAllMemoryUses() local
|
D | ValueMapper.cpp | 38 if (const InlineAsm *IA = dyn_cast<InlineAsm>(V)) { in MapValue() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | DebugLoc.cpp | 79 while (DILocation *IA = CurInlinedAt->getInlinedAt()) { in appendInlinedAt() local
|
/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()
|
/external/guice/extensions/grapher/test/com/google/inject/grapher/ |
D | AbstractInjectorGrapherTest.java | 97 private static interface IA {} interface in AbstractInjectorGrapherTest
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfDebug.h | 78 const DILocation *IA; /// Inlined at location. variable 95 DbgVariable(const DILocalVariable *V, const DILocation *IA) in DbgVariable()
|
/external/llvm/lib/Transforms/IPO/ |
D | PruneEH.cpp | 143 if (const auto *IA = dyn_cast<InlineAsm>(ICS.getCalledValue())) in runImpl() local
|
/external/llvm/include/llvm/CodeGen/ |
D | LexicalScopes.h | 185 LexicalScope *findInlinedScope(const DILocalScope *N, const DILocation *IA) { in findInlinedScope()
|
/external/clang/test/CXX/special/class.copy/ |
D | p11.0x.move.cpp | 63 IsAmbiguous IA; // expected-note{{deleted because field 'IA' has a deleted move constructor}} member
|