Home
last modified time | relevance | path

Searched refs:UVal (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/subzero/crosstest/
Dtest_strengthreduce_main.cpp36 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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp731 int64_t UVal = typename std::make_unsigned<T>::type(Val); in isLogicalImm() local
732 if (Val != SVal && Val != UVal) in isLogicalImm()
735 return AArch64_AM::isLogicalImmediate(UVal, sizeof(T) * 8); in isLogicalImm()
/external/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp775 Value *UVal = U->getValue(); in isHighCostExpansion() local
776 for (User *UR : UVal->users()) { in isHighCostExpansion()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp929 Value *UVal = U->getValue(); in isHighCostExpansion() local
930 for (User *UR : UVal->users()) { in isHighCostExpansion()