Home
last modified time | relevance | path

Searched refs:MD_dereferenceable (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DFixedMetadataKinds.def26 LLVM_FIXED_MD_KIND(MD_dereferenceable, "dereferenceable", 12)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DLLVMContext.h71 MD_dereferenceable = 12, // "dereferenceable" enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPULowerKernelArguments.cpp175 LLVMContext::MD_dereferenceable, in runOnFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DValue.cpp634 if (MDNode *MD = LI->getMetadata(LLVMContext::MD_dereferenceable)) { in getPointerDereferenceableBytes()
647 if (MDNode *MD = IP->getMetadata(LLVMContext::MD_dereferenceable)) { in getPointerDereferenceableBytes()
DVerifier.cpp4220 if (MDNode *MD = I.getMetadata(LLVMContext::MD_dereferenceable)) in visitInstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLocal.cpp2359 case LLVMContext::MD_dereferenceable: in combineMetadata()
2387 LLVMContext::MD_dereferenceable, in combineMetadataForCSE()
2430 case LLVMContext::MD_dereferenceable: in copyMetadataForLoad()
DSimplifyCFG.cpp1316 LLVMContext::MD_dereferenceable, in HoistThenElseCodeToIf()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombinePHI.cpp621 LLVMContext::MD_dereferenceable, in FoldPHIArgLoadIntoPHI()
DInstCombineLoadStoreAlloca.cpp524 case LLVMContext::MD_dereferenceable: in combineStoreToNewValue()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp2416 bool IsDereferenceable = I->hasMetadata(LLVMContext::MD_dereferenceable); in createMachineMemOperandFor()