Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCInstrDesc.h367 bool mayLoad() const { in mayLoad() function
/external/llvm/utils/TableGen/
DCodeGenInstruction.h234 bool mayLoad : 1; variable
DCodeGenDAGPatterns.cpp2560 bool mayLoad; member in InstAnalyzer
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp3080 bool mayLoad = MCID.mayLoad(); in SelectCodeCommon() local