Home
last modified time | relevance | path

Searched refs:IsData (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h479 IsData = 1 << 1, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DEnumTables.cpp242 CV_ENUM_CLASS_ENT(ExportFlags, IsData),
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp4059 bool IsData = cast<ConstantSDNode>(Op.getOperand(4))->getZExtValue(); in lowerPREFETCH() local
4060 if (!IsData) in lowerPREFETCH()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp2494 unsigned IsData = cast<ConstantSDNode>(Op.getOperand(4))->getZExtValue(); in LowerPREFETCH() local
2509 (!IsData << 3) | // IsDataCache bit in LowerPREFETCH()