Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSILowerI1Copies.cpp823 bool PrevVal = false; in buildMergeLaneMasks() local
824 bool PrevConstant = isConstantLaneMask(PrevReg, PrevVal); in buildMergeLaneMasks()
829 if (PrevVal == CurVal) { in buildMergeLaneMasks()
855 if (PrevConstant && PrevVal) { in buildMergeLaneMasks()
865 if (PrevConstant && !PrevVal) { in buildMergeLaneMasks()
871 } else if (PrevConstant && PrevVal) { in buildMergeLaneMasks()
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DModuloSchedule.cpp1084 unsigned PrevVal = 0; in getPrevMapVal() local
1089 PrevVal = VRMap[StageNum - 1][LoopVal]; in getPrevMapVal()
1093 PrevVal = VRMap[StageNum][LoopVal]; in getPrevMapVal()
1096 PrevVal = LoopVal; in getPrevMapVal()
1099 PrevVal = getInitPhiReg(*LoopInst, BB); in getPrevMapVal()
1102 PrevVal = in getPrevMapVal()
1106 return PrevVal; in getPrevMapVal()
/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DX86FastISel.cpp3257 Value *PrevVal = TI->getOperand(0); in fastLowerCall() local
3258 ResultReg = getRegForValue(PrevVal); in fastLowerCall()
3263 if (!isTypeLegal(PrevVal->getType(), VT)) in fastLowerCall()
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp6066 APInt PrevVal; in SwitchLookupTable() local
6080 APInt Dist = Val - PrevVal; in SwitchLookupTable()
6088 PrevVal = Val; in SwitchLookupTable()
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp4358 llvm::Value *PrevVal = CGF.EmitLoadOfScalar(NumLVal, E->getExprLoc()); in emitDepobjElementsSizes() local
4359 llvm::Value *Add = CGF.Builder.CreateNUWAdd(PrevVal, NumDeps); in emitDepobjElementsSizes()