Home
last modified time | relevance | path

Searched refs:PrevVal (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DValueList.cpp40 Value *PrevVal = Old.first; in assignValue() local
41 if (PrevVal->getType() != V->getType()) in assignValue()
46 PrevVal->deleteValue(); in assignValue()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSILowerI1Copies.cpp789 bool PrevVal = false; in buildMergeLaneMasks() local
790 bool PrevConstant = isConstantLaneMask(PrevReg, PrevVal); in buildMergeLaneMasks()
795 if (PrevVal == CurVal) { in buildMergeLaneMasks()
821 if (PrevConstant && PrevVal) { in buildMergeLaneMasks()
831 if (PrevConstant && !PrevVal) { in buildMergeLaneMasks()
837 } else if (PrevConstant && PrevVal) { in buildMergeLaneMasks()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DModuloSchedule.cpp1104 Register PrevVal; in getPrevMapVal() local
1109 PrevVal = VRMap[StageNum - 1][LoopVal]; in getPrevMapVal()
1113 PrevVal = VRMap[StageNum][LoopVal]; in getPrevMapVal()
1116 PrevVal = LoopVal; in getPrevMapVal()
1119 PrevVal = getInitPhiReg(*LoopInst, BB); in getPrevMapVal()
1122 PrevVal = in getPrevMapVal()
1126 return PrevVal; in getPrevMapVal()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp6473 APInt PrevVal; in SwitchLookupTable() local
6500 APInt Dist = Val - PrevVal; in SwitchLookupTable()
6508 Dist.isStrictlyPositive() ? Val.sle(PrevVal) : Val.sgt(PrevVal); in SwitchLookupTable()
6510 PrevVal = Val; in SwitchLookupTable()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FastISel.cpp3350 Value *PrevVal = TI->getOperand(0); in fastLowerCall() local
3351 ResultReg = getRegForValue(PrevVal); in fastLowerCall()
3356 if (!isTypeLegal(PrevVal->getType(), VT)) in fastLowerCall()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp4144 llvm::Value *PrevVal = CGF.EmitLoadOfScalar(NumLVal, E->getExprLoc()); in emitDepobjElementsSizes() local
4145 llvm::Value *Add = CGF.Builder.CreateNUWAdd(PrevVal, NumDeps); in emitDepobjElementsSizes()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp14907 SDValue PrevVal; in LowerBUILD_VECTOR() local
14936 if (PrevVal != V) { in LowerBUILD_VECTOR()
14938 PrevVal = V; in LowerBUILD_VECTOR()