Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Bitcode/Reader/
H A DValueList.cpp45 Value *PrevVal = Old.first; in assignValue() local
46 if (PrevVal->getType() != V->getType()) in assignValue()
51 PrevVal->deleteValue(); in assignValue()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSILowerI1Copies.cpp832 bool PrevVal = false; in buildMergeLaneMasks() local
833 bool PrevConstant = isConstantLaneMask(PrevReg, PrevVal); in buildMergeLaneMasks()
838 if (PrevVal == CurVal) { in buildMergeLaneMasks()
864 if (PrevConstant && PrevVal) { in buildMergeLaneMasks()
874 if (PrevConstant && !PrevVal) { in buildMergeLaneMasks()
880 } else if (PrevConstant && PrevVal) { in buildMergeLaneMasks()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DModuloSchedule.cpp1063 unsigned PrevVal = 0; in getPrevMapVal() local
1068 PrevVal = VRMap[StageNum - 1][LoopVal]; in getPrevMapVal()
1072 PrevVal = VRMap[StageNum][LoopVal]; in getPrevMapVal()
1075 PrevVal = LoopVal; in getPrevMapVal()
1078 PrevVal = getInitPhiReg(*LoopInst, BB); in getPrevMapVal()
1081 PrevVal = in getPrevMapVal()
1085 return PrevVal; in getPrevMapVal()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86FastISel.cpp3255 Value *PrevVal = TI->getOperand(0); in fastLowerCall() local
3256 ResultReg = getRegForValue(PrevVal); in fastLowerCall()
3261 if (!isTypeLegal(PrevVal->getType(), VT)) in fastLowerCall()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp5897 APInt PrevVal; in SwitchLookupTable() local
5911 APInt Dist = Val - PrevVal; in SwitchLookupTable()
5919 PrevVal = Val; in SwitchLookupTable()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp4678 llvm::Value *PrevVal = CGF.EmitLoadOfScalar(NumLVal, E->getExprLoc()); in emitDepobjElementsSizes() local
4679 llvm::Value *Add = CGF.Builder.CreateNUWAdd(PrevVal, NumDeps); in emitDepobjElementsSizes()