Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonShuffler.h100 bool mayLoad() const { return Load; } in mayLoad() function
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonShuffler.h91 bool mayLoad() const { return (Load); }; 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-7.0/llvm/include/llvm/MC/
DMCInstrDesc.h392 bool mayLoad() const { return Flags & (1ULL << MCID::MayLoad); } in mayLoad() function
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DCodeGenInstruction.h237 bool mayLoad : 1; variable
DCodeGenDAGPatterns.cpp3288 bool mayLoad; member in InstAnalyzer
/external/llvm/utils/TableGen/
DCodeGenInstruction.h234 bool mayLoad : 1; variable
DCodeGenDAGPatterns.cpp2744 bool mayLoad; member in InstAnalyzer
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp3417 bool mayLoad = MCID.mayLoad(); in SelectCodeCommon() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp3598 bool mayLoad = MCID.mayLoad(); in SelectCodeCommon() local