Home
last modified time | relevance | path

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

/llvm-project/llvm/tools/llvm-mca/Views/
H A DInstructionInfoView.h71 bool mayStore = false; member
/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonShuffler.h94 bool mayStore() const { return Store; } in mayStore() function
/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenInstruction.h258 bool mayStore : 1; variable
H A DCodeGenDAGPatterns.cpp3551 bool mayStore; global() member in InstAnalyzer
[all...]
/llvm-project/llvm/include/llvm/MC/
H A DMCInstrDesc.h444 bool mayStore() const { return Flags & (1ULL << MCID::MayStore); } in mayStore() function
/llvm-project/bolt/lib/Target/AArch64/
H A DAArch64MCPlusBuilder.cpp1137 bool mayStore(const MCInst &Inst) const override { return false; } mayStore() function in __anon828a54eb0111::AArch64MCPlusBuilder
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp4185 bool mayStore = MCID.mayStore(); SelectCodeCommon() local