Home
last modified time | relevance | path

Searched defs:mayLoad (Results 1 – 14 of 14) 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/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/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/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
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp3598 bool mayLoad = MCID.mayLoad(); in SelectCodeCommon() local