Home
last modified time | relevance | path

Searched refs:isMetadata (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSectionWasm.h57 IsMetadata(K.isMetadata()), SegmentFlags(SegmentFlags) {} in MCSectionWasm()
73 bool isMetadata() const { return IsMetadata; } in isMetadata() function
H A DSectionKind.h123 bool isMetadata() const { return K == Metadata; } in isMetadata() function
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyWasmObjectWriter.cpp123 if (FixupSection.isMetadata()) in getRelocType()
141 if (FixupSection.isMetadata()) in getRelocType()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineOperand.h356 bool isMetadata() const { return OpKind == MO_Metadata; } in isMetadata() function
478 return isMetadata() || isMCSymbol(); in isValidExcessOperand()
677 assert(isMetadata() && "Wrong MachineOperand accessor"); in getMetadata()
715 assert(isMetadata() && "Wrong MachineOperand mutator"); in setMetadata()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCSectionXCOFF.cpp124 if (getKind().isMetadata() && isDwarfSect()) { in printSwitchToSection()
H A DWasmObjectWriter.cpp546 if (!FixupSection.isMetadata()) in recordRelocation()
605 } else if (FixupSection.isMetadata()) { in recordRelocation()
1511 assert(Section.isMetadata()); in writeOneObject()
H A DMCContext.cpp846 if (K.isMetadata() && !GroupSym->getType().has_value()) { in getWasmSection()
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreTargetObjectFile.cpp74 if (!K.isMetadata()) in getXCoreSectionFlags()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinterInlineAsm.cpp289 if (OpNo >= MI->getNumOperands() || MI->getOperand(OpNo).isMetadata()) { in EmitInlineAsmStr()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineInstr.cpp1917 if (isDebugValueLike() && MO.isMetadata()) { in print()
1928 } else if (isDebugLabel() && MO.isMetadata()) { in print()
2090 if (getDebugVariableOp().isMetadata()) { in print()
2314 if (getOperand(i-1).isMetadata() && in getLocCookieMD()
H A DLiveDebugVariables.cpp817 if (!MI.getDebugVariableOp().isMetadata()) { in handleDebugValue()
910 if (MI.getNumOperands() != 1 || !MI.getOperand(0).isMetadata()) { in handleDebugLabel()
H A DTargetLoweringObjectFileImpl.cpp532 if (!K.isMetadata() && !K.isExclude()) in getELFSectionFlags()
1651 if (K.isMetadata()) in getCOFFSectionFlags()
H A DMachineSink.cpp432 if (MO.isImm() || MO.isRegMask() || MO.isRegLiveOut() || MO.isMetadata() || in PerformSinkAndFold()
H A DMachineVerifier.cpp979 if (OpNo < MI->getNumOperands() && MI->getOperand(OpNo).isMetadata()) in verifyInlineAsm()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVPreLegalizer.cpp710 if (MO.isMetadata()) in collectInlineAsmInstrOperands()