Home
last modified time | relevance | path

Searched refs:outerLoopOffset (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCInstrInfo.h41 size_t const outerLoopOffset = 1; variable
42 int64_t const outerLoopMask = 1 << outerLoopOffset;
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCInstrInfo.h69 size_t const outerLoopOffset = 1; variable
70 int64_t const outerLoopMask = 1 << outerLoopOffset;
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCInstrInfo.h70 constexpr size_t outerLoopOffset = 1; variable
71 constexpr int64_t outerLoopMask = 1 << outerLoopOffset;