Home
last modified time | relevance | path

Searched defs:mayStore (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonShuffler.h101 bool mayStore() const { return Store; } in mayStore() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCInstrDesc.h442 bool mayStore() const { return Flags & (1ULL << MCID::MayStore); } in mayStore() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp3537 bool mayStore = MCID.mayStore(); in SelectCodeCommon() local