Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSILowerI1Copies.cpp811 bool PrevVal; in buildMergeLaneMasks() local
812 bool PrevConstant = isConstantLaneMask(PrevReg, PrevVal); in buildMergeLaneMasks()
817 if (PrevVal == CurVal) { in buildMergeLaneMasks()
843 if (PrevConstant && PrevVal) { in buildMergeLaneMasks()
853 if (PrevConstant && !PrevVal) { in buildMergeLaneMasks()
859 } else if (PrevConstant && PrevVal) { in buildMergeLaneMasks()
/netbsd/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DValueList.cpp90 Value *PrevVal = OldV; in assignValue() local
92 PrevVal->deleteValue(); in assignValue()
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DModuloSchedule.cpp1082 unsigned PrevVal = 0; in getPrevMapVal() local
1087 PrevVal = VRMap[StageNum - 1][LoopVal]; in getPrevMapVal()
1091 PrevVal = VRMap[StageNum][LoopVal]; in getPrevMapVal()
1094 PrevVal = LoopVal; in getPrevMapVal()
1097 PrevVal = getInitPhiReg(*LoopInst, BB); in getPrevMapVal()
1100 PrevVal = in getPrevMapVal()
1104 return PrevVal; in getPrevMapVal()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86FastISel.cpp3259 Value *PrevVal = TI->getOperand(0); in fastLowerCall() local
3260 ResultReg = getRegForValue(PrevVal); in fastLowerCall()
3265 if (!isTypeLegal(PrevVal->getType(), VT)) in fastLowerCall()
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp5614 APInt PrevVal; in SwitchLookupTable() local
5628 APInt Dist = Val - PrevVal; in SwitchLookupTable()
5636 PrevVal = Val; in SwitchLookupTable()
/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp4756 llvm::Value *PrevVal = CGF.EmitLoadOfScalar(NumLVal, E->getExprLoc()); in emitDepobjElementsSizes() local
4757 llvm::Value *Add = CGF.Builder.CreateNUWAdd(PrevVal, NumDeps); in emitDepobjElementsSizes()