Home
last modified time | relevance | path

Searched refs:MDO (Results 1 – 11 of 11) sorted by relevance

/freebsd/sys/dev/mii/
H A Dmii_bitbang.c59 #define MDO ops->mbo_bits[MII_BIT_MDO] macro
76 v = MDIRPHY | MDO; in mii_bitbang_sync()
102 v |= MDO; in mii_bitbang_sendbits()
104 v &= ~MDO; in mii_bitbang_sendbits()
/freebsd/contrib/llvm-project/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp168 auto GetSym = [this](const MDOperand &MDO) -> MCSymbol * { in emitCGProfileMetadata() argument
169 if (!MDO) in emitCGProfileMetadata()
171 auto *V = cast<ValueAsMetadata>(MDO); in emitCGProfileMetadata()
/freebsd/sys/dev/gpio/
H A Dgpiomdio.c61 #define MDO sc->miibb_ops.mbo_bits[MII_BIT_MDO] macro
130 MDO = MDO_BIT; in gpiomdio_attach()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopInfo.cpp641 for (const MDOperand &MDO : llvm::drop_begin(LoopID->operands())) { in getLocRange() local
642 if (DILocation *L = dyn_cast<DILocation>(MDO)) { in getLocRange()
1039 for (const MDOperand &MDO : llvm::drop_begin(LoopID->operands())) { in findOptionMDForLoopID() local
1040 MDNode *MD = dyn_cast<MDNode>(MDO); in findOptionMDForLoopID()
1171 for (const MDOperand &MDO : llvm::drop_begin(OrigLoopID->operands())) { in makePostTransformationMetadata() local
1173 Metadata *Op = MDO; in makePostTransformationMetadata()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp264 for (const MDOperand &MDO : llvm::drop_begin(LoopID->operands())) { in getHintsFromMetadata() local
270 if (const MDNode *MD = dyn_cast<MDNode>(MDO)) { in getHintsFromMetadata()
277 S = dyn_cast<MDString>(MDO); in getHintsFromMetadata()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUnroll.cpp1094 for (const MDOperand &MDO : llvm::drop_begin(LoopID->operands())) { in GetUnrollMetadata() local
1095 MDNode *MD = dyn_cast<MDNode>(MDO); in GetUnrollMetadata()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp514 void visitModuleFlagCGProfileEntry(const MDOperand &MDO);
1873 for (const MDOperand &MDO : cast<MDNode>(Op->getOperand(2))->operands()) in visitModuleFlag() local
1874 visitModuleFlagCGProfileEntry(MDO); in visitModuleFlag()
1878 void Verifier::visitModuleFlagCGProfileEntry(const MDOperand &MDO) { in visitModuleFlagCGProfileEntry() argument
1886 auto Node = dyn_cast_or_null<MDNode>(MDO); in visitModuleFlagCGProfileEntry()
1887 Check(Node && Node->getNumOperands() == 3, "expected a MDNode triple", MDO); in visitModuleFlagCGProfileEntry()
4863 auto &MDO = MD->getOperand(i); in visitProfMetadata() local
4864 Check(MDO, "second operand should not be null", MD); in visitProfMetadata()
4865 Check(mdconst::dyn_extract<ConstantInt>(MDO), in visitProfMetadata()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1605 for (const MDOperand &MDO : MD.operands()) { in emitPCSections() local
1606 if (auto *S = dyn_cast<MDString>(MDO)) { in emitPCSections()
1641 assert(isa<MDNode>(MDO) && "expecting either string or tuple"); in emitPCSections()
1642 const auto *AuxMDs = cast<MDNode>(MDO); in emitPCSections()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp2962 for (const MDOperand &MDO : llvm::drop_begin(LoopID->operands())) { in alignBlocks() local
2963 MDNode *MD = dyn_cast<MDNode>(MDO); in alignBlocks()
H A DMachinePipeliner.cpp346 for (const MDOperand &MDO : llvm::drop_begin(LoopID->operands())) { in setPragmaPipelineOptions() local
347 MDNode *MD = dyn_cast<MDNode>(MDO); in setPragmaPipelineOptions()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1722 for (const MDOperand &MDO : N->operands()) { in writeMDTuple() local
1723 Metadata *MD = MDO; in writeMDTuple()