Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/include/llvm/MC/
H A DMCInstrDesc.h412 bool mayLoad() const { in mayLoad() function
/minix3/external/bsd/llvm/dist/llvm/utils/TableGen/
H A DCodeGenInstruction.h234 bool mayLoad : 1; variable
H A DCodeGenDAGPatterns.cpp2607 bool mayLoad; member in InstAnalyzer
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp3136 bool mayLoad = MCID.mayLoad(); in SelectCodeCommon() local