Searched refs:OutIdx (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineSimplifyDemanded.cpp | 1781 for (unsigned OutIdx = 0; OutIdx != VWidth; ++OutIdx) in SimplifyDemandedVectorElts() local 1782 if (DemandedElts[OutIdx]) in SimplifyDemandedVectorElts() 1783 InputDemandedElts.setBit(OutIdx / Ratio); in SimplifyDemandedVectorElts() 1805 for (unsigned OutIdx = 0; OutIdx != VWidth; ++OutIdx) in SimplifyDemandedVectorElts() local 1806 if (PoisonElts2[OutIdx / Ratio]) in SimplifyDemandedVectorElts() 1807 PoisonElts.setBit(OutIdx); in SimplifyDemandedVectorElts() 1812 for (unsigned OutIdx = 0; OutIdx != VWidth; ++OutIdx) { in SimplifyDemandedVectorElts() local 1813 APInt SubUndef = PoisonElts2.lshr(OutIdx * Ratio).zextOrTrunc(Ratio); in SimplifyDemandedVectorElts() 1815 PoisonElts.setBit(OutIdx); in SimplifyDemandedVectorElts()
|
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | MachOYAML.cpp | 65 size_t OutIdx = 0; in input() 67 if (Scalar[Idx] == '-' || OutIdx >= 16) in input() 74 Val[OutIdx] = static_cast<uint8_t>(TempInt); in input() 76 ++OutIdx; in input() 64 size_t OutIdx = 0; input() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsISelLowering.cpp | 3291 for (unsigned i = 0, e = ArgLocs.size(), OutIdx = 0; i != e; ++i, ++OutIdx) { in LowerCall() local 3292 SDValue Arg = OutVals[OutIdx]; in LowerCall() 3295 ISD::ArgFlagsTy Flags = Outs[OutIdx].Flags; in LowerCall() 3368 unsigned ValSizeInBits = Outs[OutIdx].ArgVT.getSizeInBits(); in LowerCall()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelDAGToDAGHVX.cpp | 1126 int OutIdx = InvMap[M >> Shift]; in packSegmentMask() local 1127 M = (M & (SegLen-1)) + SegLen*OutIdx; in packSegmentMask()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 19966 for (unsigned i = 0, j = 0, e = ArgLocs.size(), OutIdx = 0; i != e; in LowerCall() 19967 ++i, ++OutIdx) { in LowerCall() 19969 SDValue ArgValue = OutVals[OutIdx]; in LowerCall() 19970 ISD::ArgFlagsTy Flags = Outs[OutIdx].Flags; in LowerCall() 20010 std::max(getPrefTypeAlign(Outs[OutIdx].ArgVT, DAG), in LowerCall() 20018 unsigned ArgIndex = Outs[OutIdx].OrigArgIndex; in LowerCall() 20019 unsigned ArgPartOffset = Outs[OutIdx].PartOffset; in LowerCall() 20025 while (i + 1 != e && Outs[OutIdx + 1].OrigArgIndex == ArgIndex) { in LowerCall() 20026 SDValue PartValue = OutVals[OutIdx + 1]; in LowerCall() 20027 unsigned PartOffset = Outs[OutIdx in LowerCall() 19963 for (unsigned i = 0, j = 0, e = ArgLocs.size(), OutIdx = 0; i != e; LowerCall() local 20237 for (unsigned i = 0, e = RVLocs.size(), OutIdx = 0; i < e; ++i, ++OutIdx) { LowerReturn() local [all...] |