/freebsd/contrib/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 | 80 void CopyPropagation::updateMap(NodeAddr<InstrNode*> IA) { in updateMap() 205 NodeAddr<InstrNode*> IA = UA.Addr->getOwner(DFG); in run() local
|
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); in canRemoveAddasl() local 305 NodeAddr<InstrNode *> IA = UA.Addr->getOwner(*DFG); in isSafeToExtLR() local 769 for (auto IA : BA.Addr->members(*DFG)) { in processBlock() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | RDFGraph.cpp | 1027 void DataFlowGraph::pushAllDefs(Instr IA, DefStackMap &DefM) { in pushAllDefs() 1034 void DataFlowGraph::pushClobbers(Instr IA, DefStackMap &DefM) { in pushClobbers() 1080 void DataFlowGraph::pushDefs(Instr IA, DefStackMap &DefM) { in pushDefs() 1136 NodeList DataFlowGraph::getRelatedRefs(Instr IA, Ref RA) const { in getRelatedRefs() 1163 Ref DataFlowGraph::getNextRelated(Instr IA, Ref RA) const { in getNextRelated() 1203 std::pair<Ref, Ref> DataFlowGraph::locateNextRef(Instr IA, Ref RA, in locateNextRef() 1225 Ref DataFlowGraph::getNextShadow(Instr IA, Ref RA, bool Create) { in getNextShadow() 1398 for (Instr IA : BA.Addr->members(*this)) { in recordDefsForDF() local 1507 void DataFlowGraph::linkRefUp(Instr IA, NodeAddr<T> TA, DefStack &DS) { in linkRefUp() 1597 for (Instr IA : BA.Addr->members(*this)) { in linkBlockRefs() local [all …]
|
H A D | LexicalScopes.cpp | 133 if (auto *IA = DL->getInlinedAt()) { in findLexicalScope() local 143 const DILocation *IA) { in getOrCreateLexicalScope()
|
H A D | RDFLiveness.cpp | 159 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() 1058 NodeAddr<InstrNode *> IA = DA.Addr->getOwner(DFG); in traverse() local 1127 NodeAddr<InstrNode *> IA = I; in traverse() local
|
H A D | TargetRegisterInfo.cpp | 346 for (SuperRegClassIterator IA(RCA, this, true); IA.isValid(); ++IA) { in getCommonSuperRegClass() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfDebug.h | 79 DbgEntity(const DINode *N, const DILocation *IA, DbgEntityKind ID) in DbgEntity() argument 136 DbgVariable(const DILocalVariable * V,const DILocation * IA) DbgVariable() argument 240 DbgEntity(L,IA,DbgLabelKind) DbgEntity() argument
|
/freebsd/contrib/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
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | DebugLoc.cpp | 118 while (DILocation *IA = CurInlinedAt->getInlinedAt()) { in appendInlinedAt() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | LexicalScopes.h | 186 LexicalScope *findInlinedScope(const DILocalScope *N, const DILocation *IA) { in findInlinedScope()
|
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCRegisterInfo.cpp | 210 MCRegUnitIterator IA = RangeA.begin(), EA = RangeA.end(); in regsOverlap() local
|
H A D | MCCodeView.cpp | 293 MCCVFunctionInfo::LineInfo &IA = I->second; in getFunctionLineEntries() local
|
/freebsd/contrib/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
|
H A D | TypeBasedAliasAnalysis.cpp | 506 int IA = PathA.size() - 1; in getLeastCommonType() local
|
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | HIPUtility.cpp | 105 if (const auto *IA = dyn_cast<InputAction>(CurrentAction)) { in populateSymbols() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | Mips16HardFloat.cpp | 53 InlineAsm *IA = InlineAsm::get(AsmFTy, AsmText, "", true, in emitInlineAsm() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/ |
H A D | ObjCARCContract.cpp | 469 InlineAsm *IA = in tryToPeepholeInstruction() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | ADCE.cpp | 446 if (const DILocation *IA = DL.getInlinedAt()) in collectLiveScopes() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUAttributor.cpp | 921 static bool inlineAsmUsesAGPRs(const InlineAsm *IA) { in inlineAsmUsesAGPRs() 966 if (const InlineAsm *IA = dyn_cast<InlineAsm>(CalleeOp)) in updateImpl() local
|
H A D | AMDGPUCodeGenPrepare.cpp | 1250 Value *IA = Num; in expandDivRem24Impl() local 1733 const auto *IA = dyn_cast<Instruction>(A); in areInSameBB() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/Utils/ |
H A D | AArch64BaseInfo.h | 820 IA = 0, enumerator
|
/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/ |
H A D | CGFunctionInfo.h | 393 void setIndirectAlign(CharUnits IA) { in setIndirectAlign()
|
/freebsd/contrib/llvm-project/clang/lib/Driver/ |
H A D | Driver.cpp | 2371 if (InputAction *IA = dyn_cast<InputAction>(A)) { local 3011 if (auto *IA = dyn_cast<InputAction>(HostAction)) { in addDeviceDependences() local 3074 auto *IA = cast<InputAction>(UA->getInputs().back()); addDeviceDependences() local 5563 if (const InputAction *IA = dyn_cast<InputAction>(A)) { BuildJobsForActionNoCache() local [all...] |