Home
last modified time | relevance | path

Searched defs:mayStore (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonShuffler.h101 bool mayStore() const { return Store; } in mayStore() function
/aosp_15_r20/external/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonShuffler.h92 bool mayStore() const { return (Store); }; in mayStore() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonShuffler.h95 bool mayStore() const { return Store; } in mayStore() function
/aosp_15_r20/external/llvm/include/llvm/MC/
H A DMCInstrDesc.h356 bool mayStore() const { return Flags & (1 << MCID::MayStore); } in mayStore() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/MC/
DMCInstrDesc.h444 bool mayStore() const { return Flags & (1ULL << MCID::MayStore); } in mayStore() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/MC/
DMCInstrDesc.h444 bool mayStore() const { return Flags & (1ULL << MCID::MayStore); } in mayStore() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
H A DMCInstrDesc.h442 bool mayStore() const { return Flags & (1ULL << MCID::MayStore); } in mayStore() function
/aosp_15_r20/external/llvm/utils/TableGen/
H A DCodeGenInstruction.h236 bool mayStore : 1; variable
H A DCodeGenDAGPatterns.cpp2743 bool mayStore; member in InstAnalyzer
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/MC/
DMCInstrDesc.h444 bool mayStore() const { return Flags & (1ULL << MCID::MayStore); } in mayStore() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/MC/
DMCInstrDesc.h444 bool mayStore() const { return Flags & (1ULL << MCID::MayStore); } in mayStore() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/MC/
H A DMCInstrDesc.h448 bool mayStore() const { return Flags & (1ULL << MCID::MayStore); } in mayStore() function
/aosp_15_r20/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp3418 bool mayStore = MCID.mayStore(); in SelectCodeCommon() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp3633 bool mayStore = MCID.mayStore(); in SelectCodeCommon() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp3537 bool mayStore = MCID.mayStore(); in SelectCodeCommon() local