Home
last modified time | relevance | path

Searched refs:MulAmt1 (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86ISelLowering.cpp13021 uint64_t MulAmt1 = 0; in PerformMulCombine() local
13024 MulAmt1 = 9; in PerformMulCombine()
13027 MulAmt1 = 5; in PerformMulCombine()
13030 MulAmt1 = 3; in PerformMulCombine()
13042 std::swap(MulAmt1, MulAmt2); in PerformMulCombine()
13045 if (isPowerOf2_64(MulAmt1)) in PerformMulCombine()
13047 DAG.getConstant(Log2_64(MulAmt1), MVT::i8)); in PerformMulCombine()
13050 DAG.getConstant(MulAmt1, VT)); in PerformMulCombine()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp33912 uint64_t MulAmt1 = 0; in combineMul() local
33915 MulAmt1 = 9; in combineMul()
33918 MulAmt1 = 5; in combineMul()
33921 MulAmt1 = 3; in combineMul()
33936 std::swap(MulAmt1, MulAmt2); in combineMul()
33938 if (isPowerOf2_64(MulAmt1)) in combineMul()
33940 DAG.getConstant(Log2_64(MulAmt1), DL, MVT::i8)); in combineMul()
33943 DAG.getConstant(MulAmt1, DL, VT)); in combineMul()