Searched refs:ConstValue (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | OSLog.h | 74 CharUnits ConstValue; variable 90 : TheKind(CountKind), ConstValue(value), in OSLogBufferItem() 105 CharUnits getConstValue() const { return ConstValue; } in getConstValue()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64PostLegalizerCombiner.cpp | 150 APInt ConstValue = Const->Value.sext(Ty.getSizeInBits()); in matchAArch64MulConstCombine() local 164 unsigned TrailingZeroes = ConstValue.countr_zero(); in matchAArch64MulConstCombine() 183 APInt ShiftedConstValue = ConstValue.ashr(TrailingZeroes); in matchAArch64MulConstCombine() 191 if (ConstValue.isNonNegative()) { in matchAArch64MulConstCombine() 196 APInt CVPlus1 = ConstValue + 1; in matchAArch64MulConstCombine() 208 APInt CVNegPlus1 = -ConstValue + 1; in matchAArch64MulConstCombine() 209 APInt CVNegMinus1 = -ConstValue - 1; in matchAArch64MulConstCombine()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | CallSiteSplitting.cpp | 96 Constant *ConstValue) { in setConstantInArgument() argument 103 CB.setArgOperand(ArgNo, ConstValue); in setConstantInArgument()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | ExpandVectorPredication.cpp | 88 if (auto *ConstValue = dyn_cast<Constant>(SplattedVal)) in isAllTrueMask() local 89 return ConstValue->isAllOnesValue(); in isAllTrueMask()
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | DebugInfo.cpp | 2098 auto *ConstValue = dyn_cast<ConstantInt>(MI->getOperand(1)); in trackAssignments() local 2099 if (ConstValue && ConstValue->isZero()) in trackAssignments() 2100 ValueComponent = ConstValue; in trackAssignments()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | VectorCombine.cpp | 811 if (auto *ConstValue = dyn_cast<Constant>(SplattedVal)) in scalarizeVPIntrinsic() local 812 return ConstValue->isAllOnesValue(); in scalarizeVPIntrinsic()
|
/freebsd/contrib/googletest/googlemock/test/ |
H A D | gmock-actions_test.cc | 1653 TEST(ByRefTest, ConstValue) { in TEST() argument
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsSEISelLowering.cpp | 1508 SDValue ConstValue = DAG.getConstant(Vec.getScalarValueSizeInBits() - 1, in truncateVecElts() local 1510 SDValue SplatVec = getBuildVectorSplat(ResTy, ConstValue, BigEndian, DAG); in truncateVecElts()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 18295 const APInt &ConstValue = C->getAPIntValue(); in performMulCombine() local 18302 if (ConstValue.sge(1) && ConstValue.sle(16)) in performMulCombine() 18317 unsigned TrailingZeroes = ConstValue.countr_zero(); in performMulCombine() 18332 APInt ShiftedConstValue = ConstValue.ashr(TrailingZeroes); in performMulCombine() 18414 if (ConstValue.isNonNegative()) { in performMulCombine() 18426 APInt CVPlus1 = ConstValue + 1; in performMulCombine() 18439 isPowPlusPlusConst(ConstValue, CVM, CVN)) { in performMulCombine() 18451 isPowPlusPlusOneConst(ConstValue, CVM, CVN)) { in performMulCombine() 18462 isPowMinusMinusOneConst(ConstValue, CVM, CVN)) { in performMulCombine() 18476 APInt CVNegPlus1 = -ConstValue + 1; in performMulCombine() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 23493 APInt ConstValue; in LowerVSETCC() local 23495 ISD::isConstantSplatVector(Op1.getNode(), ConstValue)) { in LowerVSETCC() 23496 if (ConstValue.isMinSignedValue()) in LowerVSETCC() 23498 else if (ConstValue.isMaxSignedValue()) in LowerVSETCC() 23500 else if (ConstValue.isZero() && DAG.SignBitIsZero(Op0)) in LowerVSETCC()
|