Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/include/llvm/MC/
H A DMCInstrDesc.h421 bool mayStore() const { in mayStore() function
/minix3/external/bsd/llvm/dist/llvm/utils/TableGen/
H A DCodeGenInstruction.h236 bool mayStore : 1; variable
H A DCodeGenDAGPatterns.cpp2606 bool mayStore; member in InstAnalyzer
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp3137 bool mayStore = MCID.mayStore(); in SelectCodeCommon() local