Home
last modified time | relevance | path

Searched defs:mayLoad (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.h100 bool mayLoad() const { return Load; } in mayLoad() function
/aosp_15_r20/external/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonShuffler.h91 bool mayLoad() const { return (Load); }; in mayLoad() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonShuffler.h94 bool mayLoad() const { return Load; } in mayLoad() function
/aosp_15_r20/external/llvm/include/llvm/MC/
H A DMCInstrDesc.h350 bool mayLoad() const { return Flags & (1 << MCID::MayLoad); } in mayLoad() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/MC/
DMCInstrDesc.h438 bool mayLoad() const { return Flags & (1ULL << MCID::MayLoad); } in mayLoad() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/MC/
DMCInstrDesc.h438 bool mayLoad() const { return Flags & (1ULL << MCID::MayLoad); } in mayLoad() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
H A DMCInstrDesc.h436 bool mayLoad() const { return Flags & (1ULL << MCID::MayLoad); } in mayLoad() function
/aosp_15_r20/external/llvm/utils/TableGen/
H A DCodeGenInstruction.h234 bool mayLoad : 1; variable
H A DCodeGenDAGPatterns.cpp2744 bool mayLoad; member in InstAnalyzer
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/MC/
DMCInstrDesc.h438 bool mayLoad() const { return Flags & (1ULL << MCID::MayLoad); } in mayLoad() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/MC/
DMCInstrDesc.h438 bool mayLoad() const { return Flags & (1ULL << MCID::MayLoad); } in mayLoad() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/MC/
H A DMCInstrDesc.h442 bool mayLoad() const { return Flags & (1ULL << MCID::MayLoad); } in mayLoad() function
/aosp_15_r20/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp3417 bool mayLoad = MCID.mayLoad(); in SelectCodeCommon() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp3632 bool mayLoad = MCID.mayLoad(); in SelectCodeCommon() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp3536 bool mayLoad = MCID.mayLoad(); in SelectCodeCommon() local