Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DInstructionInfoView.h71 bool mayStore = false; member
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonShuffler.h95 bool mayStore() const { return Store; } mayStore() function
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenInstruction.h258 bool mayStore : 1; variable
H A DCodeGenDAGPatterns.cpp3559 bool mayStore; member in InstAnalyzer
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInstrDesc.h444 bool mayStore() const { return Flags & (1ULL << MCID::MayStore); } in mayStore() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp4196 bool mayStore = MCID.mayStore(); in SelectCodeCommon() local