Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.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-16.0/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonShuffler.h94 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/llvm/utils/TableGen/
DCodeGenInstruction.h234 bool mayLoad : 1; variable
DCodeGenDAGPatterns.cpp2744 bool mayLoad; member in InstAnalyzer
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCInstrDesc.h436 bool mayLoad() const { return Flags & (1ULL << MCID::MayLoad); } in mayLoad() function
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/MC/
DMCInstrDesc.h442 bool mayLoad() const { return Flags & (1ULL << MCID::MayLoad); } in mayLoad() function
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp3417 bool mayLoad = MCID.mayLoad(); in SelectCodeCommon() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp3536 bool mayLoad = MCID.mayLoad(); in SelectCodeCommon() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp3632 bool mayLoad = MCID.mayLoad(); in SelectCodeCommon() local