/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/ |
D | MCObjectFileInfo.cpp | 174 SectionKind::getMetadata()); in initMachOMCObjectFileInfo() 178 SectionKind::getMetadata()); in initMachOMCObjectFileInfo() 183 SectionKind::getMetadata()); in initMachOMCObjectFileInfo() 209 SectionKind::getMetadata(), "debug_names_begin"); in initMachOMCObjectFileInfo() 212 SectionKind::getMetadata(), "names_begin"); in initMachOMCObjectFileInfo() 215 SectionKind::getMetadata(), "objc_begin"); in initMachOMCObjectFileInfo() 219 SectionKind::getMetadata(), "namespac_begin"); in initMachOMCObjectFileInfo() 222 SectionKind::getMetadata(), "types_begin"); in initMachOMCObjectFileInfo() 226 SectionKind::getMetadata()); in initMachOMCObjectFileInfo() 230 SectionKind::getMetadata(), "section_abbrev"); in initMachOMCObjectFileInfo() [all …]
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXTargetObjectFile.h | 57 new NVPTXSection(MCSection::SV_ELF, SectionKind::getMetadata()); in Initialize() 59 new NVPTXSection(MCSection::SV_ELF, SectionKind::getMetadata()); in Initialize() 61 new NVPTXSection(MCSection::SV_ELF, SectionKind::getMetadata()); in Initialize() 63 new NVPTXSection(MCSection::SV_ELF, SectionKind::getMetadata()); in Initialize() 65 new NVPTXSection(MCSection::SV_ELF, SectionKind::getMetadata()); in Initialize() 67 new NVPTXSection(MCSection::SV_ELF, SectionKind::getMetadata()); in Initialize() 69 new NVPTXSection(MCSection::SV_ELF, SectionKind::getMetadata()); in Initialize() 71 new NVPTXSection(MCSection::SV_ELF, SectionKind::getMetadata()); in Initialize() 73 new NVPTXSection(MCSection::SV_ELF, SectionKind::getMetadata()); in Initialize() 75 new NVPTXSection(MCSection::SV_ELF, SectionKind::getMetadata()); in Initialize() [all …]
|
/external/swiftshader/third_party/LLVM/lib/MC/ |
D | MCObjectFileInfo.cpp | 120 SectionKind::getMetadata()); in InitMachOMCObjectFileInfo() 124 SectionKind::getMetadata()); in InitMachOMCObjectFileInfo() 158 SectionKind::getMetadata()); in InitMachOMCObjectFileInfo() 162 SectionKind::getMetadata()); in InitMachOMCObjectFileInfo() 166 SectionKind::getMetadata()); in InitMachOMCObjectFileInfo() 170 SectionKind::getMetadata()); in InitMachOMCObjectFileInfo() 174 SectionKind::getMetadata()); in InitMachOMCObjectFileInfo() 178 SectionKind::getMetadata()); in InitMachOMCObjectFileInfo() 182 SectionKind::getMetadata()); in InitMachOMCObjectFileInfo() 186 SectionKind::getMetadata()); in InitMachOMCObjectFileInfo() [all …]
|
/external/llvm/lib/MC/ |
D | MCObjectFileInfo.cpp | 169 SectionKind::getMetadata()); in initMachOMCObjectFileInfo() 173 SectionKind::getMetadata()); in initMachOMCObjectFileInfo() 178 SectionKind::getMetadata()); in initMachOMCObjectFileInfo() 217 SectionKind::getMetadata(), "names_begin"); in initMachOMCObjectFileInfo() 220 SectionKind::getMetadata(), "objc_begin"); in initMachOMCObjectFileInfo() 224 SectionKind::getMetadata(), "namespac_begin"); in initMachOMCObjectFileInfo() 227 SectionKind::getMetadata(), "types_begin"); in initMachOMCObjectFileInfo() 231 SectionKind::getMetadata(), "section_abbrev"); in initMachOMCObjectFileInfo() 234 SectionKind::getMetadata(), "section_info"); in initMachOMCObjectFileInfo() 237 SectionKind::getMetadata(), "section_line"); in initMachOMCObjectFileInfo() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | GlobalObject.h | 110 return getMetadata(KindID) != nullptr; in hasMetadata() 113 return getMetadata(Kind) != nullptr; in hasMetadata() 121 MDNode *getMetadata(unsigned KindID) const; 122 MDNode *getMetadata(StringRef Kind) const; 129 void getMetadata(unsigned KindID, SmallVectorImpl<MDNode *> &MDs) const; 130 void getMetadata(StringRef Kind, SmallVectorImpl<MDNode *> &MDs) const;
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | AliasAnalysis.cpp | 90 MDNode *CSTag = CS.getInstruction()->getMetadata(LLVMContext::MD_tbaa); in getModRefInfo() 148 MDNode *CS2Tag = CS2.getInstruction()->getMetadata(LLVMContext::MD_tbaa); in getModRefInfo() 168 MDNode *CS1Tag = CS1.getInstruction()->getMetadata(LLVMContext::MD_tbaa); in getModRefInfo() 225 LI->getMetadata(LLVMContext::MD_tbaa)); in getLocation() 231 SI->getMetadata(LLVMContext::MD_tbaa)); in getLocation() 237 VI->getMetadata(LLVMContext::MD_tbaa)); in getLocation() 244 CXI->getMetadata(LLVMContext::MD_tbaa)); in getLocation() 251 RMWI->getMetadata(LLVMContext::MD_tbaa)); in getLocation() 262 MDNode *TBAATag = MTI->getMetadata(LLVMContext::MD_tbaa); in getLocationForSource() 275 MDNode *TBAATag = MTI->getMetadata(LLVMContext::MD_tbaa); in getLocationForDest()
|
D | TypeBasedAliasAnalysis.cpp | 258 if (const MDNode *M = CS.getInstruction()->getMetadata(LLVMContext::MD_tbaa)) in getModRefBehavior() 279 CS.getInstruction()->getMetadata(LLVMContext::MD_tbaa)) in getModRefInfo() 293 CS1.getInstruction()->getMetadata(LLVMContext::MD_tbaa)) in getModRefInfo() 295 CS2.getInstruction()->getMetadata(LLVMContext::MD_tbaa)) in getModRefInfo()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | ScopedNoAliasAA.cpp | 103 if (!mayAliasInScopes(Loc.AATags.Scope, CS.getInstruction()->getMetadata( in getModRefInfo() 108 CS.getInstruction()->getMetadata(LLVMContext::MD_alias_scope), in getModRefInfo() 121 CS1.getInstruction()->getMetadata(LLVMContext::MD_alias_scope), in getModRefInfo() 122 CS2.getInstruction()->getMetadata(LLVMContext::MD_noalias))) in getModRefInfo() 126 CS2.getInstruction()->getMetadata(LLVMContext::MD_alias_scope), in getModRefInfo() 127 CS1.getInstruction()->getMetadata(LLVMContext::MD_noalias))) in getModRefInfo()
|
D | TypeBasedAliasAnalysis.cpp | 410 if (const MDNode *M = CS.getInstruction()->getMetadata(LLVMContext::MD_tbaa)) in getModRefBehavior() 430 CS.getInstruction()->getMetadata(LLVMContext::MD_tbaa)) in getModRefInfo() 443 CS1.getInstruction()->getMetadata(LLVMContext::MD_tbaa)) in getModRefInfo() 445 CS2.getInstruction()->getMetadata(LLVMContext::MD_tbaa)) in getModRefInfo() 525 MDNode::getMostGenericTBAA(N.TBAA, getMetadata(LLVMContext::MD_tbaa)); in getAAMetadata() 527 N.TBAA = getMetadata(LLVMContext::MD_tbaa); in getAAMetadata() 531 N.Scope, getMetadata(LLVMContext::MD_alias_scope)); in getAAMetadata() 533 N.Scope = getMetadata(LLVMContext::MD_alias_scope); in getAAMetadata() 537 MDNode::intersect(N.NoAlias, getMetadata(LLVMContext::MD_noalias)); in getAAMetadata() 539 N.NoAlias = getMetadata(LLVMContext::MD_noalias); in getAAMetadata()
|
/external/llvm/lib/Analysis/ |
D | ScopedNoAliasAA.cpp | 100 if (!mayAliasInScopes(Loc.AATags.Scope, CS.getInstruction()->getMetadata( in getModRefInfo() 105 CS.getInstruction()->getMetadata(LLVMContext::MD_alias_scope), in getModRefInfo() 118 CS1.getInstruction()->getMetadata(LLVMContext::MD_alias_scope), in getModRefInfo() 119 CS2.getInstruction()->getMetadata(LLVMContext::MD_noalias))) in getModRefInfo() 123 CS2.getInstruction()->getMetadata(LLVMContext::MD_alias_scope), in getModRefInfo() 124 CS1.getInstruction()->getMetadata(LLVMContext::MD_noalias))) in getModRefInfo()
|
D | TypeBasedAliasAnalysis.cpp | 330 if (const MDNode *M = CS.getInstruction()->getMetadata(LLVMContext::MD_tbaa)) in getModRefBehavior() 350 CS.getInstruction()->getMetadata(LLVMContext::MD_tbaa)) in getModRefInfo() 363 CS1.getInstruction()->getMetadata(LLVMContext::MD_tbaa)) in getModRefInfo() 365 CS2.getInstruction()->getMetadata(LLVMContext::MD_tbaa)) in getModRefInfo() 461 MDNode::getMostGenericTBAA(N.TBAA, getMetadata(LLVMContext::MD_tbaa)); in getAAMetadata() 463 N.TBAA = getMetadata(LLVMContext::MD_tbaa); in getAAMetadata() 467 N.Scope, getMetadata(LLVMContext::MD_alias_scope)); in getAAMetadata() 469 N.Scope = getMetadata(LLVMContext::MD_alias_scope); in getAAMetadata() 473 MDNode::intersect(N.NoAlias, getMetadata(LLVMContext::MD_noalias)); in getAAMetadata() 475 N.NoAlias = getMetadata(LLVMContext::MD_noalias); in getAAMetadata()
|
/external/llvm/include/llvm/IR/ |
D | GlobalObject.h | 83 MDNode *getMetadata(unsigned KindID) const; 84 MDNode *getMetadata(StringRef Kind) const; 91 void getMetadata(unsigned KindID, SmallVectorImpl<MDNode *> &MDs) const; 92 void getMetadata(StringRef Kind, SmallVectorImpl<MDNode *> &MDs) const;
|
D | IntrinsicInst.h | 92 return cast<MetadataAsValue>(getArgOperand(1))->getMetadata(); in getRawVariable() 95 return cast<MetadataAsValue>(getArgOperand(2))->getMetadata(); in getRawExpression() 125 return cast<MetadataAsValue>(getArgOperand(2))->getMetadata(); in getRawVariable() 128 return cast<MetadataAsValue>(getArgOperand(3))->getMetadata(); in getRawExpression()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | GlobalObject.h | 86 MDNode *getMetadata(unsigned KindID) const; 87 MDNode *getMetadata(StringRef Kind) const; 94 void getMetadata(unsigned KindID, SmallVectorImpl<MDNode *> &MDs) const; 95 void getMetadata(StringRef Kind, SmallVectorImpl<MDNode *> &MDs) const;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | RegAllocPBQP.cpp | 195 LiveIntervals &LIS = G.getMetadata().LIS; in apply() 312 LiveIntervals &LIS = G.getMetadata().LIS; in apply() 402 *G.getMetadata().MF.getSubtarget().getRegisterInfo(); in createInterferenceEdge() 440 MachineFunction &MF = G.getMetadata().MF; in apply() 441 MachineBlockFrequencyInfo &MBFI = G.getMetadata().MBFI; in apply() 462 PBQPRAGraph::NodeId NId = G.getMetadata().getNodeIdForVReg(SrcReg); in apply() 477 PBQPRAGraph::NodeId N1Id = G.getMetadata().getNodeIdForVReg(DstReg); in apply() 478 PBQPRAGraph::NodeId N2Id = G.getMetadata().getNodeIdForVReg(SrcReg); in apply() 580 MachineFunction &MF = G.getMetadata().MF; in initializeGraph() 582 LiveIntervals &LIS = G.getMetadata().LIS; in initializeGraph() [all …]
|
/external/llvm/lib/CodeGen/ |
D | RegAllocPBQP.cpp | 164 LiveIntervals &LIS = G.getMetadata().LIS; in apply() 283 LiveIntervals &LIS = G.getMetadata().LIS; in apply() 374 *G.getMetadata().MF.getSubtarget().getRegisterInfo(); in createInterferenceEdge() 413 MachineFunction &MF = G.getMetadata().MF; in apply() 414 MachineBlockFrequencyInfo &MBFI = G.getMetadata().MBFI; in apply() 436 PBQPRAGraph::NodeId NId = G.getMetadata().getNodeIdForVReg(SrcReg); in apply() 451 PBQPRAGraph::NodeId N1Id = G.getMetadata().getNodeIdForVReg(DstReg); in apply() 452 PBQPRAGraph::NodeId N2Id = G.getMetadata().getNodeIdForVReg(SrcReg); in apply() 563 MachineFunction &MF = G.getMetadata().MF; in initializeGraph() 565 LiveIntervals &LIS = G.getMetadata().LIS; in initializeGraph() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64PBQPRegAlloc.cpp | 164 LiveIntervals &LIs = G.getMetadata().LIS; in addIntraChainConstraint() 174 PBQPRAGraph::NodeId node1 = G.getMetadata().getNodeIdForVReg(Rd); in addIntraChainConstraint() 175 PBQPRAGraph::NodeId node2 = G.getMetadata().getNodeIdForVReg(Ra); in addIntraChainConstraint() 245 LiveIntervals &LIs = G.getMetadata().LIS; in addInterChainConstraint() 261 PBQPRAGraph::NodeId node1 = G.getMetadata().getNodeIdForVReg(Rd); in addInterChainConstraint() 274 PBQPRAGraph::NodeId node2 = G.getMetadata().getNodeIdForVReg(r); in addInterChainConstraint() 328 const MachineFunction &MF = G.getMetadata().MF; in apply() 329 LiveIntervals &LIs = G.getMetadata().LIS; in apply()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64PBQPRegAlloc.cpp | 164 LiveIntervals &LIs = G.getMetadata().LIS; in addIntraChainConstraint() 174 PBQPRAGraph::NodeId node1 = G.getMetadata().getNodeIdForVReg(Rd); in addIntraChainConstraint() 175 PBQPRAGraph::NodeId node2 = G.getMetadata().getNodeIdForVReg(Ra); in addIntraChainConstraint() 245 LiveIntervals &LIs = G.getMetadata().LIS; in addInterChainConstraint() 261 PBQPRAGraph::NodeId node1 = G.getMetadata().getNodeIdForVReg(Rd); in addInterChainConstraint() 274 PBQPRAGraph::NodeId node2 = G.getMetadata().getNodeIdForVReg(r); in addInterChainConstraint() 328 const MachineFunction &MF = G.getMetadata().MF; in apply() 329 LiveIntervals &LIs = G.getMetadata().LIS; in apply()
|
/external/archive-patcher/generator/src/main/java/com/google/archivepatcher/generator/ |
D | PatchWriter.java | 105 dataOut.write(range.getMetadata().level); in writeV1Patch() 106 dataOut.write(range.getMetadata().strategy); in writeV1Patch() 107 dataOut.write(range.getMetadata().nowrap ? 1 : 0); in writeV1Patch()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUHSAMetadataStreamer.cpp | 294 if (auto Node = Func.getMetadata("reqd_work_group_size")) in emitKernelAttrs() 296 if (auto Node = Func.getMetadata("work_group_size_hint")) in emitKernelAttrs() 298 if (auto Node = Func.getMetadata("vec_type_hint")) { in emitKernelAttrs() 322 Node = Func->getMetadata("kernel_arg_name"); in emitKernelArg() 329 Node = Func->getMetadata("kernel_arg_type"); in emitKernelArg() 334 Node = Func->getMetadata("kernel_arg_base_type"); in emitKernelArg() 343 Node = Func->getMetadata("kernel_arg_access_qual"); in emitKernelArg() 349 Node = Func->getMetadata("kernel_arg_type_qual"); in emitKernelArg()
|
/external/syzkaller/vendor/google.golang.org/appengine/internal/ |
D | metadata.go | 33 b, err := getMetadata(key) 40 func getMetadata(key string) ([]byte, error) { func
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | IntrinsicInst.cpp | 43 auto *MD = cast<MetadataAsValue>(Op)->getMetadata(); in getVariableLocation() 112 dyn_cast<MetadataAsValue>(getArgOperand(NumOperands - 2))->getMetadata(); in getRoundingMode() 132 dyn_cast<MetadataAsValue>(getArgOperand(NumOperands - 1))->getMetadata(); in getExceptionBehavior()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Linker/ |
D | LinkModulesTest.cpp | 265 MDNode *M0 = F->getMetadata("attach"); in TEST_F() 267 cast<MDNode>(cast<MetadataAsValue>(CI->getArgOperand(0))->getMetadata()); in TEST_F() 268 MDNode *M2 = RI->getMetadata("attach"); in TEST_F() 294 EXPECT_EQ(M0, F->getMetadata("attach")); in TEST_F() 295 EXPECT_EQ(M1, cast<MetadataAsValue>(CI->getArgOperand(0))->getMetadata()); in TEST_F() 296 EXPECT_EQ(M2, RI->getMetadata("attach")); in TEST_F()
|
/external/llvm/unittests/Linker/ |
D | LinkModulesTest.cpp | 265 MDNode *M0 = F->getMetadata("attach"); in TEST_F() 267 cast<MDNode>(cast<MetadataAsValue>(CI->getArgOperand(0))->getMetadata()); in TEST_F() 268 MDNode *M2 = RI->getMetadata("attach"); in TEST_F() 294 EXPECT_EQ(M0, F->getMetadata("attach")); in TEST_F() 295 EXPECT_EQ(M1, cast<MetadataAsValue>(CI->getArgOperand(0))->getMetadata()); in TEST_F() 296 EXPECT_EQ(M2, RI->getMetadata("attach")); in TEST_F()
|
/external/mesa3d/src/gallium/state_trackers/clover/llvm/ |
D | metadata.hpp | 61 return f.getMetadata("kernel_arg_type"); in is_kernel() 74 const auto data_node = f.getMetadata(name); in get_kernel_metadata_operands()
|