Home
last modified time | relevance | path

Searched refs:MulConstVal (Results 1 – 17 of 17) sorted by relevance

/dports/devel/llvm90/llvm-9.0.1.src/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp490 unsigned MulConstVal = MulConst->getZExtValue(); in canExtractShiftFromMul() local
491 if (MulConstVal == 0) return false; in canExtractShiftFromMul()
495 while ((MulConstVal % (1 << PowerOfTwo)) != 0) { in canExtractShiftFromMul()
501 unsigned NewMulConstVal = MulConstVal / (1 << PowerOfTwo); in canExtractShiftFromMul()
503 unsigned OldCost = ConstantMaterializationCost(MulConstVal); in canExtractShiftFromMul()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp486 unsigned MulConstVal = MulConst->getZExtValue(); in canExtractShiftFromMul() local
487 if (MulConstVal == 0) return false; in canExtractShiftFromMul()
491 while ((MulConstVal % (1 << PowerOfTwo)) != 0) { in canExtractShiftFromMul()
497 unsigned NewMulConstVal = MulConstVal / (1 << PowerOfTwo); in canExtractShiftFromMul()
499 unsigned OldCost = ConstantMaterializationCost(MulConstVal); in canExtractShiftFromMul()
/dports/devel/llvm70/llvm-7.0.1.src/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp486 unsigned MulConstVal = MulConst->getZExtValue(); in canExtractShiftFromMul() local
487 if (MulConstVal == 0) return false; in canExtractShiftFromMul()
491 while ((MulConstVal % (1 << PowerOfTwo)) != 0) { in canExtractShiftFromMul()
497 unsigned NewMulConstVal = MulConstVal / (1 << PowerOfTwo); in canExtractShiftFromMul()
499 unsigned OldCost = ConstantMaterializationCost(MulConstVal); in canExtractShiftFromMul()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp528 unsigned MulConstVal = MulConst->getZExtValue(); in canExtractShiftFromMul() local
529 if (MulConstVal == 0) return false; in canExtractShiftFromMul()
533 while ((MulConstVal % (1 << PowerOfTwo)) != 0) { in canExtractShiftFromMul()
539 unsigned NewMulConstVal = MulConstVal / (1 << PowerOfTwo); in canExtractShiftFromMul()
541 unsigned OldCost = ConstantMaterializationCost(MulConstVal, Subtarget); in canExtractShiftFromMul()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp528 unsigned MulConstVal = MulConst->getZExtValue(); in canExtractShiftFromMul() local
529 if (MulConstVal == 0) return false; in canExtractShiftFromMul()
533 while ((MulConstVal % (1 << PowerOfTwo)) != 0) { in canExtractShiftFromMul()
539 unsigned NewMulConstVal = MulConstVal / (1 << PowerOfTwo); in canExtractShiftFromMul()
541 unsigned OldCost = ConstantMaterializationCost(MulConstVal, Subtarget); in canExtractShiftFromMul()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp528 unsigned MulConstVal = MulConst->getZExtValue(); in canExtractShiftFromMul() local
529 if (MulConstVal == 0) return false; in canExtractShiftFromMul()
533 while ((MulConstVal % (1 << PowerOfTwo)) != 0) { in canExtractShiftFromMul()
539 unsigned NewMulConstVal = MulConstVal / (1 << PowerOfTwo); in canExtractShiftFromMul()
541 unsigned OldCost = ConstantMaterializationCost(MulConstVal, Subtarget); in canExtractShiftFromMul()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp548 unsigned MulConstVal = MulConst->getZExtValue(); in canExtractShiftFromMul() local
549 if (MulConstVal == 0) return false; in canExtractShiftFromMul()
553 while ((MulConstVal % (1 << PowerOfTwo)) != 0) { in canExtractShiftFromMul()
559 unsigned NewMulConstVal = MulConstVal / (1 << PowerOfTwo); in canExtractShiftFromMul()
561 unsigned OldCost = ConstantMaterializationCost(MulConstVal, Subtarget); in canExtractShiftFromMul()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp548 unsigned MulConstVal = MulConst->getZExtValue(); in canExtractShiftFromMul() local
549 if (MulConstVal == 0) return false; in canExtractShiftFromMul()
553 while ((MulConstVal % (1 << PowerOfTwo)) != 0) { in canExtractShiftFromMul()
559 unsigned NewMulConstVal = MulConstVal / (1 << PowerOfTwo); in canExtractShiftFromMul()
561 unsigned OldCost = ConstantMaterializationCost(MulConstVal, Subtarget); in canExtractShiftFromMul()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp548 unsigned MulConstVal = MulConst->getZExtValue(); in canExtractShiftFromMul() local
549 if (MulConstVal == 0) return false; in canExtractShiftFromMul()
553 while ((MulConstVal % (1 << PowerOfTwo)) != 0) { in canExtractShiftFromMul()
559 unsigned NewMulConstVal = MulConstVal / (1 << PowerOfTwo); in canExtractShiftFromMul()
561 unsigned OldCost = ConstantMaterializationCost(MulConstVal, Subtarget); in canExtractShiftFromMul()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp548 unsigned MulConstVal = MulConst->getZExtValue(); in canExtractShiftFromMul() local
549 if (MulConstVal == 0) return false; in canExtractShiftFromMul()
553 while ((MulConstVal % (1 << PowerOfTwo)) != 0) { in canExtractShiftFromMul()
559 unsigned NewMulConstVal = MulConstVal / (1 << PowerOfTwo); in canExtractShiftFromMul()
561 unsigned OldCost = ConstantMaterializationCost(MulConstVal, Subtarget); in canExtractShiftFromMul()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp548 unsigned MulConstVal = MulConst->getZExtValue(); in canExtractShiftFromMul() local
549 if (MulConstVal == 0) return false; in canExtractShiftFromMul()
553 while ((MulConstVal % (1 << PowerOfTwo)) != 0) { in canExtractShiftFromMul()
559 unsigned NewMulConstVal = MulConstVal / (1 << PowerOfTwo); in canExtractShiftFromMul()
561 unsigned OldCost = ConstantMaterializationCost(MulConstVal, Subtarget); in canExtractShiftFromMul()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp564 unsigned MulConstVal = MulConst->getZExtValue(); in canExtractShiftFromMul() local
565 if (MulConstVal == 0) return false; in canExtractShiftFromMul()
569 while ((MulConstVal % (1 << PowerOfTwo)) != 0) { in canExtractShiftFromMul()
575 unsigned NewMulConstVal = MulConstVal / (1 << PowerOfTwo); in canExtractShiftFromMul()
577 unsigned OldCost = ConstantMaterializationCost(MulConstVal, Subtarget); in canExtractShiftFromMul()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp564 unsigned MulConstVal = MulConst->getZExtValue(); in canExtractShiftFromMul() local
565 if (MulConstVal == 0) return false; in canExtractShiftFromMul()
569 while ((MulConstVal % (1 << PowerOfTwo)) != 0) { in canExtractShiftFromMul()
575 unsigned NewMulConstVal = MulConstVal / (1 << PowerOfTwo); in canExtractShiftFromMul()
577 unsigned OldCost = ConstantMaterializationCost(MulConstVal, Subtarget); in canExtractShiftFromMul()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp560 unsigned MulConstVal = MulConst->getZExtValue(); in canExtractShiftFromMul() local
561 if (MulConstVal == 0) return false; in canExtractShiftFromMul()
565 while ((MulConstVal % (1 << PowerOfTwo)) != 0) { in canExtractShiftFromMul()
571 unsigned NewMulConstVal = MulConstVal / (1 << PowerOfTwo); in canExtractShiftFromMul()
573 unsigned OldCost = ConstantMaterializationCost(MulConstVal, Subtarget); in canExtractShiftFromMul()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp562 unsigned MulConstVal = MulConst->getZExtValue(); in canExtractShiftFromMul() local
563 if (MulConstVal == 0) return false; in canExtractShiftFromMul()
567 while ((MulConstVal % (1 << PowerOfTwo)) != 0) { in canExtractShiftFromMul()
573 unsigned NewMulConstVal = MulConstVal / (1 << PowerOfTwo); in canExtractShiftFromMul()
575 unsigned OldCost = ConstantMaterializationCost(MulConstVal, Subtarget); in canExtractShiftFromMul()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp564 unsigned MulConstVal = MulConst->getZExtValue(); in canExtractShiftFromMul() local
565 if (MulConstVal == 0) return false; in canExtractShiftFromMul()
569 while ((MulConstVal % (1 << PowerOfTwo)) != 0) { in canExtractShiftFromMul()
575 unsigned NewMulConstVal = MulConstVal / (1 << PowerOfTwo); in canExtractShiftFromMul()
577 unsigned OldCost = ConstantMaterializationCost(MulConstVal, Subtarget); in canExtractShiftFromMul()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp564 unsigned MulConstVal = MulConst->getZExtValue(); in canExtractShiftFromMul() local
565 if (MulConstVal == 0) return false; in canExtractShiftFromMul()
569 while ((MulConstVal % (1 << PowerOfTwo)) != 0) { in canExtractShiftFromMul()
575 unsigned NewMulConstVal = MulConstVal / (1 << PowerOfTwo); in canExtractShiftFromMul()
577 unsigned OldCost = ConstantMaterializationCost(MulConstVal, Subtarget); in canExtractShiftFromMul()