Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonShuffler.h91 bool mayLoad() const { return (Load); }; in mayLoad() function
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCInstrDesc.h410 bool mayLoad() const { in mayLoad() function
/external/llvm/include/llvm/MC/
DMCInstrDesc.h350 bool mayLoad() const { return Flags & (1 << MCID::MayLoad); } in mayLoad() function
/external/swiftshader/third_party/LLVM/utils/TableGen/
DCodeGenInstruction.h228 bool mayLoad, mayStore; variable
DCodeGenDAGPatterns.cpp2370 bool &mayLoad; member in InstAnalyzer
/external/llvm/utils/TableGen/
DCodeGenInstruction.h234 bool mayLoad : 1; variable
DCodeGenDAGPatterns.cpp2744 bool mayLoad; member in InstAnalyzer
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp2632 bool mayLoad = MCID.mayLoad(); in SelectCodeCommon() local
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp3417 bool mayLoad = MCID.mayLoad(); in SelectCodeCommon() local