| /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 | 85 if (auto *ConstValue = dyn_cast<Constant>(SplattedVal)) in isAllTrueMask() local 86 return ConstValue->isAllOnesValue(); in isAllTrueMask()
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | DebugInfo.cpp | 2236 auto *ConstValue = dyn_cast<ConstantInt>(MI->getOperand(1)); in trackAssignments() local 2237 if (ConstValue && ConstValue->isZero()) in trackAssignments() 2238 ValueComponent = ConstValue; in trackAssignments()
|
| /freebsd/contrib/googletest/googlemock/test/ |
| H A D | gmock-actions_test.cc | 1717 TEST(ByRefTest, ConstValue) { in TEST() argument
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | VectorCombine.cpp | 992 if (auto *ConstValue = dyn_cast<Constant>(SplattedVal)) in scalarizeVPIntrinsic() local 993 return ConstValue->isAllOnesValue(); in scalarizeVPIntrinsic()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsSEISelLowering.cpp | 1552 SDValue ConstValue = DAG.getConstant(Vec.getScalarValueSizeInBits() - 1, in truncateVecElts() local 1554 SDValue SplatVec = getBuildVectorSplat(ResTy, ConstValue, BigEndian, DAG); in truncateVecElts()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 18880 const APInt &ConstValue = C->getAPIntValue(); in performMulCombine() local 18887 if (ConstValue.sge(1) && ConstValue.sle(16)) in performMulCombine() 18902 unsigned TrailingZeroes = ConstValue.countr_zero(); in performMulCombine() 18917 APInt ShiftedConstValue = ConstValue.ashr(TrailingZeroes); in performMulCombine() 18999 if (ConstValue.isNonNegative()) { in performMulCombine() 19011 APInt CVPlus1 = ConstValue + 1; in performMulCombine() 19024 isPowPlusPlusConst(ConstValue, CVM, CVN)) { in performMulCombine() 19036 isPowPlusPlusOneConst(ConstValue, CVM, CVN)) { in performMulCombine() 19047 isPowMinusMinusOneConst(ConstValue, CVM, CVN)) { in performMulCombine() 19061 APInt CVNegPlus1 = -ConstValue + 1; in performMulCombine() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.cpp | 9604 APInt ConstValue(VTSize, 0); in isValidMtVsrBmi() local 9616 ConstValue.insertBits(CN->getAPIntValue().zextOrTrunc(EltWidth), in isValidMtVsrBmi() 9622 APInt ExtractValue = ConstValue.extractBits(8, J * 8); in isValidMtVsrBmi()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 24257 APInt ConstValue; in LowerVSETCC() local 24259 ISD::isConstantSplatVector(Op1.getNode(), ConstValue)) { in LowerVSETCC() 24260 if (ConstValue.isMinSignedValue()) in LowerVSETCC() 24262 else if (ConstValue.isMaxSignedValue()) in LowerVSETCC() 24264 else if (ConstValue.isZero() && DAG.SignBitIsZero(Op0)) in LowerVSETCC()
|