| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
| H A D | APFixedPoint.cpp | 65 APSInt ThisVal = getValue(); in compare() local 78 ThisVal = ThisVal.extOrTrunc(CommonWidth); in compare() 82 ThisVal = ThisVal.shl(CommonScale - getScale()); in compare() 86 if (ThisVal.sgt(OtherVal)) in compare() 88 else if (ThisVal.slt(OtherVal)) in compare() 91 if (ThisVal.ugt(OtherVal)) in compare() 93 else if (ThisVal.ult(OtherVal)) in compare() 96 if (ThisVal.isSignBitSet()) in compare() 98 else if (ThisVal.ugt(OtherVal)) in compare() 100 else if (ThisVal.ult(OtherVal)) in compare() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
| H A D | CallEvent.cpp | 679 SVal ThisVal = getCXXThisVal(); in getExtraInvalidatedValues() local 680 Values.push_back(ThisVal); in getExtraInvalidatedValues() 699 const MemRegion *ThisRegion = ThisVal.getAsRegion(); in getExtraInvalidatedValues() 714 SVal ThisVal = getSVal(Base); in getCXXThisVal() local 715 assert(ThisVal.isUnknownOrUndef() || ThisVal.getAs<Loc>()); in getCXXThisVal() 716 return ThisVal; in getCXXThisVal() 789 SVal ThisVal = getCXXThisVal(); in getInitialStackFrameContents() local 790 if (!ThisVal.isUnknown()) { in getInitialStackFrameContents() 806 ThisVal = StateMgr.getStoreManager().attemptDownCast(ThisVal, Ty, Failed); in getInitialStackFrameContents() 814 ThisVal = SVB.evalCast(ThisVal, Ty, StaticTy); in getInitialStackFrameContents() [all …]
|
| H A D | ExprEngineCXX.cpp | 42 SVal ThisVal; in performTrivialCopy() local 48 ThisVal = Ctor->getCXXThisVal(); in performTrivialCopy() 55 ThisVal = cast<CXXInstanceCall>(Call).getCXXThisVal(); in performTrivialCopy() 83 evalBind(Dst, CallExpr, Pred, ThisVal, V, true); in performTrivialCopy() 90 State = State->BindExpr(CallExpr, LCtx, ThisVal); in performTrivialCopy() 137 SVal ThisVal = State->getSVal(ThisPtr); in computeObjectUnderConstruction() local 139 const auto *ThisReg = cast<SubRegion>(ThisVal.getAsRegion()); in computeObjectUnderConstruction() 148 return ThisVal; in computeObjectUnderConstruction() 154 FieldVal = State->getLValue(Init->getIndirectMember(), ThisVal); in computeObjectUnderConstruction() 157 FieldVal = State->getLValue(Init->getMember(), ThisVal); in computeObjectUnderConstruction() [all …]
|
| H A D | ExprEngine.cpp | 1032 SVal ThisVal = Pred->getState()->getSVal(ThisPtr); in ProcessBaseDtor() local 1037 SVal BaseVal = getStoreManager().evalDerivedToBase(ThisVal, BaseTy, in ProcessBaseDtor()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | GTestChecker.cpp | 143 SVal ThisVal = Call->getCXXThisVal(); in modelAssertionResultBoolConstructor() local 146 Call->getDecl()->getParent(), ThisVal, State); in modelAssertionResultBoolConstructor() 166 SVal ThisVal = Call->getCXXThisVal(); in modelAssertionResultCopyConstructor() local 172 ThisVal, State); in modelAssertionResultCopyConstructor()
|
| H A D | CXXSelfAssignmentChecker.cpp | 49 auto ThisVal = in checkBeginFunction() local 54 ProgramStateRef SelfAssignState = State->bindLoc(Param, ThisVal, LCtx); in checkBeginFunction()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
| H A D | Thumb2InstrInfo.cpp | 339 unsigned ThisVal = NumBytes; in emitT2RegPlusImmediate() local 355 if ((DestReg == ARM::SP) && (ThisVal < ((1 << 7) - 1) * 4)) { in emitT2RegPlusImmediate() 356 assert((ThisVal & 3) == 0 && "Stack update is not multiple of 4?"); in emitT2RegPlusImmediate() 360 .addImm(ThisVal / 4) in emitT2RegPlusImmediate() 366 int ImmIsT2SO = ARM_AM::getT2SOImmVal(ThisVal); in emitT2RegPlusImmediate() 376 } else if (ThisVal < 4096) { in emitT2RegPlusImmediate() 385 unsigned RotAmt = countLeadingZeros(ThisVal); in emitT2RegPlusImmediate() 386 ThisVal = ThisVal & ARM_AM::rotr32(0xff000000U, RotAmt); in emitT2RegPlusImmediate() 387 NumBytes &= ~ThisVal; in emitT2RegPlusImmediate() 388 assert(ARM_AM::getT2SOImmVal(ThisVal) != -1 && in emitT2RegPlusImmediate() [all …]
|
| H A D | ARMISelLowering.h | 852 SDValue ThisVal) const;
|
| H A D | ARMBaseInstrInfo.cpp | 2473 unsigned ThisVal = NumBytes & ARM_AM::rotr32(0xFF, RotAmt); in emitARMRegPlusImmediate() local 2474 assert(ThisVal && "Didn't extract field correctly"); in emitARMRegPlusImmediate() 2477 NumBytes &= ~ThisVal; in emitARMRegPlusImmediate() 2479 assert(ARM_AM::getSOImmVal(ThisVal) != -1 && "Bit extraction didn't work?"); in emitARMRegPlusImmediate() 2485 .addImm(ThisVal) in emitARMRegPlusImmediate()
|
| H A D | ARMISelLowering.cpp | 2097 SDValue ThisVal) const { in LowerCallResult() 2113 InVals.push_back(ThisVal); in LowerCallResult()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/ |
| H A D | SystemZFrameLowering.cpp | 366 int64_t ThisVal = NumBytes; in emitIncrement() local 374 if (ThisVal < MinVal) in emitIncrement() 375 ThisVal = MinVal; in emitIncrement() 376 else if (ThisVal > MaxVal) in emitIncrement() 377 ThisVal = MaxVal; in emitIncrement() 380 .addReg(Reg).addImm(ThisVal); in emitIncrement() 383 NumBytes -= ThisVal; in emitIncrement()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/ |
| H A D | M68kFrameLowering.cpp | 371 uint64_t ThisVal = std::min(Offset, Chunk); in emitSPUpdate() local 374 MBB, MBBI, DL, IsSub ? -ThisVal : ThisVal, InEpilogue); in emitSPUpdate() 380 Offset -= ThisVal; in emitSPUpdate()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86FrameLowering.cpp | 289 uint64_t ThisVal = std::min(Offset, Chunk); in emitSPUpdate() local 290 if (ThisVal == SlotSize) { in emitSPUpdate() 303 Offset -= ThisVal; in emitSPUpdate() 308 BuildStackAdjustment(MBB, MBBI, DL, isSub ? -ThisVal : ThisVal, InEpilogue) in emitSPUpdate() 311 Offset -= ThisVal; in emitSPUpdate()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
| H A D | SIISelLowering.h | 349 SDValue ThisVal) const;
|
| H A D | SIISelLowering.cpp | 2627 SDValue ThisVal) const { in LowerCallResult()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
| H A D | AArch64InstrInfo.cpp | 3984 uint64_t ThisVal = std::min<uint64_t>(Offset, MaxEncodableValue); in emitFrameOffsetAdj() local 3986 if (ThisVal > MaxEncoding) { in emitFrameOffsetAdj() 3987 ThisVal = ThisVal >> ShiftSize; in emitFrameOffsetAdj() 3990 assert((ThisVal >> ShiftSize) <= MaxEncoding && in emitFrameOffsetAdj() 3993 Offset -= ThisVal << LocalShiftSize; in emitFrameOffsetAdj() 3998 .addImm(Sign * (int)ThisVal); in emitFrameOffsetAdj() 4006 int Imm = (int)(ThisVal << LocalShiftSize); in emitFrameOffsetAdj()
|
| H A D | AArch64ISelLowering.h | 854 SDValue ThisVal) const;
|
| H A D | AArch64ISelLowering.cpp | 5201 SDValue ThisVal) const { in LowerCallResult() 5219 InVals.push_back(ThisVal); in LowerCallResult()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | ExprConstant.cpp | 7533 LValue *This = nullptr, ThisVal; in handleCallExpr() local 7544 if (!EvaluateObjectArgument(Info, ME->getBase(), ThisVal)) in handleCallExpr() 7549 This = &ThisVal; in handleCallExpr() 7554 HandleMemberPointerAccess(Info, BE, ThisVal, false); in handleCallExpr() 7560 This = &ThisVal; in handleCallExpr() 7564 return EvaluateObjectArgument(Info, PDE->getBase(), ThisVal) && in handleCallExpr() 7565 HandleDestruction(Info, PDE, ThisVal, PDE->getDestroyedType()); in handleCallExpr() 7608 if (!EvaluateObjectArgument(Info, Args[0], ThisVal)) in handleCallExpr() 7610 This = &ThisVal; in handleCallExpr() 15581 LValue ThisVal; in EvaluateWithSubstitution() local [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
| H A D | SimplifyCFG.cpp | 854 Value *ThisVal = isValueEqualityComparison(TI); in SimplifyEqualityComparisonWithOnlyPredecessor() local 855 assert(ThisVal && "This isn't a value comparison!!"); in SimplifyEqualityComparisonWithOnlyPredecessor() 856 if (ThisVal != PredVal) in SimplifyEqualityComparisonWithOnlyPredecessor()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 12799 APInt ThisVal = OpVal.trunc(DstBitSize); in ConstantFoldBITCASTofBUILD_VECTOR() local 12800 Ops.push_back(DAG.getConstant(ThisVal, DL, DstEltVT)); in ConstantFoldBITCASTofBUILD_VECTOR()
|