|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
include/llvm/IR/DebugInfoMetadata.h 1038 assert(is_contained(Elements->operands(), Op) &&
3229 assert(is_contained(Elements->operands(), Op) &&
lib/Analysis/LoopInfo.cpp 547 for (const MDOperand &MD : drop_begin(ParallelAccesses->operands(), 1)) {
572 for (const MDOperand &AccessListItem : AG->operands()) {
597 for (const MDOperand &MDOp : LoopIdMD->operands()) {
lib/Analysis/ModuleSummaryAnalysis.cpp 376 for (auto &Op : MD->operands()) {
lib/Analysis/ScopedNoAliasAA.cpp 134 for (const MDOperand &MDOp : List->operands())
147 for (const MDOperand &MDOp : NoAlias->operands())
lib/Analysis/VectorUtils.cpp 519 for (auto &AccGroupListOp : AccGroups->operands()) {
576 for (const MDOperand &Node : MD1->operands()) {
lib/Bitcode/Reader/BitcodeReader.cpp 2927 for (const MDOperand &MDOptions : cast<MDNode>(Val)->operands())
lib/Bitcode/Reader/MetadataLoader.cpp 354 for (Metadata *MD : Tuple->operands())
487 for (auto &Op : SPs->operands())
lib/Bitcode/Writer/BitcodeWriter.cpp 1500 for (auto &I : N->operands())
1775 for (auto &I : N->operands())
lib/Bitcode/Writer/ValueEnumerator.cpp 429 for (const Metadata *Op : L->operands())
600 for (const Metadata *Op : Worklist.pop_back_val()->operands()) {
lib/CodeGen/AsmPrinter/CodeViewDebug.cpp 1092 for (Metadata *MD : Strs->operands()) {
lib/CodeGen/TargetLoweringObjectFileImpl.cpp 279 for (const auto &Option : cast<MDNode>(Operand)->operands()) {
337 for (const auto &Edge : CFGProfile->operands()) {
890 for (const auto &Piece : cast<MDNode>(Option)->operands())
1453 for (const auto &Piece : cast<MDNode>(Option)->operands()) {
lib/IR/AbstractCallSite.cpp 83 for (const MDOperand &Op : CallbackMD->operands()) {
lib/IR/AutoUpgrade.cpp 4127 if (none_of(T->operands(), isOldLoopArgument))
4132 for (Metadata *MD : T->operands())
lib/IR/DIBuilder.cpp 995 for (const MDOperand &O : T->operands())
lib/IR/DebugInfo.cpp 282 assert(!N->operands().empty() && "Missing self reference?");
509 for (auto &I : N->operands())
581 for (auto &I : N->operands())
lib/IR/Metadata.cpp 541 NumUnresolved = count_if(operands(), isOperandUnresolved);
628 for (const auto &Op : operands()) {
641 for (Metadata *MD : N->operands())
lib/IR/ProfileSummary.cpp 122 for (auto &&MDOp : EntriesMD->operands()) {
lib/IR/TypeFinder.cpp 156 for (Metadata *Op : V->operands()) {
lib/IR/Verifier.cpp 806 for (const Metadata *Op : MD.operands()) {
958 for (Metadata *Op : Params->operands()) {
1016 for (Metadata *Ty : N.getTypeArray()->operands()) {
1063 for (Metadata *Op : N.getEnumTypes()->operands()) {
1071 for (Metadata *Op : N.getRetainedTypes()->operands()) {
1080 for (Metadata *Op : N.getGlobalVariables()->operands()) {
1087 for (Metadata *Op : N.getImportedEntities()->operands()) {
1094 for (Metadata *Op : N.getMacros()->operands()) {
1120 for (Metadata *Op : Node->operands()) {
1145 for (Metadata *Op : ThrownTypes->operands())
1206 for (Metadata *Op : N.getElements()->operands()) {
1478 for (const MDOperand &MDO : cast<MDNode>(Op->getOperand(2))->operands())
lib/Object/IRSymtab.cpp 140 for (const MDOperand &MDOption : cast<MDNode>(MDOptions)->operands())
lib/Target/AMDGPU/AMDGPUHSAMetadataStreamer.cpp 205 for (auto &Op : Node->operands())
646 for (auto &Op : Node->operands())
lib/Target/AMDGPU/AMDGPUUnifyMetadata.cpp 98 for (const auto &Op : MD->operands())
lib/Transforms/Utils/LoopUtils.cpp 321 for (const MDOperand &Existing : drop_begin(OrigLoopID->operands(), 1)) {
358 for (const MDOperand &Option : drop_begin(FollowupNode->operands(), 1)) {
lib/Transforms/Utils/ValueMapper.cpp 686 if (llvm::none_of(N->operands(), [&](const Metadata *Op) {