Home
last modified time | relevance | path

Searched refs:DM (Results 1 – 25 of 26) sorted by relevance

12

/llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/
H A Dfrounds.ll9 ; RUN: -check-prefix=DM
54 ; DM-LABEL: foo:
55 ; DM: # %bb.0: # %entry
56 ; DM-NEXT: mffs 0
57 ; DM-NEXT: mffprd 3, 0
58 ; DM-NEXT: not 4, 3
59 ; DM-NEXT: clrlwi 3, 3, 30
61 ; DM-NEXT: xor 3, 3, 4
62 ; DM-NEXT: stw 3, -8(1)
63 ; DM-NEXT: stw 3, -4(1)
[all …]
/llvm-project-15.0.7/llvm/tools/dsymutil/
H A DDebugMap.cpp204 dsymutil::DebugMap &DM) { in mapping() argument
205 io.mapRequired("triple", DM.BinaryTriple); in mapping()
206 io.mapOptional("binary-path", DM.BinaryPath); in mapping()
208 reinterpret_cast<YAMLContext *>(Ctxt)->BinaryTriple = DM.BinaryTriple; in mapping()
209 io.mapOptional("objects", DM.Objects); in mapping()
213 IO &io, std::unique_ptr<dsymutil::DebugMap> &DM) { in mapping() argument
214 if (!DM) in mapping()
215 DM.reset(new DebugMap()); in mapping()
216 io.mapRequired("triple", DM->BinaryTriple); in mapping()
217 io.mapOptional("binary-path", DM->BinaryPath); in mapping()
[all …]
H A DMachOUtils.cpp355 llvm::IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS, const DebugMap &DM, in generateDsymCompanion() argument
370 auto ObjectEntry = InputBinaryHolder.getObjectEntry(DM.getBinaryPath()); in generateDsymCompanion()
373 return error(Twine("opening ") + DM.getBinaryPath() + ": " + in generateDsymCompanion()
379 ObjectEntry->getObjectAs<object::MachOObjectFile>(DM.getTriple()); in generateDsymCompanion()
382 return error(Twine("opening ") + DM.getBinaryPath() + ": " + in generateDsymCompanion()
H A Ddsymutil.h51 const DebugMap &DM, LinkOptions Options);
H A DDebugMap.h260 static void mapping(IO &io, dsymutil::DebugMap &DM); in LLVM_YAML_IS_SEQUENCE_VECTOR()
264 static void mapping(IO &io, std::unique_ptr<dsymutil::DebugMap> &DM); in LLVM_YAML_IS_SEQUENCE_VECTOR()
H A DMachOUtils.h59 llvm::IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS, const DebugMap &DM,
H A DDwarfLinkerForBinary.cpp1046 const DebugMap &DM, LinkOptions Options) { in linkDwarf() argument
1048 return Linker.link(DM); in linkDwarf()
/llvm-project-15.0.7/clang/lib/Analysis/
H A DConsumed.cpp1092 for (const auto &DM : VarMap) { in checkParamsForReturnTypestate() local
1093 if (isa<ParmVarDecl>(DM.first)) { in checkParamsForReturnTypestate()
1101 if (DM.second != ExpectedState) in checkParamsForReturnTypestate()
1104 stateToString(DM.second)); in checkParamsForReturnTypestate()
1140 for (const auto &DM : Other.VarMap) { in intersect() local
1146 if (LocalState != DM.second) in intersect()
1147 VarMap[DM.first] = CS_Unknown; in intersect()
1164 if (LocalState != DM.second) { in intersectAtLoopHead()
1165 VarMap[DM.first] = CS_Unknown; in intersectAtLoopHead()
1192 for (const auto &DM : Other->VarMap) in operator !=() local
[all …]
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DSimpleExecutorDylibManager.cpp88 DylibsMap DM; in shutdown() local
91 std::swap(DM, Dylibs); in shutdown()
/llvm-project-15.0.7/llvm/test/Transforms/InstCombine/
H A Dgepphigep.ll12 ; CHECK-NEXT: [[TMP:%.*]] = getelementptr inbounds [[STRUCT1:%.*]], %struct1* [[DM:%.*]], i64 0,…
56 ; CHECK-NEXT: [[TMP:%.*]] = getelementptr inbounds [[STRUCT1:%.*]], %struct1* [[DM:%.*]], i64 0,…
87 ; CHECK-NEXT: [[TMP11:%.*]] = getelementptr inbounds [[STRUCT3:%.*]], %struct3* [[DM:%.*]], i64 …
91 ; CHECK-NEXT: [[TMP12:%.*]] = getelementptr inbounds [[STRUCT3]], %struct3* [[DM]], i64 [[TMP20:…
103 ; CHECK-NEXT: [[TMP1:%.*]] = getelementptr inbounds [[STRUCT3]], %struct3* [[DM]], i64 [[TMP0]],…
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/
H A DSimpleRemoteEPC.cpp318 if (auto DM = in setup() local
320 DylibMgr = std::make_unique<EPCGenericDylibManager>(std::move(*DM)); in setup()
322 return DM.takeError(); in setup()
H A DMachOPlatform.cpp419 auto &DM = JDDepMap[DepJD]; in pushInitializersLoop() local
424 DM.push_back(KV.first); in pushInitializersLoop()
/llvm-project-15.0.7/llvm/utils/lit/tests/Inputs/shtest-shell/
H A Dvalid-shell.txt147 # NP-CAT-OUTPUT-NEXT: xyz{|}~^?M-^@M-^AM-^BM-^CM-^DM-^EM-^FM-^GM-^HM-^IM-^JM-^K
150 # NP-CAT-OUTPUT-NEXT: M-4M-5M-6M-7M-8M-9M-:M-;M-<M-=M->M-?M-@M-AM-BM-CM-DM-EM-FM-G
165 # NPLONG-CAT-OUTPUT-NEXT: xyz{|}~^?M-^@M-^AM-^BM-^CM-^DM-^EM-^FM-^GM-^HM-^IM-^JM-^K
168 # NPLONG-CAT-OUTPUT-NEXT: M-4M-5M-6M-7M-8M-9M-:M-;M-<M-=M->M-?M-@M-AM-BM-CM-DM-EM-FM-G
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/
H A DUDTLayout.cpp230 auto DM = std::make_unique<DataMemberLayoutItem>(*this, std::move(Data)); in initializeChildren() local
232 addChildToLayout(std::move(DM)); in initializeChildren()
/llvm-project-15.0.7/llvm/lib/IR/
H A DLegacyPassManager.cpp733 PMDataManager *DM = getAsPMDataManager(); in schedulePass() local
734 AnalysisResolver *AR = new AnalysisResolver(*DM); in schedulePass()
736 DM->initializeAnalysisImpl(P); in schedulePass()
738 DM->recordAvailableAnalysis(IP); in schedulePass()
1047 PMDataManager &DM = PUsed->getResolver()->getPMDataManager(); in add() local
1048 RDepth = DM.getDepth(); in add()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DRDFGraph.h736 void pushAllDefs(NodeAddr<InstrNode*> IA, DefStackMap &DM);
848 void pushClobbers(NodeAddr<InstrNode*> IA, DefStackMap &DM);
849 void pushDefs(NodeAddr<InstrNode*> IA, DefStackMap &DM);
/llvm-project-15.0.7/polly/lib/Analysis/
H A DDependenceInfo.cpp759 static void printDependencyMap(raw_ostream &OS, __isl_keep isl_union_map *DM) { in printDependencyMap() argument
760 if (DM) in printDependencyMap()
761 OS << DM << "\n"; in printDependencyMap()
/llvm-project-15.0.7/clang/lib/ASTMatchers/Dynamic/
H A DMarshallers.h955 auto DM = VM.getTypedMatcher(NK);
956 InnerArgs.push_back(DM);
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.cpp2440 HexagonBlockRanges::RegToRangeMap DM = HBR.computeDeadMap(IM, LM); in optimizeSpillSlots() local
2442 << HexagonBlockRanges::PrintRangeMap(DM, HRI)); in optimizeSpillSlots()
2464 unsigned FoundR = this->findPhysReg(MF, Range, IM, DM, RC); in optimizeSpillSlots()
2531 DM[RR].subtract(Range); in optimizeSpillSlots()
/llvm-project-15.0.7/llvm/test/Demangle/
H A Dms-string-literals.test200 ??_C@_01MNNFJEPP@?$DM?$AA@
557 ??_C@_13GEEGGHPK@?$AA?$DM?$AA?$AA@
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp5667 unsigned DM[2]; in Select() local
5671 DM[i] = 0; in Select()
5673 DM[i] = 1; in Select()
5675 if (Op1 == Op2 && DM[0] == 0 && DM[1] == 0 && in Select()
5699 unsigned tmp = DM[0]; in Select()
5700 DM[0] = 1 - DM[1]; in Select()
5701 DM[1] = 1 - tmp; in Select()
5704 SDValue DMV = CurDAG->getTargetConstant(DM[1] | (DM[0] << 1), dl, in Select()
H A DPPCInstrVSX.td1042 (outs vsrc:$XT), (ins vsrc:$XA, vsrc:$XB, u2imm:$DM),
1043 "xxpermdi $XT, $XA, $XB, $DM", IIC_VecPerm,
1045 imm32SExt16:$DM))]>;
1055 def XXPERMDIs : XX3Form_2s<60, 10, (outs vsrc:$XT), (ins vsfrc:$XA, u2imm:$DM),
1056 "xxpermdi $XT, $XA, $XA, $DM", IIC_VecPerm, []>;
H A DPPCISelLowering.cpp2389 bool PPC::isXXPERMDIShuffleMask(ShuffleVectorSDNode *N, unsigned &DM, in isXXPERMDIShuffleMask() argument
2405 DM = IsLE ? (((~M1) & 1) << 1) + ((~M0) & 1) : (M0 << 1) + (M1 & 1); in isXXPERMDIShuffleMask()
2423 DM = (((~M1) & 1) << 1) + ((~M0) & 1); in isXXPERMDIShuffleMask()
2436 DM = (M0 << 1) + (M1 & 1); in isXXPERMDIShuffleMask()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DRDFGraph.cpp956 DefStackMap DM; in build() local
957 linkBlockRefs(DM, EA); in build()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DDebugify.cpp1061 static RegisterPass<DebugifyModulePass> DM("debugify", variable

12