Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-mca/Views/
H A DInstructionInfoView.h63 bool mayStore = false; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonShuffler.h104 bool mayStore() const { return Store; } in mayStore() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCInstrDesc.h435 bool mayStore() const { return Flags & (1ULL << MCID::MayStore); } in mayStore() function
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenInstruction.h253 bool mayStore : 1; variable
H A DCodeGenDAGPatterns.cpp3498 bool mayStore; member in InstAnalyzer
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp3597 bool mayStore = MCID.mayStore(); in SelectCodeCommon() local