Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/include/llvm/MC/
HDMCInstrDesc.h350 bool mayLoad() const { return Flags & (1 << MCID::MayLoad); } in mayLoad() function
/NextBSD/contrib/llvm/utils/TableGen/
HDCodeGenInstruction.h235 bool mayLoad : 1; variable
HDCodeGenDAGPatterns.cpp2699 bool mayLoad; member in InstAnalyzer
/NextBSD/contrib/llvm/lib/CodeGen/SelectionDAG/
HDSelectionDAGISel.cpp3207 bool mayLoad = MCID.mayLoad(); in SelectCodeCommon() local