Searched refs:getMetadata (Results 1 - 25 of 128) sorted by relevance

123456

/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectFileInfo.cpp170 SectionKind::getMetadata());
174 SectionKind::getMetadata());
179 SectionKind::getMetadata());
205 SectionKind::getMetadata(), "debug_names_begin");
208 SectionKind::getMetadata(), "names_begin");
211 SectionKind::getMetadata(), "objc_begin");
215 SectionKind::getMetadata(), "namespac_begin");
218 SectionKind::getMetadata(), "types_begin");
222 SectionKind::getMetadata());
226 SectionKind::getMetadata(), "section_abbre
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DGlobalObject.h135 return getMetadata(KindID) != nullptr;
138 return getMetadata(Kind) != nullptr;
146 MDNode *getMetadata(unsigned KindID) const;
147 MDNode *getMetadata(StringRef Kind) const;
154 void getMetadata(unsigned KindID, SmallVectorImpl<MDNode *> &MDs) const;
155 void getMetadata(StringRef Kind, SmallVectorImpl<MDNode *> &MDs) const;
H A DInstruction.h269 return getMetadata(KindID) != nullptr;
274 return getMetadata(Kind) != nullptr;
279 MDNode *getMetadata(unsigned KindID) const { function in class:llvm::Instruction
286 MDNode *getMetadata(StringRef Kind) const { function in class:llvm::Instruction
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DScopedNoAliasAA.cpp106 Call->getMetadata(LLVMContext::MD_noalias)))
109 if (!mayAliasInScopes(Call->getMetadata(LLVMContext::MD_alias_scope),
122 if (!mayAliasInScopes(Call1->getMetadata(LLVMContext::MD_alias_scope),
123 Call2->getMetadata(LLVMContext::MD_noalias)))
126 if (!mayAliasInScopes(Call2->getMetadata(LLVMContext::MD_alias_scope),
127 Call1->getMetadata(LLVMContext::MD_noalias)))
H A DTypeBasedAliasAnalysis.cpp412 if (const MDNode *M = Call->getMetadata(LLVMContext::MD_tbaa))
432 if (const MDNode *M = Call->getMetadata(LLVMContext::MD_tbaa))
445 if (const MDNode *M1 = Call1->getMetadata(LLVMContext::MD_tbaa))
446 if (const MDNode *M2 = Call2->getMetadata(LLVMContext::MD_tbaa))
526 MDNode::getMostGenericTBAA(N.TBAA, getMetadata(LLVMContext::MD_tbaa));
529 N.Scope, getMetadata(LLVMContext::MD_alias_scope));
531 MDNode::intersect(N.NoAlias, getMetadata(LLVMContext::MD_noalias));
533 N.TBAA = getMetadata(LLVMContext::MD_tbaa);
534 N.TBAAStruct = getMetadata(LLVMContext::MD_tbaa_struct);
535 N.Scope = getMetadata(LLVMContex
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstrInfo.cpp48 return I && I->getMetadata("amdgpu.uniform");
H A DAMDGPUTargetObjectFile.cpp37 SK = SectionKind::getMetadata();
H A DAMDGPUHSAMetadataStreamer.cpp255 if (auto Node = Func.getMetadata("reqd_work_group_size"))
257 if (auto Node = Func.getMetadata("work_group_size_hint"))
259 if (auto Node = Func.getMetadata("vec_type_hint")) {
283 Node = Func->getMetadata("kernel_arg_name");
290 Node = Func->getMetadata("kernel_arg_type");
295 Node = Func->getMetadata("kernel_arg_base_type");
304 Node = Func->getMetadata("kernel_arg_access_qual");
310 Node = Func->getMetadata("kernel_arg_type_qual");
634 if (auto Node = Func.getMetadata("reqd_work_group_size"))
636 if (auto Node = Func.getMetadata("work_group_size_hin
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DAbstractCallSite.cpp41 MDNode *CallbackMD = Callee->getMetadata(LLVMContext::MD_callback);
94 MDNode *CallbackMD = Callee->getMetadata(LLVMContext::MD_callback);
H A DTypeFinder.cpp122 if (const auto *N = dyn_cast<MDNode>(M->getMetadata()))
124 if (const auto *MDV = dyn_cast<ValueAsMetadata>(M->getMetadata()))
H A DIntrinsicInst.cpp46 auto *MD = cast<MetadataAsValue>(Op)->getMetadata();
110 cast<MetadataAsValue>(getArgOperand(NumOperands - 2))->getMetadata();
120 cast<MetadataAsValue>(getArgOperand(NumOperands - 1))->getMetadata();
127 Metadata *MD = cast<MetadataAsValue>(getArgOperand(2))->getMetadata();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFPreserveDIType.cpp83 if (!Call->getMetadata(LLVMContext::MD_preserve_access_index))
119 MDNode *MD = Call->getMetadata(LLVMContext::MD_preserve_access_index);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64PBQPRegAlloc.cpp163 LiveIntervals &LIs = G.getMetadata().LIS;
173 PBQPRAGraph::NodeId node1 = G.getMetadata().getNodeIdForVReg(Rd);
174 PBQPRAGraph::NodeId node2 = G.getMetadata().getNodeIdForVReg(Ra);
244 LiveIntervals &LIs = G.getMetadata().LIS;
260 PBQPRAGraph::NodeId node1 = G.getMetadata().getNodeIdForVReg(Rd);
273 PBQPRAGraph::NodeId node2 = G.getMetadata().getNodeIdForVReg(r);
327 const MachineFunction &MF = G.getMetadata().MF;
328 LiveIntervals &LIs = G.getMetadata().LIS;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyDebugFixup.cpp121 Register(), Prev.DebugValue->getOperand(2).getMetadata(),
122 Prev.DebugValue->getOperand(3).getMetadata());
H A DWebAssemblyAsmPrinter.cpp168 OutContext.getWasmSection(SectionName, SectionKind::getMetadata());
208 ".custom_section.producers", SectionKind::getMetadata());
272 ".custom_section.target_features", SectionKind::getMetadata());
311 if (MDNode *Idx = F.getMetadata("wasm.index")) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocPBQP.cpp194 LiveIntervals &LIS = G.getMetadata().LIS;
311 LiveIntervals &LIS = G.getMetadata().LIS;
401 *G.getMetadata().MF.getSubtarget().getRegisterInfo();
439 MachineFunction &MF = G.getMetadata().MF;
440 MachineBlockFrequencyInfo &MBFI = G.getMetadata().MBFI;
461 PBQPRAGraph::NodeId NId = G.getMetadata().getNodeIdForVReg(SrcReg);
476 PBQPRAGraph::NodeId N1Id = G.getMetadata().getNodeIdForVReg(DstReg);
477 PBQPRAGraph::NodeId N2Id = G.getMetadata().getNodeIdForVReg(SrcReg);
579 MachineFunction &MF = G.getMetadata().MF;
581 LiveIntervals &LIS = G.getMetadata()
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DMisExpect.cpp98 if (auto *MisExpectData = I->getMetadata(LLVMContext::MD_misexpect)) {
149 if (auto *MD = I.getMetadata(LLVMContext::MD_prof)) {
H A DGuardUtils.cpp48 if (auto *MD = Guard->getMetadata(LLVMContext::MD_make_implicit))
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/
H A DAtomicChange.h127 const llvm::Any &getMetadata() const { return Metadata; } function in class:clang::tooling::AtomicChange
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVVMIntrRange.cpp70 if (C->getMetadata(LLVMContext::MD_range))
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DSectionKind.h178 static SectionKind getMetadata() { return get(Metadata); } function in class:llvm::SectionKind
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DWasmAsmParser.cpp121 .StartsWith(".custom_section", SectionKind::getMetadata())
126 .StartsWith(".debug_", SectionKind::getMetadata())
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRegAllocPBQP.h314 const MatrixMetadata& MMd = G.getEdgeCosts(EId).getMetadata();
321 const MatrixMetadata& MMd = G.getEdgeCosts(EId).getMetadata();
334 const MatrixMetadata& OldMMd = G.getEdgeCosts(EId).getMetadata();
339 const MatrixMetadata& MMd = NewCosts.getMetadata();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalSplit.cpp69 GV.getMetadata(LLVMContext::MD_type, Types);
H A DThinLTOBitcodeWriter.cpp91 cast<MetadataAsValue>(CI->getArgOperand(ArgNo))->getMetadata();
123 GO.getMetadata(LLVMContext::MD_type, MDs);
230 if (MDNode *MD = GO->getMetadata(LLVMContext::MD_associated))
323 F.getMetadata(LLVMContext::MD_type, Types);

Completed in 129 milliseconds

123456