Home
last modified time | relevance | path

Searched refs:hasMetadataOtherThanDebugLoc (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/
DInstruction.h133 bool hasMetadataOtherThanDebugLoc() const { in hasMetadataOtherThanDebugLoc() function
163 if (hasMetadataOtherThanDebugLoc()) in getAllMetadataOtherThanDebugLoc()
/external/llvm/include/llvm/IR/
DInstruction.h155 bool hasMetadataOtherThanDebugLoc() const {
186 if (hasMetadataOtherThanDebugLoc())
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DInstruction.h169 bool hasMetadataOtherThanDebugLoc() const { in hasMetadataOtherThanDebugLoc() function
200 if (hasMetadataOtherThanDebugLoc()) in getAllMetadataOtherThanDebugLoc()
/external/llvm/lib/Transforms/Scalar/
DLICM.cpp729 if (I.hasMetadataOtherThanDebugLoc() && in hoist()
/external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/
DBitcodeWriter.cpp1382 NeedsMetadataAttachment |= I->hasMetadataOtherThanDebugLoc(); in WriteFunction()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp2911 NeedsMetadataAttachment |= I->hasMetadataOtherThanDebugLoc(); in writeFunction()