Searched refs:UVal (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/third_party/subzero/crosstest/ |
D | test_strengthreduce_main.cpp | 36 uint32_t UVal = (uint32_t)Values[i]; in main() local 40 ResultLlcS = multiplyByConst##suffix(UVal); \ in main() 41 ResultSzS = Subzero_::multiplyByConst##suffix(UVal); \ in main() 49 ResultLlcU = multiplyByConst##suffix(UVal); \ in main() 50 ResultSzU = Subzero_::multiplyByConst##suffix(UVal); \ in main() 55 std::cout << "multiplyByConstU" STR(suffix) "(" << UVal \ in main()
|
/external/llvm-project/compiler-rt/lib/scudo/standalone/ |
D | string_utils.cpp | 155 u64 UVal; in formatString() local 171 UVal = HaveLL ? va_arg(Args, u64) in formatString() 175 Res += appendUnsigned(&Buffer, BufferEnd, UVal, (*Cur == 'u') ? 10 : 16, in formatString()
|
/external/scudo/standalone/ |
D | string_utils.cpp | 155 u64 UVal; in formatString() local 171 UVal = HaveLL ? va_arg(Args, u64) in formatString() 175 Res += appendUnsigned(&Buffer, BufferEnd, UVal, (*Cur == 'u') ? 10 : 16, in formatString()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaDeclAttr.cpp | 282 uint32_t UVal; in checkPositiveIntArgument() local 283 if (!checkUInt32Argument(S, AI, Expr, UVal, Idx)) in checkPositiveIntArgument() 286 if (UVal > (uint32_t)std::numeric_limits<int>::max()) { in checkPositiveIntArgument() 288 I = UVal; in checkPositiveIntArgument() 294 Val = UVal; in checkPositiveIntArgument()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/AsmParser/ |
D | AArch64AsmParser.cpp | 759 int64_t UVal = typename std::make_unsigned<T>::type(Val); in isLogicalImm() local 760 if (Val != SVal && Val != UVal) in isLogicalImm() 763 return AArch64_AM::isLogicalImmediate(UVal, sizeof(T) * 8); in isLogicalImm()
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopStrengthReduce.cpp | 775 Value *UVal = U->getValue(); in isHighCostExpansion() local 776 for (User *UR : UVal->users()) { in isHighCostExpansion()
|
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | LoopStrengthReduce.cpp | 963 Value *UVal = U->getValue(); in isHighCostExpansion() local 964 for (User *UR : UVal->users()) { in isHighCostExpansion()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | LoopStrengthReduce.cpp | 943 Value *UVal = U->getValue(); in isHighCostExpansion() local 944 for (User *UR : UVal->users()) { in isHighCostExpansion()
|