Home
last modified time | relevance | path

Searched refs:getCmpSelInstrCost (Results 1 – 25 of 353) sorted by relevance

12345678910>>...15

/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Target/BPF/
H A DBPFTargetTransformInfo.h47 int getCmpSelInstrCost(unsigned Opcode, Type *ValTy, Type *CondTy,
54 return BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy, VecPred, CostKind,
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Target/BPF/
H A DBPFTargetTransformInfo.h47 int getCmpSelInstrCost(unsigned Opcode, Type *ValTy, Type *CondTy,
54 return BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy, VecPred, CostKind,
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Target/BPF/
H A DBPFTargetTransformInfo.h47 InstructionCost getCmpSelInstrCost(unsigned Opcode, Type *ValTy, Type *CondTy,
54 return BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy, VecPred, CostKind,
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Target/BPF/
H A DBPFTargetTransformInfo.h47 InstructionCost getCmpSelInstrCost(unsigned Opcode, Type *ValTy, Type *CondTy,
54 return BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy, VecPred, CostKind,
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Target/BPF/
H A DBPFTargetTransformInfo.h47 InstructionCost getCmpSelInstrCost(unsigned Opcode, Type *ValTy, Type *CondTy,
54 return BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy, VecPred, CostKind,
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Target/BPF/
H A DBPFTargetTransformInfo.h47 InstructionCost getCmpSelInstrCost(unsigned Opcode, Type *ValTy, Type *CondTy,
54 return BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy, VecPred, CostKind,
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Target/BPF/
H A DBPFTargetTransformInfo.h47 InstructionCost getCmpSelInstrCost(unsigned Opcode, Type *ValTy, Type *CondTy,
54 return BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy, VecPred, CostKind,
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Target/BPF/
H A DBPFTargetTransformInfo.h47 InstructionCost getCmpSelInstrCost(unsigned Opcode, Type *ValTy, Type *CondTy,
54 return BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy, VecPred, CostKind,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h883 unsigned getCmpSelInstrCost(unsigned Opcode, Type *ValTy, Type *CondTy,
918 unsigned Cost = thisT()->getCmpSelInstrCost(
1492 thisT()->getCmpSelInstrCost(BinaryOperator::ICmp, RetTy, CondTy, in getTypeBasedIntrinsicInstrCost()
1519 thisT()->getCmpSelInstrCost(BinaryOperator::ICmp, RetTy, CondTy, in getTypeBasedIntrinsicInstrCost()
1521 Cost += 2 * thisT()->getCmpSelInstrCost( in getTypeBasedIntrinsicInstrCost()
1586 Cost += 3 * thisT()->getCmpSelInstrCost( in getTypeBasedIntrinsicInstrCost()
1589 Cost += 2 * thisT()->getCmpSelInstrCost( in getTypeBasedIntrinsicInstrCost()
1881 thisT()->getCmpSelInstrCost(CmpOpcode, SubTy, CondTy, in getMinMaxReductionCost()
1883 thisT()->getCmpSelInstrCost(Instruction::Select, SubTy, CondTy, in getMinMaxReductionCost()
1906 (thisT()->getCmpSelInstrCost(CmpOpcode, Ty, CondTy, in getMinMaxReductionCost()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h1096 InstructionCost Cost = thisT()->getCmpSelInstrCost(
1467 thisT()->getCmpSelInstrCost(BinaryOperator::ICmp, RetTy, CondTy, in getIntrinsicInstrCost()
1745 Cost += 2 * thisT()->getCmpSelInstrCost(BinaryOperator::Select, RetTy, in getTypeBasedIntrinsicInstrCost()
1763 thisT()->getCmpSelInstrCost(BinaryOperator::Select, RetTy, CondTy, in getTypeBasedIntrinsicInstrCost()
1805 Cost += 2 * thisT()->getCmpSelInstrCost( in getTypeBasedIntrinsicInstrCost()
1856 Cost += thisT()->getCmpSelInstrCost( in getTypeBasedIntrinsicInstrCost()
2038 thisT()->getCmpSelInstrCost(Instruction::ICmp, ValTy, in getTreeReductionCost()
2149 thisT()->getCmpSelInstrCost(CmpOpcode, SubTy, CondTy, in getMinMaxReductionCost()
2151 thisT()->getCmpSelInstrCost(Instruction::Select, SubTy, CondTy, in getMinMaxReductionCost()
2167 (thisT()->getCmpSelInstrCost(CmpOpcode, Ty, CondTy, in getMinMaxReductionCost()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/include/llvm/CodeGen/
H A DBasicTTIImpl.h836 unsigned getCmpSelInstrCost(unsigned Opcode, Type *ValTy, Type *CondTy, in getCmpSelInstrCost() function
864 unsigned Cost = static_cast<T *>(this)->getCmpSelInstrCost( in getCmpSelInstrCost()
1165 Cost += ConcreteTTI->getCmpSelInstrCost(BinaryOperator::ICmp, RetTy,
1350 Cost += ConcreteTTI->getCmpSelInstrCost(BinaryOperator::ICmp, RetTy,
1368 Cost += ConcreteTTI->getCmpSelInstrCost(BinaryOperator::Select, RetTy,
1414 Cost += 2 * ConcreteTTI->getCmpSelInstrCost(
1430 Cost += ConcreteTTI->getCmpSelInstrCost(BinaryOperator::ICmp, SumTy,
1458 Cost += ConcreteTTI->getCmpSelInstrCost(BinaryOperator::ICmp, MulTy,
1690 ConcreteTTI->getCmpSelInstrCost(Instruction::Select, SubTy, CondTy, in getMinMaxReductionCost()
1714 (ConcreteTTI->getCmpSelInstrCost(CmpOpcode, Ty, CondTy, nullptr) + in getMinMaxReductionCost()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h836 unsigned getCmpSelInstrCost(unsigned Opcode, Type *ValTy, Type *CondTy, in getCmpSelInstrCost() function
864 unsigned Cost = static_cast<T *>(this)->getCmpSelInstrCost( in getCmpSelInstrCost()
1165 Cost += ConcreteTTI->getCmpSelInstrCost(BinaryOperator::ICmp, RetTy,
1350 Cost += ConcreteTTI->getCmpSelInstrCost(BinaryOperator::ICmp, RetTy,
1368 Cost += ConcreteTTI->getCmpSelInstrCost(BinaryOperator::Select, RetTy,
1414 Cost += 2 * ConcreteTTI->getCmpSelInstrCost(
1430 Cost += ConcreteTTI->getCmpSelInstrCost(BinaryOperator::ICmp, SumTy,
1458 Cost += ConcreteTTI->getCmpSelInstrCost(BinaryOperator::ICmp, MulTy,
1690 ConcreteTTI->getCmpSelInstrCost(Instruction::Select, SubTy, CondTy, in getMinMaxReductionCost()
1714 (ConcreteTTI->getCmpSelInstrCost(CmpOpcode, Ty, CondTy, nullptr) + in getMinMaxReductionCost()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h836 unsigned getCmpSelInstrCost(unsigned Opcode, Type *ValTy, Type *CondTy, in getCmpSelInstrCost() function
864 unsigned Cost = static_cast<T *>(this)->getCmpSelInstrCost( in getCmpSelInstrCost()
1165 Cost += ConcreteTTI->getCmpSelInstrCost(BinaryOperator::ICmp, RetTy,
1350 Cost += ConcreteTTI->getCmpSelInstrCost(BinaryOperator::ICmp, RetTy,
1368 Cost += ConcreteTTI->getCmpSelInstrCost(BinaryOperator::Select, RetTy,
1414 Cost += 2 * ConcreteTTI->getCmpSelInstrCost(
1430 Cost += ConcreteTTI->getCmpSelInstrCost(BinaryOperator::ICmp, SumTy,
1458 Cost += ConcreteTTI->getCmpSelInstrCost(BinaryOperator::ICmp, MulTy,
1690 ConcreteTTI->getCmpSelInstrCost(Instruction::Select, SubTy, CondTy, in getMinMaxReductionCost()
1714 (ConcreteTTI->getCmpSelInstrCost(CmpOpcode, Ty, CondTy, nullptr) + in getMinMaxReductionCost()
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/include/llvm/CodeGen/
H A DBasicTTIImpl.h787 unsigned getCmpSelInstrCost(unsigned Opcode, Type *ValTy, Type *CondTy, in getCmpSelInstrCost() function
815 unsigned Cost = static_cast<T *>(this)->getCmpSelInstrCost( in getCmpSelInstrCost()
1117 Cost += ConcreteTTI->getCmpSelInstrCost(BinaryOperator::ICmp, RetTy,
1305 Cost += ConcreteTTI->getCmpSelInstrCost(BinaryOperator::ICmp, RetTy,
1325 Cost += ConcreteTTI->getCmpSelInstrCost(BinaryOperator::Select, RetTy,
1373 Cost += 2 * ConcreteTTI->getCmpSelInstrCost(
1389 Cost += ConcreteTTI->getCmpSelInstrCost(BinaryOperator::ICmp, SumTy,
1419 Cost += ConcreteTTI->getCmpSelInstrCost(BinaryOperator::ICmp, MulTy,
1651 ConcreteTTI->getCmpSelInstrCost(Instruction::Select, SubTy, CondTy, in getMinMaxReductionCost()
1675 (ConcreteTTI->getCmpSelInstrCost(CmpOpcode, Ty, CondTy, nullptr) + in getMinMaxReductionCost()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h859 unsigned getCmpSelInstrCost(unsigned Opcode, Type *ValTy, Type *CondTy,
868 return BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy, CostKind, I);
892 unsigned Cost = thisT()->getCmpSelInstrCost(
1239 Cost += thisT()->getCmpSelInstrCost(BinaryOperator::Select, RetTy, in getIntrinsicInstrCost()
1516 Cost += 3 * thisT()->getCmpSelInstrCost(BinaryOperator::ICmp, SumTy, in getTypeBasedIntrinsicInstrCost()
1534 Cost += thisT()->getCmpSelInstrCost(BinaryOperator::ICmp, SumTy, in getTypeBasedIntrinsicInstrCost()
1563 Cost += thisT()->getCmpSelInstrCost(BinaryOperator::ICmp, MulTy, in getTypeBasedIntrinsicInstrCost()
1806 thisT()->getCmpSelInstrCost(CmpOpcode, SubTy, CondTy, CostKind) + in getMinMaxReductionCost()
1807 thisT()->getCmpSelInstrCost(Instruction::Select, SubTy, CondTy, in getMinMaxReductionCost()
1830 (thisT()->getCmpSelInstrCost(CmpOpcode, Ty, CondTy, CostKind) + in getMinMaxReductionCost()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/include/llvm/CodeGen/
H A DBasicTTIImpl.h857 unsigned getCmpSelInstrCost(unsigned Opcode, Type *ValTy, Type *CondTy,
866 return BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy, CostKind, I);
890 unsigned Cost = thisT()->getCmpSelInstrCost(
1237 Cost += thisT()->getCmpSelInstrCost(BinaryOperator::Select, RetTy, in getIntrinsicInstrCost()
1514 Cost += 3 * thisT()->getCmpSelInstrCost(BinaryOperator::ICmp, SumTy, in getTypeBasedIntrinsicInstrCost()
1532 Cost += thisT()->getCmpSelInstrCost(BinaryOperator::ICmp, SumTy, in getTypeBasedIntrinsicInstrCost()
1561 Cost += thisT()->getCmpSelInstrCost(BinaryOperator::ICmp, MulTy, in getTypeBasedIntrinsicInstrCost()
1804 thisT()->getCmpSelInstrCost(CmpOpcode, SubTy, CondTy, CostKind) + in getMinMaxReductionCost()
1805 thisT()->getCmpSelInstrCost(Instruction::Select, SubTy, CondTy, in getMinMaxReductionCost()
1828 (thisT()->getCmpSelInstrCost(CmpOpcode, Ty, CondTy, CostKind) + in getMinMaxReductionCost()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h904 unsigned getCmpSelInstrCost(unsigned Opcode, Type *ValTy, Type *CondTy,
939 unsigned Cost = thisT()->getCmpSelInstrCost(
1594 thisT()->getCmpSelInstrCost(BinaryOperator::ICmp, RetTy, CondTy, in getTypeBasedIntrinsicInstrCost()
1621 thisT()->getCmpSelInstrCost(BinaryOperator::ICmp, RetTy, CondTy, in getTypeBasedIntrinsicInstrCost()
1623 Cost += 2 * thisT()->getCmpSelInstrCost( in getTypeBasedIntrinsicInstrCost()
1688 Cost += 3 * thisT()->getCmpSelInstrCost( in getTypeBasedIntrinsicInstrCost()
1691 Cost += 2 * thisT()->getCmpSelInstrCost( in getTypeBasedIntrinsicInstrCost()
1988 thisT()->getCmpSelInstrCost(CmpOpcode, SubTy, CondTy, in getMinMaxReductionCost()
1990 thisT()->getCmpSelInstrCost(Instruction::Select, SubTy, CondTy, in getMinMaxReductionCost()
2013 (thisT()->getCmpSelInstrCost(CmpOpcode, Ty, CondTy, in getMinMaxReductionCost()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h904 unsigned getCmpSelInstrCost(unsigned Opcode, Type *ValTy, Type *CondTy,
939 unsigned Cost = thisT()->getCmpSelInstrCost(
1594 thisT()->getCmpSelInstrCost(BinaryOperator::ICmp, RetTy, CondTy, in getTypeBasedIntrinsicInstrCost()
1621 thisT()->getCmpSelInstrCost(BinaryOperator::ICmp, RetTy, CondTy, in getTypeBasedIntrinsicInstrCost()
1623 Cost += 2 * thisT()->getCmpSelInstrCost( in getTypeBasedIntrinsicInstrCost()
1688 Cost += 3 * thisT()->getCmpSelInstrCost( in getTypeBasedIntrinsicInstrCost()
1691 Cost += 2 * thisT()->getCmpSelInstrCost( in getTypeBasedIntrinsicInstrCost()
1988 thisT()->getCmpSelInstrCost(CmpOpcode, SubTy, CondTy, in getMinMaxReductionCost()
1990 thisT()->getCmpSelInstrCost(Instruction::Select, SubTy, CondTy, in getMinMaxReductionCost()
2013 (thisT()->getCmpSelInstrCost(CmpOpcode, Ty, CondTy, in getMinMaxReductionCost()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h1085 InstructionCost Cost = thisT()->getCmpSelInstrCost(
1703 thisT()->getCmpSelInstrCost(BinaryOperator::ICmp, RetTy, CondTy,
1730 thisT()->getCmpSelInstrCost(BinaryOperator::ICmp, RetTy, CondTy,
1732 Cost += 2 * thisT()->getCmpSelInstrCost(
1797 Cost += 3 * thisT()->getCmpSelInstrCost(
1800 Cost += 2 * thisT()->getCmpSelInstrCost(
2031 thisT()->getCmpSelInstrCost(Instruction::ICmp, ValTy,
2141 thisT()->getCmpSelInstrCost(CmpOpcode, SubTy, CondTy,
2143 thisT()->getCmpSelInstrCost(Instruction::Select, SubTy, CondTy,
2159 (thisT()->getCmpSelInstrCost(CmpOpcode, Ty, CondTy,
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/CodeGen/
H A DBasicTTIImpl.h1085 InstructionCost Cost = thisT()->getCmpSelInstrCost(
1703 thisT()->getCmpSelInstrCost(BinaryOperator::ICmp, RetTy, CondTy, in getTypeBasedIntrinsicInstrCost()
1730 thisT()->getCmpSelInstrCost(BinaryOperator::ICmp, RetTy, CondTy, in getTypeBasedIntrinsicInstrCost()
1732 Cost += 2 * thisT()->getCmpSelInstrCost( in getTypeBasedIntrinsicInstrCost()
1797 Cost += 3 * thisT()->getCmpSelInstrCost( in getTypeBasedIntrinsicInstrCost()
1800 Cost += 2 * thisT()->getCmpSelInstrCost( in getTypeBasedIntrinsicInstrCost()
2031 thisT()->getCmpSelInstrCost(Instruction::ICmp, ValTy, in getTreeReductionCost()
2141 thisT()->getCmpSelInstrCost(CmpOpcode, SubTy, CondTy, in getMinMaxReductionCost()
2143 thisT()->getCmpSelInstrCost(Instruction::Select, SubTy, CondTy, in getMinMaxReductionCost()
2159 (thisT()->getCmpSelInstrCost(CmpOpcode, Ty, CondTy, in getMinMaxReductionCost()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h1085 InstructionCost Cost = thisT()->getCmpSelInstrCost(
1703 thisT()->getCmpSelInstrCost(BinaryOperator::ICmp, RetTy, CondTy, in getTypeBasedIntrinsicInstrCost()
1730 thisT()->getCmpSelInstrCost(BinaryOperator::ICmp, RetTy, CondTy, in getTypeBasedIntrinsicInstrCost()
1732 Cost += 2 * thisT()->getCmpSelInstrCost( in getTypeBasedIntrinsicInstrCost()
1797 Cost += 3 * thisT()->getCmpSelInstrCost( in getTypeBasedIntrinsicInstrCost()
1800 Cost += 2 * thisT()->getCmpSelInstrCost( in getTypeBasedIntrinsicInstrCost()
2031 thisT()->getCmpSelInstrCost(Instruction::ICmp, ValTy, in getTreeReductionCost()
2141 thisT()->getCmpSelInstrCost(CmpOpcode, SubTy, CondTy, in getMinMaxReductionCost()
2143 thisT()->getCmpSelInstrCost(Instruction::Select, SubTy, CondTy, in getMinMaxReductionCost()
2159 (thisT()->getCmpSelInstrCost(CmpOpcode, Ty, CondTy, in getMinMaxReductionCost()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h1085 InstructionCost Cost = thisT()->getCmpSelInstrCost(
1703 thisT()->getCmpSelInstrCost(BinaryOperator::ICmp, RetTy, CondTy, in getTypeBasedIntrinsicInstrCost()
1730 thisT()->getCmpSelInstrCost(BinaryOperator::ICmp, RetTy, CondTy, in getTypeBasedIntrinsicInstrCost()
1732 Cost += 2 * thisT()->getCmpSelInstrCost( in getTypeBasedIntrinsicInstrCost()
1797 Cost += 3 * thisT()->getCmpSelInstrCost( in getTypeBasedIntrinsicInstrCost()
1800 Cost += 2 * thisT()->getCmpSelInstrCost( in getTypeBasedIntrinsicInstrCost()
2031 thisT()->getCmpSelInstrCost(Instruction::ICmp, ValTy, in getTreeReductionCost()
2141 thisT()->getCmpSelInstrCost(CmpOpcode, SubTy, CondTy, in getMinMaxReductionCost()
2143 thisT()->getCmpSelInstrCost(Instruction::Select, SubTy, CondTy, in getMinMaxReductionCost()
2159 (thisT()->getCmpSelInstrCost(CmpOpcode, Ty, CondTy, in getMinMaxReductionCost()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h1085 InstructionCost Cost = thisT()->getCmpSelInstrCost(
1703 thisT()->getCmpSelInstrCost(BinaryOperator::ICmp, RetTy, CondTy,
1730 thisT()->getCmpSelInstrCost(BinaryOperator::ICmp, RetTy, CondTy,
1732 Cost += 2 * thisT()->getCmpSelInstrCost(
1797 Cost += 3 * thisT()->getCmpSelInstrCost(
1800 Cost += 2 * thisT()->getCmpSelInstrCost(
2031 thisT()->getCmpSelInstrCost(Instruction::ICmp, ValTy,
2141 thisT()->getCmpSelInstrCost(CmpOpcode, SubTy, CondTy,
2143 thisT()->getCmpSelInstrCost(Instruction::Select, SubTy, CondTy,
2159 (thisT()->getCmpSelInstrCost(CmpOpcode, Ty, CondTy,
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp156 ScalarOpCost = TTI.getCmpSelInstrCost(Opcode, ScalarTy, in isExtractExtractCheap()
158 VectorOpCost = TTI.getCmpSelInstrCost(Opcode, VecTy, in isExtractExtractCheap()
472 ScalarOpCost = TTI.getCmpSelInstrCost(Opcode, ScalarTy); in scalarizeBinopOrCmp()
473 VectorOpCost = TTI.getCmpSelInstrCost(Opcode, VecTy); in scalarizeBinopOrCmp()
572 OldCost += TTI.getCmpSelInstrCost(CmpOpcode, I0->getType()) * 2; in foldExtractedCmps()
581 int NewCost = TTI.getCmpSelInstrCost(CmpOpcode, X->getType()); in foldExtractedCmps()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Transforms/Vectorize/
H A DVectorCombine.cpp156 ScalarOpCost = TTI.getCmpSelInstrCost(Opcode, ScalarTy, in isExtractExtractCheap()
158 VectorOpCost = TTI.getCmpSelInstrCost(Opcode, VecTy, in isExtractExtractCheap()
472 ScalarOpCost = TTI.getCmpSelInstrCost(Opcode, ScalarTy); in scalarizeBinopOrCmp()
473 VectorOpCost = TTI.getCmpSelInstrCost(Opcode, VecTy); in scalarizeBinopOrCmp()
572 OldCost += TTI.getCmpSelInstrCost(CmpOpcode, I0->getType()) * 2; in foldExtractedCmps()
581 int NewCost = TTI.getCmpSelInstrCost(CmpOpcode, X->getType()); in foldExtractedCmps()

12345678910>>...15