Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-mca/Views/
DInstructionInfoView.h63 bool mayStore = false; member
/external/swiftshader/third_party/llvm-10.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/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonShuffler.h104 bool mayStore() const { return Store; } in mayStore() function
/external/llvm/include/llvm/MC/
DMCInstrDesc.h356 bool mayStore() const { return Flags & (1 << MCID::MayStore); } in mayStore() function
/external/llvm/utils/TableGen/
DCodeGenInstruction.h236 bool mayStore : 1; variable
DCodeGenDAGPatterns.cpp2743 bool mayStore; member in InstAnalyzer
/external/llvm-project/llvm/include/llvm/MC/
DMCInstrDesc.h427 bool mayStore() const { return Flags & (1ULL << MCID::MayStore); } in mayStore() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCInstrDesc.h442 bool mayStore() const { return Flags & (1ULL << MCID::MayStore); } in mayStore() function
/external/llvm-project/llvm/utils/TableGen/
DCodeGenInstruction.h253 bool mayStore : 1; variable
DCodeGenDAGPatterns.cpp3446 bool mayStore; member in InstAnalyzer
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp3418 bool mayStore = MCID.mayStore(); in SelectCodeCommon() local
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp3547 bool mayStore = MCID.mayStore(); in SelectCodeCommon() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp3537 bool mayStore = MCID.mayStore(); in SelectCodeCommon() local