/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/MC/ |
D | LaneBitmask.h | 40 struct LaneBitmask { struct 46 constexpr LaneBitmask() = default; argument 47 explicit constexpr LaneBitmask(Type V) : Mask(V) {} in LaneBitmask() argument 56 constexpr LaneBitmask operator~() const { argument 81 static constexpr LaneBitmask getNone() { return LaneBitmask(0); } in getNone() argument 82 static constexpr LaneBitmask getAll() { return ~LaneBitmask(0); } in getAll() argument 83 static constexpr LaneBitmask getLane(unsigned Lane) { in getLane() argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/MC/ |
D | LaneBitmask.h | 40 struct LaneBitmask { struct 46 constexpr LaneBitmask() = default; argument 47 explicit constexpr LaneBitmask(Type V) : Mask(V) {} in LaneBitmask() argument 56 constexpr LaneBitmask operator~() const { argument 81 static constexpr LaneBitmask getNone() { return LaneBitmask(0); } in getNone() argument 82 static constexpr LaneBitmask getAll() { return ~LaneBitmask(0); } in getAll() argument 83 static constexpr LaneBitmask getLane(unsigned Lane) { in getLane() argument
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/MC/ |
H A D | LaneBitmask.h | 40 struct LaneBitmask { struct 46 constexpr LaneBitmask() = default; argument 47 explicit constexpr LaneBitmask(Type V) : Mask(V) {} in LaneBitmask() argument 56 constexpr LaneBitmask operator~() const { argument 81 static constexpr LaneBitmask getNone() { return LaneBitmask(0); } in getNone() argument 82 static constexpr LaneBitmask getAll() { return ~LaneBitmask(0); } in getAll() argument 83 static constexpr LaneBitmask getLane(unsigned Lane) { in getLane() argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/MC/ |
D | LaneBitmask.h | 40 struct LaneBitmask { struct 46 constexpr LaneBitmask() = default; argument 47 explicit constexpr LaneBitmask(Type V) : Mask(V) {} in LaneBitmask() function 56 constexpr LaneBitmask operator~() const { argument 81 static constexpr LaneBitmask getNone() { return LaneBitmask(0); } in getNone() argument 82 static constexpr LaneBitmask getAll() { return ~LaneBitmask(0); } in getAll() argument 83 static constexpr LaneBitmask getLane(unsigned Lane) { in getLane() argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/MC/ |
D | LaneBitmask.h | 40 struct LaneBitmask { struct 46 constexpr LaneBitmask() = default; argument 47 explicit constexpr LaneBitmask(Type V) : Mask(V) {} in LaneBitmask() function 56 constexpr LaneBitmask operator~() const { argument 81 static constexpr LaneBitmask getNone() { return LaneBitmask(0); } in getNone() argument 82 static constexpr LaneBitmask getAll() { return ~LaneBitmask(0); } in getAll() argument 83 static constexpr LaneBitmask getLane(unsigned Lane) { in getLane() argument
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
H A D | LaneBitmask.h | 39 struct LaneBitmask { struct 45 constexpr LaneBitmask() = default; argument 46 explicit constexpr LaneBitmask(Type V) : Mask(V) {} in LaneBitmask() function 55 constexpr LaneBitmask operator~() const { argument 82 static constexpr LaneBitmask getNone() { return LaneBitmask(0); } in getNone() argument 83 static constexpr LaneBitmask getAll() { return ~LaneBitmask(0); } in getAll() argument 84 static constexpr LaneBitmask getLane(unsigned Lane) { in getLane() argument
|
/aosp_15_r20/external/llvm/include/llvm/Target/ |
H A D | TargetRegisterInfo.h | 53 typedef unsigned LaneBitmask; typedef 596 composeSubRegIndexLaneMaskImpl(unsigned, LaneBitmask) const { in composeSubRegIndexLaneMaskImpl() argument 600 virtual LaneBitmask reverseComposeSubRegIndexLaneMaskImpl(unsigned, in reverseComposeSubRegIndexLaneMaskImpl() argument
|
/aosp_15_r20/external/llvm/include/llvm/CodeGen/ |
H A D | MachineBasicBlock.h | 39 typedef unsigned LaneBitmask; typedef
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | TargetRegisterInfo.h | 612 composeSubRegIndexLaneMaskImpl(unsigned, LaneBitmask) const { in composeSubRegIndexLaneMaskImpl() argument 616 virtual LaneBitmask reverseComposeSubRegIndexLaneMaskImpl(unsigned, in reverseComposeSubRegIndexLaneMaskImpl() argument
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/ |
H A D | TargetRegisterInfo.h | 712 composeSubRegIndexLaneMaskImpl(unsigned, LaneBitmask) const { in composeSubRegIndexLaneMaskImpl() argument 716 virtual LaneBitmask reverseComposeSubRegIndexLaneMaskImpl(unsigned, in reverseComposeSubRegIndexLaneMaskImpl() argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/ |
D | TargetRegisterInfo.h | 725 composeSubRegIndexLaneMaskImpl(unsigned, LaneBitmask) const { in composeSubRegIndexLaneMaskImpl() argument 729 virtual LaneBitmask reverseComposeSubRegIndexLaneMaskImpl(unsigned, in reverseComposeSubRegIndexLaneMaskImpl() argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/ |
D | TargetRegisterInfo.h | 752 composeSubRegIndexLaneMaskImpl(unsigned, LaneBitmask) const { in composeSubRegIndexLaneMaskImpl() argument 756 virtual LaneBitmask reverseComposeSubRegIndexLaneMaskImpl(unsigned, in reverseComposeSubRegIndexLaneMaskImpl() argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/ |
D | TargetRegisterInfo.h | 727 composeSubRegIndexLaneMaskImpl(unsigned, LaneBitmask) const { in composeSubRegIndexLaneMaskImpl() argument 731 virtual LaneBitmask reverseComposeSubRegIndexLaneMaskImpl(unsigned, in reverseComposeSubRegIndexLaneMaskImpl() argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/CodeGen/ |
D | TargetRegisterInfo.h | 727 composeSubRegIndexLaneMaskImpl(unsigned, LaneBitmask) const { in composeSubRegIndexLaneMaskImpl() argument 731 virtual LaneBitmask reverseComposeSubRegIndexLaneMaskImpl(unsigned, in reverseComposeSubRegIndexLaneMaskImpl() argument
|