Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DValueList.cpp93 Value *PrevVal = OldV; in assignValue() local
95 PrevVal->deleteValue(); in assignValue()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSILowerI1Copies.cpp818 bool PrevVal; in buildMergeLaneMasks() local
819 bool PrevConstant = isConstantLaneMask(PrevReg, PrevVal); in buildMergeLaneMasks()
824 if (PrevVal == CurVal) { in buildMergeLaneMasks()
850 if (PrevConstant && PrevVal) { in buildMergeLaneMasks()
860 if (PrevConstant && !PrevVal) { in buildMergeLaneMasks()
866 } else if (PrevConstant && PrevVal) { in buildMergeLaneMasks()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DModuloSchedule.cpp1078 unsigned PrevVal = 0; in getPrevMapVal() local
1083 PrevVal = VRMap[StageNum - 1][LoopVal]; in getPrevMapVal()
1087 PrevVal = VRMap[StageNum][LoopVal]; in getPrevMapVal()
1090 PrevVal = LoopVal; in getPrevMapVal()
1093 PrevVal = getInitPhiReg(*LoopInst, BB); in getPrevMapVal()
1096 PrevVal = in getPrevMapVal()
1100 return PrevVal; in getPrevMapVal()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86FastISel.cpp3275 Value *PrevVal = TI->getOperand(0); in fastLowerCall() local
3276 ResultReg = getRegForValue(PrevVal); in fastLowerCall()
3281 if (!isTypeLegal(PrevVal->getType(), VT)) in fastLowerCall()
3285 fastEmit_ri(VT, VT, ISD::AND, ResultReg, hasTrivialKill(PrevVal), 1); in fastLowerCall()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp5085 APInt PrevVal; in SwitchLookupTable() local
5099 APInt Dist = Val - PrevVal; in SwitchLookupTable()
5107 PrevVal = Val; in SwitchLookupTable()