Searched refs:LowWidth (Results 1 - 8 of 8) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiInstrInfo.cpp111 int LowWidth = (LowOffset == OffsetA) ? WidthA : WidthB; local
112 if (LowOffset + LowWidth <= HighOffset)
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineInstr.cpp1328 int64_t LowWidth = (MinOffset == OffsetA) ? WidthA : WidthB; local
1329 return (MinOffset + LowWidth > MaxOffset);
/freebsd-current/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp2039 int LowWidth = (LowOffset == OffsetA) ? WidthA : WidthB;
2040 if (LowOffset + LowWidth <= HighOffset)
/freebsd-current/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp2355 int LowWidth = (LowOffset == OffsetA) ? WidthA : WidthB; local
2356 if (LowOffset + LowWidth <= HighOffset)
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp1127 TypeSize LowWidth = (LowOffset == OffsetA) ? WidthA : WidthB;
1128 if (LowWidth.isScalable() == OffsetAIsScalable &&
1129 LowOffset + (int)LowWidth.getKnownMinValue() <= HighOffset)
/freebsd-current/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp5509 int LowWidth = (LowOffset == OffsetA) ? WidthA : WidthB;
5510 if (LowOffset + LowWidth <= HighOffset)
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp3642 int LowWidth = (LowOffset == OffsetA) ? WidthA : WidthB;
3643 return LowOffset + LowWidth <= HighOffset;
/freebsd-current/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp19003 unsigned LowWidth = N->getOperand(0).getValueType().getSizeInBits(); local
19004 APInt LowMask = APInt::getLowBitsSet(LowWidth, 16);
19015 unsigned LowWidth = N->getOperand(1).getValueType().getSizeInBits(); local
19016 APInt LowMask = APInt::getLowBitsSet(LowWidth, 16);

Completed in 322 milliseconds