Searched refs:MD (Results 126 - 150 of 410) sorted by relevance

1234567891011>>

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DMemorySSA.cpp263 instructionClobbersQuery(const MemoryDef *MD, const MemoryLocation &UseLoc, argument
265 Instruction *DefInst = MD->getMemoryInst();
315 static ClobberAlias instructionClobbersQuery(MemoryDef *MD, argument
322 return instructionClobbersQuery(MD, MemoryLocation(), MU->getMemoryInst(),
324 return instructionClobbersQuery(MD, UseMLOC.getLoc(), MU->getMemoryInst(),
328 // Return true when MD may alias MU, return false otherwise.
329 bool MemorySSAUtil::defClobbersUseOrDef(MemoryDef *MD, const MemoryUseOrDef *MU, argument
331 return instructionClobbersQuery(MD, MU, MemoryLocOrCall(MU), AA).IsClobber;
360 static bool lifetimeEndsAt(MemoryDef *MD, const MemoryLocation &Loc, argument
362 Instruction *Inst = MD
1441 MemoryDef *MD = cast<MemoryDef>(VersionStack[UpperBound]); local
[all...]
H A DVectorUtils.cpp713 MDNode *MD = I0->getMetadata(Kind); local
715 for (int J = 1, E = VL.size(); MD && J != E; ++J) {
720 MD = MDNode::getMostGenericTBAA(MD, IMD);
723 MD = MDNode::getMostGenericAliasScope(MD, IMD);
726 MD = MDNode::getMostGenericFPMath(MD, IMD);
731 MD = MDNode::intersect(MD, IM
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DMicrosoftMangle.cpp141 void mangleVirtualMemPtrThunk(const CXXMethodDecl *MD,
144 void mangleThunk(const CXXMethodDecl *MD, const ThunkInfo &Thunk,
313 const CXXMethodDecl *MD);
314 void mangleVirtualMemPtrThunk(const CXXMethodDecl *MD,
357 void mangleObjCMethodName(const ObjCMethodDecl *MD);
642 const CXXMethodDecl *MD) {
663 if (MD) {
665 if (MD->isVirtual()) {
669 VTContext->getMethodVFTableLocation(GlobalDecl(MD));
670 mangleVirtualMemPtrThunk(MD, M
641 mangleMemberFunctionPointer(const CXXRecordDecl *RD, const CXXMethodDecl *MD) argument
703 mangleVirtualMemPtrThunk( const CXXMethodDecl *MD, const MethodVFTableLocation &ML) argument
1323 mangleObjCMethodName(const ObjCMethodDecl *MD) argument
1437 const CXXMethodDecl *MD = dyn_cast<CXXMethodDecl>(FD); local
3086 mangleVirtualMemPtrThunk( const CXXMethodDecl *MD, const MethodVFTableLocation &ML, raw_ostream &Out) argument
3095 mangleThunk(const CXXMethodDecl *MD, const ThunkInfo &Thunk, raw_ostream &Out) argument
[all...]
H A DDeclCXX.cpp2034 const CXXMethodDecl *MD = getCanonicalDecl();
2036 if (MD->getStorageClass() == SC_Static)
2045 for (const CXXMethodDecl *MD : DerivedMD->overridden_methods()) {
2046 if (MD->getCanonicalDecl() == BaseMD->getCanonicalDecl())
2048 if (recursivelyOverrides(MD, BaseMD))
2062 CXXMethodDecl *MD = RD->getDestructor();
2063 if (MD) {
2064 if (recursivelyOverrides(MD, this))
2065 return MD;
2066 if (MayBeBase && recursivelyOverrides(this, MD))
[all...]
H A DRecordLayoutBuilder.cpp2098 for (const CXXMethodDecl *MD : RD->methods()) {
2099 if (!MD->isVirtual())
2102 if (MD->isPure())
2107 if (MD->isImplicit())
2110 if (MD->isInlineSpecified() || MD->isConstexpr())
2113 if (MD->hasInlineBody())
2117 if (!MD->isUserProvided())
2123 if (MD->hasBody(Def) && Def->isInlineSpecified())
2133 if (!MD
3014 const CXXMethodDecl *MD = *Work.begin(); local
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp644 auto *MD = dyn_cast_or_null<CXXMethodDecl>(D); local
645 if (!MD || !MD->getDeclName().getAsIdentifierInfo() ||
646 !MD->getDeclName().getAsIdentifierInfo()->isStr("allocate") ||
647 (MD->getNumParams() != 1 && MD->getNumParams() != 2))
650 if (MD->parameters()[0]->getType().getCanonicalType() != Ctx.getSizeType())
653 if (MD->getNumParams() == 2) {
654 auto *PT = MD->parameters()[1]->getType()->getAs<PointerType>();
666 if (const auto *MD
1055 const CXXMethodDecl *MD = cast<CXXMethodDecl>(D); local
1195 const CXXMethodDecl *MD = dyn_cast<CXXMethodDecl>(FD); local
[all...]
H A DMicrosoftCXXABI.cpp230 getThisArgumentTypeForMethod(const CXXMethodDecl *MD) override {
231 if (MD->isVirtual() && !isa<CXXDestructorDecl>(MD)) {
233 CGM.getMicrosoftVTableContext().getMethodVFTableLocation(MD);
243 return MD->getParent();
627 /// Generate a thunk for calling a virtual member function MD.
628 llvm::Function *EmitVirtualMemPtrThunk(const CXXMethodDecl *MD,
648 llvm::Constant *EmitMemberFunctionPointer(const CXXMethodDecl *MD) override;
1221 const CXXMethodDecl *MD) {
1225 MD
1220 hasDefaultCXXMethodCC(ASTContext &Context, const CXXMethodDecl *MD) argument
1365 const CXXMethodDecl *MD = cast<CXXMethodDecl>(GD.getDecl()); local
1413 const CXXMethodDecl *MD = cast<CXXMethodDecl>(GD.getDecl()); local
1471 const CXXMethodDecl *MD = cast<CXXMethodDecl>(CGF.CurGD.getDecl()); local
1514 const CXXMethodDecl *MD = cast<CXXMethodDecl>(CGF.CurGD.getDecl()); local
2001 EmitVirtualMemPtrThunk(const CXXMethodDecl *MD, const MethodVFTableLocation &ML) argument
2818 EmitMemberFunctionPointer(const CXXMethodDecl *MD) argument
[all...]
H A DCGCall.cpp72 /// qualification. Either or both of RD and MD may be null. A null RD indicates
73 /// that there is no meaningful 'this' type, and a null MD can occur when
76 const CXXMethodDecl *MD) {
83 if (MD)
84 RecTy = Context.getAddrSpaceQualType(RecTy, MD->getMethodQualifiers().getAddressSpace());
89 static CanQual<FunctionProtoType> GetFormalType(const CXXMethodDecl *MD) { argument
90 return MD->getType()->getCanonicalTypeUnqualified()
254 const CXXMethodDecl *MD) {
258 argTypes.push_back(DeriveThisType(RD, MD));
280 CodeGenTypes::arrangeCXXMethodDeclaration(const CXXMethodDecl *MD) { argument
75 DeriveThisType(const CXXRecordDecl *RD, const CXXMethodDecl *MD) argument
252 arrangeCXXMethodType(const CXXRecordDecl *RD, const FunctionProtoType *FTP, const CXXMethodDecl *MD) argument
308 auto *MD = cast<CXXMethodDecl>(GD.getDecl()); local
459 arrangeObjCMethodDeclaration(const ObjCMethodDecl *MD) argument
472 arrangeObjCMessageSendSignature(const ObjCMethodDecl *MD, QualType receiverType) argument
531 arrangeUnprototypedMustTailThunk(const CXXMethodDecl *MD) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DValue.cpp711 if (MDNode *MD = LI->getMetadata(LLVMContext::MD_dereferenceable)) {
712 ConstantInt *CI = mdconst::extract<ConstantInt>(MD->getOperand(0));
716 if (MDNode *MD =
718 ConstantInt *CI = mdconst::extract<ConstantInt>(MD->getOperand(0));
724 if (MDNode *MD = IP->getMetadata(LLVMContext::MD_dereferenceable)) {
725 ConstantInt *CI = mdconst::extract<ConstantInt>(MD->getOperand(0));
729 if (MDNode *MD =
731 ConstantInt *CI = mdconst::extract<ConstantInt>(MD->getOperand(0));
799 if (MDNode *MD = LI->getMetadata(LLVMContext::MD_align)) {
800 ConstantInt *CI = mdconst::extract<ConstantInt>(MD
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAsmPrinter.cpp1236 auto MD = getTargetStreamer()->getPALMetadata(); local
1238 MD->setEntryPoint(CC, MF.getFunction().getName());
1239 MD->setNumUsedVgprs(CC, CurrentProgramInfo.NumVGPRsForWavesPerEU);
1240 MD->setNumUsedSgprs(CC, CurrentProgramInfo.NumSGPRsForWavesPerEU);
1242 MD->setRsrc1(CC, CurrentProgramInfo.ComputePGMRSrc1);
1243 MD->setRsrc2(CC, CurrentProgramInfo.ComputePGMRSrc2);
1245 MD->setRsrc1(CC, S_00B028_VGPRS(CurrentProgramInfo.VGPRBlocks) |
1248 MD->setRsrc2(CC, S_00B84C_SCRATCH_EN(1));
1251 MD->setScratchSize(CC, alignTo(CurrentProgramInfo.ScratchSize, 16));
1253 MD
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaCoroutine.cpp79 if (auto *MD = dyn_cast<CXXMethodDecl>(FD)) {
80 if (MD->isInstance()) {
88 QualType T = MD->getThisType()->castAs<PointerType>()->getPointeeType();
224 auto *MD = dyn_cast<CXXMethodDecl>(FD); local
226 if (MD && isa<CXXConstructorDecl>(MD))
229 else if (MD && isa<CXXDestructorDecl>(MD))
492 if (auto *MD = dyn_cast_or_null<CXXMethodDecl>(FD))
493 return MD
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineOperand.h173 const MDNode *MD; // For MO_Metadata. member in union:llvm::MachineOperand::ContentsUnion
646 return Contents.MD;
682 void setMetadata(const MDNode *MD) {
684 Contents.MD = MD;
893 Op.Contents.MD = Meta;
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp310 bool VisitObjCMethodDecl(ObjCMethodDecl *MD) { argument
311 if (MD->isThisDeclarationADefinition()) {
313 HandleCode(MD, RecVisitorMode);
401 if (const auto *MD = dyn_cast<CXXMethodDecl>(D)) {
402 if (MD->isCopyAssignmentOperator() || MD->isMoveAssignmentOperator())
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DInterfaceStubFunctionsConsumer.cpp71 if (const CXXMethodDecl *MD = dyn_cast<CXXMethodDecl>(FD)) {
72 if (const auto *RC = dyn_cast<CXXRecordDecl>(MD->getParent()))
75 if (MD->isDependentContext() || !MD->hasBody())
H A DPrintPreprocessedOutput.cpp175 const MacroDirective *MD) override;
179 const MacroDefinition &MD,
410 const MacroDirective *MD) {
411 const MacroInfo *MI = MD->getMacroInfo();
423 const MacroDefinition &MD,
840 auto *MD = I->second.getLatest(); local
841 if (MD && MD->isDefined())
842 MacrosByID.push_back(id_macro_pair(I->first, MD->getMacroInfo()));
409 MacroDefined(const Token &MacroNameTok, const MacroDirective *MD) argument
422 MacroUndefined(const Token &MacroNameTok, const MacroDefinition &MD, const MacroDirective *Undef) argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp227 if (const auto *MD = dyn_cast<CXXMethodDecl>(CE->getCalleeDecl())) {
228 os << "Call to method '" << MD->getQualifiedNameAsString() << '\'';
775 if (const ObjCMethodDecl *MD = dyn_cast<ObjCMethodDecl>(D)) {
779 os << "whose name ('" << MD->getSelector().getAsString()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DMultiplexConsumer.h41 MacroDefinitionRecord *MD) override;
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterp.cpp393 bool CheckPure(InterpState &S, CodePtr OpPC, const CXXMethodDecl *MD) { argument
394 if (!MD->isPure())
397 S.FFDiag(E, diag::note_constexpr_pure_virtual_call, 1) << MD;
398 S.Note(MD->getLocation(), diag::note_declared_at);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyAsmPrinter.cpp156 for (const Metadata *MD : Named->operands()) {
157 const auto *Tuple = dyn_cast<MDTuple>(MD);
248 if (auto *MD = cast<ConstantAsMetadata>(Policy))
249 if (auto *I = cast<ConstantInt>(MD->getValue()))
/freebsd-13-stable/contrib/llvm-project/clang/lib/Index/
H A DUSRGeneration.cpp94 void VisitObjCMethodDecl(const ObjCMethodDecl *MD);
276 if (const CXXMethodDecl *MD = dyn_cast<CXXMethodDecl>(D)) {
277 if (MD->isStatic())
280 if (unsigned quals = MD->getMethodQualifiers().getCVRUQualifiers())
282 switch (MD->getRefQualifier()) {
1088 bool clang::index::generateUSRForMacro(const MacroDefinitionRecord *MD, argument
1091 if (!MD)
1093 return generateUSRForMacro(MD->getName()->getName(), MD->getLocation(),
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DBasicObjCFoundationChecks.cpp670 const ObjCMethodDecl *MD = msg.getDecl(); local
672 if (!MD || !MD->isVariadic() || isa<ObjCProtocolDecl>(MD->getDeclContext()))
684 const ObjCInterfaceDecl *Class = MD->getClassInterface();
1058 const ObjCMethodDecl *MD = Message->getDecl(); local
1059 if (!MD)
1063 if (isa<ObjCProtocolDecl>(MD->getDeclContext())) {
1069 StaticClass = MD->getClassInterface();
H A DCheckObjCDealloc.cpp220 const ObjCMethodDecl *MD = nullptr; local
225 MD = I;
230 if (!MD) { // No dealloc found.
798 auto *MD = cast<ObjCMethodDecl>(LCtx->getDecl()); local
799 return cast<ObjCImplDecl>(MD->getDeclContext());
978 auto *MD = dyn_cast<ObjCMethodDecl>(LCtx->getDecl()); local
979 if (!MD || !MD->isInstanceMethod() || MD->getSelector() != DeallocSel)
/freebsd-13-stable/crypto/heimdal/lib/roken/
H A DMakefile.in940 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
947 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
954 @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
961 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libroken_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libroken_la-base64.lo -MD -MP -MF $(DEPDIR)/libroken_la-base64.Tpo -c -o libroken_la-base64.lo `test -f 'base64.c' || echo '$(srcdir)/'`base64.c
968 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libroken_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libroken_la-bswap.lo -MD -MP -MF $(DEPDIR)/libroken_la-bswap.Tpo -c -o libroken_la-bswap.lo `test -f 'bswap.c' || echo '$(srcdir)/'`bswap.c
975 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libroken_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libroken_la-concat.lo -MD -MP -MF $(DEPDIR)/libroken_la-concat.Tpo -c -o libroken_la-concat.lo `test -f 'concat.c' || echo '$(srcdir)/'`concat.c
982 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libroken_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libroken_la-cloexec.lo -MD -MP -MF $(DEPDIR)/libroken_la-cloexec.Tpo -c -o libroken_la-cloexec.lo `test -f 'cloexec.c' || echo '$(srcdir)/'`cloexec.c
989 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libroken_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libroken_la-ct.lo -MD -MP -MF $(DEPDIR)/libroken_la-ct.Tpo -c -o libroken_la-ct.lo `test -f 'ct.c' || echo '$(srcdir)/'`ct.c
996 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libroken_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libroken_la-doxygen.lo -MD -MP -MF $(DEPDIR)/libroken_la-doxygen.Tpo -c -o libroken_la-doxygen.lo `test -f 'doxygen.c' || echo '$(srcdir)/'`doxygen.c
1003 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libroken_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libroken_la-dumpdata.lo -MD
[all...]
/freebsd-13-stable/contrib/expat/xmlwf/
H A DMakefile.in475 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
482 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
489 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
496 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xmlwf_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xmlwf-xmlwf.o -MD -MP -MF $(DEPDIR)/xmlwf-xmlwf.Tpo -c -o xmlwf-xmlwf.o `test -f 'xmlwf.c' || echo '$(srcdir)/'`xmlwf.c
503 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xmlwf_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xmlwf-xmlwf.obj -MD -MP -MF $(DEPDIR)/xmlwf-xmlwf.Tpo -c -o xmlwf-xmlwf.obj `if test -f 'xmlwf.c'; then $(CYGPATH_W) 'xmlwf.c'; else $(CYGPATH_W) '$(srcdir)/xmlwf.c'; fi`
510 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xmlwf_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xmlwf-xmlfile.o -MD -MP -MF $(DEPDIR)/xmlwf-xmlfile.Tpo -c -o xmlwf-xmlfile.o `test -f 'xmlfile.c' || echo '$(srcdir)/'`xmlfile.c
517 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xmlwf_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xmlwf-xmlfile.obj -MD -MP -MF $(DEPDIR)/xmlwf-xmlfile.Tpo -c -o xmlwf-xmlfile.obj `if test -f 'xmlfile.c'; then $(CYGPATH_W) 'xmlfile.c'; else $(CYGPATH_W) '$(srcdir)/xmlfile.c'; fi`
524 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xmlwf_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xmlwf-codepage.o -MD -MP -MF $(DEPDIR)/xmlwf-codepage.Tpo -c -o xmlwf-codepage.o `test -f 'codepage.c' || echo '$(srcdir)/'`codepage.c
531 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xmlwf_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xmlwf-codepage.obj -MD -MP -MF $(DEPDIR)/xmlwf-codepage.Tpo -c -o xmlwf-codepage.obj `if test -f 'codepage.c'; then $(CYGPATH_W) 'codepage.c'; else $(CYGPATH_W) '$(srcdir)/codepage.c'; fi`
538 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xmlwf_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xmlwf-@FILEMAP@.o -MD
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonExpandCondsets.cpp672 MachineOperand &MD = MI.getOperand(0); // Definition local
674 assert(MD.isDef());
675 Register DR = MD.getReg(), DSR = MD.getSubReg();
676 bool ReadUndef = MD.isUndef();
944 MachineOperand &MD = TfrI.getOperand(0); local
954 if (MD.getSubReg() && !MRI->shouldTrackSubRegLiveness(MD.getReg()))
1033 RegisterRef RD = MD;
1052 predicateAt(MD, *Def
[all...]

Completed in 159 milliseconds

1234567891011>>