reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

gen/lib/Target/AArch64/AArch64GenRegisterInfo.inc
 9124       Result |= LaneBitmask((M << S) | (M >> (LaneBitmask::BitWidth - S)));
 9138       Result |= LaneBitmask((M >> S) | (M << (LaneBitmask::BitWidth - S)));
gen/lib/Target/AMDGPU/AMDGPUGenRegisterInfo.inc
25774       Result |= LaneBitmask((M << S) | (M >> (LaneBitmask::BitWidth - S)));
25788       Result |= LaneBitmask((M >> S) | (M << (LaneBitmask::BitWidth - S)));
gen/lib/Target/AMDGPU/R600GenRegisterInfo.inc
11486       Result |= LaneBitmask((M << S) | (M >> (LaneBitmask::BitWidth - S)));
11500       Result |= LaneBitmask((M >> S) | (M << (LaneBitmask::BitWidth - S)));
gen/lib/Target/ARM/ARMGenRegisterInfo.inc
 8544       Result |= LaneBitmask((M << S) | (M >> (LaneBitmask::BitWidth - S)));
 8558       Result |= LaneBitmask((M >> S) | (M << (LaneBitmask::BitWidth - S)));
gen/lib/Target/AVR/AVRGenRegisterInfo.inc
 1464       Result |= LaneBitmask((M << S) | (M >> (LaneBitmask::BitWidth - S)));
 1478       Result |= LaneBitmask((M >> S) | (M << (LaneBitmask::BitWidth - S)));
gen/lib/Target/BPF/BPFGenRegisterInfo.inc
  555       Result |= LaneBitmask((M << S) | (M >> (LaneBitmask::BitWidth - S)));
  569       Result |= LaneBitmask((M >> S) | (M << (LaneBitmask::BitWidth - S)));
gen/lib/Target/Hexagon/HexagonGenRegisterInfo.inc
 3222       Result |= LaneBitmask((M << S) | (M >> (LaneBitmask::BitWidth - S)));
 3236       Result |= LaneBitmask((M >> S) | (M << (LaneBitmask::BitWidth - S)));
gen/lib/Target/Lanai/LanaiGenRegisterInfo.inc
  775       Result |= LaneBitmask((M << S) | (M >> (LaneBitmask::BitWidth - S)));
  789       Result |= LaneBitmask((M >> S) | (M << (LaneBitmask::BitWidth - S)));
gen/lib/Target/MSP430/MSP430GenRegisterInfo.inc
  488       Result |= LaneBitmask((M << S) | (M >> (LaneBitmask::BitWidth - S)));
  502       Result |= LaneBitmask((M >> S) | (M << (LaneBitmask::BitWidth - S)));
gen/lib/Target/Mips/MipsGenRegisterInfo.inc
 6203       Result |= LaneBitmask((M << S) | (M >> (LaneBitmask::BitWidth - S)));
 6217       Result |= LaneBitmask((M >> S) | (M << (LaneBitmask::BitWidth - S)));
gen/lib/Target/PowerPC/PPCGenRegisterInfo.inc
 5201       Result |= LaneBitmask((M << S) | (M >> (LaneBitmask::BitWidth - S)));
 5215       Result |= LaneBitmask((M >> S) | (M << (LaneBitmask::BitWidth - S)));
gen/lib/Target/RISCV/RISCVGenRegisterInfo.inc
 1629       Result |= LaneBitmask((M << S) | (M >> (LaneBitmask::BitWidth - S)));
 1643       Result |= LaneBitmask((M >> S) | (M << (LaneBitmask::BitWidth - S)));
gen/lib/Target/Sparc/SparcGenRegisterInfo.inc
 2528       Result |= LaneBitmask((M << S) | (M >> (LaneBitmask::BitWidth - S)));
 2542       Result |= LaneBitmask((M >> S) | (M << (LaneBitmask::BitWidth - S)));
gen/lib/Target/SystemZ/SystemZGenRegisterInfo.inc
 2615       Result |= LaneBitmask((M << S) | (M >> (LaneBitmask::BitWidth - S)));
 2629       Result |= LaneBitmask((M >> S) | (M << (LaneBitmask::BitWidth - S)));
gen/lib/Target/X86/X86GenRegisterInfo.inc
 8150       Result |= LaneBitmask((M << S) | (M >> (LaneBitmask::BitWidth - S)));
 8164       Result |= LaneBitmask((M >> S) | (M << (LaneBitmask::BitWidth - S)));
utils/TableGen/CodeGenRegisters.cpp
 1431       if (Bit > LaneBitmask::BitWidth) {
 1476         if (NextBit < LaneBitmask::BitWidth-1)
 1492                                         : LaneBitmask::BitWidth + Shift;