Searched refs:opWidth (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIRegisterInfo.td | 1127 class SrcRegOrImm9<RegisterClass regClass, string opWidth, string operandType, 1130 let DecoderMethod = "decodeSrcRegOrImm9<AMDGPUDisassembler::" # opWidth # 1148 class SrcRegOrImmDeferred9<RegisterClass regClass, string opWidth, 1152 opWidth # ", " # immWidth # ", " # OperandSemantics # ">"; 1353 class SrcRegOrImmA9<RegisterClass regClass, string opWidth, string operandType, 1356 let DecoderMethod = "decodeSrcRegOrImmA9<AMDGPUDisassembler::" # opWidth #
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaChecking.cpp | 9647 unsigned opWidth = C.getIntWidth(GetExprType(E)); in GetExprRange() local 9648 IntRange L = GetExprRange(C, BO->getLHS(), opWidth, InConstantContext, in GetExprRange() 9665 IntRange R = GetExprRange(C, BO->getRHS(), opWidth, InConstantContext, in GetExprRange() 9683 unsigned opWidth = C.getIntWidth(T); in GetExprRange() local 9685 GetExprRange(C, BO->getLHS(), opWidth, InConstantContext, Approximate); in GetExprRange() 9687 GetExprRange(C, BO->getRHS(), opWidth, InConstantContext, Approximate); in GetExprRange()
|