Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonShuffler.h101 bool mayStore() const { return Store; } in mayStore() function
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonShuffler.h92 bool mayStore() const { return (Store); }; in mayStore() function
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCInstrDesc.h419 bool mayStore() const { in mayStore() function
/external/llvm/include/llvm/MC/
DMCInstrDesc.h356 bool mayStore() const { return Flags & (1 << MCID::MayStore); } in mayStore() function
/external/swiftshader/third_party/LLVM/utils/TableGen/
DCodeGenInstruction.h228 bool mayLoad, mayStore; variable
DCodeGenDAGPatterns.cpp2369 bool &mayStore; member in InstAnalyzer
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCInstrDesc.h398 bool mayStore() const { return Flags & (1ULL << MCID::MayStore); } in mayStore() function
/external/llvm/utils/TableGen/
DCodeGenInstruction.h236 bool mayStore : 1; variable
DCodeGenDAGPatterns.cpp2743 bool mayStore; member in InstAnalyzer
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DCodeGenInstruction.h239 bool mayStore : 1; variable
DCodeGenDAGPatterns.cpp3287 bool mayStore; member in InstAnalyzer
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp2633 bool mayStore = MCID.mayStore(); in SelectCodeCommon() local
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp3418 bool mayStore = MCID.mayStore(); in SelectCodeCommon() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp3599 bool mayStore = MCID.mayStore(); in SelectCodeCommon() local