Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstCombineSimplifyDemanded.cpp1134 for (unsigned OutIdx = 0; OutIdx != VWidth; ++OutIdx) in SimplifyDemandedVectorElts() local
1135 if (DemandedElts[OutIdx]) in SimplifyDemandedVectorElts()
1136 InputDemandedElts.setBit(OutIdx / Ratio); in SimplifyDemandedVectorElts()
1164 for (unsigned OutIdx = 0; OutIdx != VWidth; ++OutIdx) in SimplifyDemandedVectorElts() local
1165 if (UndefElts2[OutIdx / Ratio]) in SimplifyDemandedVectorElts()
1166 UndefElts.setBit(OutIdx); in SimplifyDemandedVectorElts()
1171 for (unsigned OutIdx = 0; OutIdx != VWidth; ++OutIdx) { in SimplifyDemandedVectorElts() local
1172 APInt SubUndef = UndefElts2.lshr(OutIdx * Ratio).zextOrTrunc(Ratio); in SimplifyDemandedVectorElts()
1174 UndefElts.setBit(OutIdx); in SimplifyDemandedVectorElts()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineSimplifyDemanded.cpp1310 for (unsigned OutIdx = 0; OutIdx != VWidth; ++OutIdx) in SimplifyDemandedVectorElts() local
1311 if (DemandedElts[OutIdx]) in SimplifyDemandedVectorElts()
1312 InputDemandedElts.setBit(OutIdx / Ratio); in SimplifyDemandedVectorElts()
1339 for (unsigned OutIdx = 0; OutIdx != VWidth; ++OutIdx) in SimplifyDemandedVectorElts() local
1340 if (UndefElts2[OutIdx / Ratio]) in SimplifyDemandedVectorElts()
1341 UndefElts.setBit(OutIdx); in SimplifyDemandedVectorElts()
1346 for (unsigned OutIdx = 0; OutIdx != VWidth; ++OutIdx) { in SimplifyDemandedVectorElts() local
1347 APInt SubUndef = UndefElts2.lshr(OutIdx * Ratio).zextOrTrunc(Ratio); in SimplifyDemandedVectorElts()
1349 UndefElts.setBit(OutIdx); in SimplifyDemandedVectorElts()
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineSimplifyDemanded.cpp1014 for (unsigned OutIdx = 0; OutIdx != VWidth; ++OutIdx) { in SimplifyDemandedVectorElts() local
1015 if (DemandedElts[OutIdx]) in SimplifyDemandedVectorElts()
1016 InputDemandedElts.setBit(OutIdx/Ratio); in SimplifyDemandedVectorElts()
1045 for (unsigned OutIdx = 0; OutIdx != VWidth; ++OutIdx) in SimplifyDemandedVectorElts() local
1046 if (UndefElts2[OutIdx/Ratio]) in SimplifyDemandedVectorElts()
1047 UndefElts.setBit(OutIdx); in SimplifyDemandedVectorElts()
/external/llvm/lib/ObjectYAML/
DMachOYAML.cpp56 size_t OutIdx = 0; in input() local
58 if (Scalar[Idx] == '-' || OutIdx >= 16) in input()
65 Val[OutIdx] = static_cast<uint8_t>(TempInt); in input()
67 ++OutIdx; in input()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DMachOYAML.cpp64 size_t OutIdx = 0; in input() local
66 if (Scalar[Idx] == '-' || OutIdx >= 16) in input()
73 Val[OutIdx] = static_cast<uint8_t>(TempInt); in input()
75 ++OutIdx; in input()