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/llvm/lib/Target/X86/
DX86ISelLowering.cpp27619 uint64_t MulAmt1 = 0; in combineMul() local
27622 MulAmt1 = 9; in combineMul()
27625 MulAmt1 = 5; in combineMul()
27628 MulAmt1 = 3; in combineMul()
27642 std::swap(MulAmt1, MulAmt2); in combineMul()
27644 if (isPowerOf2_64(MulAmt1)) in combineMul()
27646 DAG.getConstant(Log2_64(MulAmt1), DL, MVT::i8)); in combineMul()
27649 DAG.getConstant(MulAmt1, DL, VT)); in combineMul()