Home
last modified time | relevance | path

Searched refs:DstIndex (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSwitchLoweringUtils.cpp173 unsigned DstIndex = 0; in findJumpTables() local
177 assert(DstIndex <= First); in findJumpTables()
183 Clusters[DstIndex++] = JTCluster; in findJumpTables()
186 std::memmove(&Clusters[DstIndex++], &Clusters[I], sizeof(Clusters[I])); in findJumpTables()
189 Clusters.resize(DstIndex); in findJumpTables()
348 unsigned DstIndex = 0; in findBitTestClusters() local
352 assert(DstIndex <= First); in findBitTestClusters()
356 Clusters[DstIndex++] = BitTestCluster; in findBitTestClusters()
359 std::memmove(&Clusters[DstIndex], &Clusters[First], in findBitTestClusters()
361 DstIndex += NumClusters; in findBitTestClusters()
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingMergeFile.c26 unsigned I, S, V, DstIndex = 0; in lprofMergeValueProfData() local
36 DstIndex, VData[SrcIndex].Count); in lprofMergeValueProfData()
39 ++DstIndex; in lprofMergeValueProfData()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600MachineScheduler.cpp346 int DstIndex = TII->getOperandIdx(MI->getOpcode(), R600::OpName::dst); in AssignSlot() local
347 if (DstIndex == -1) { in AssignSlot()
350 Register DestReg = MI->getOperand(DstIndex).getReg(); in AssignSlot()
H A DAMDGPULegalizerInfo.cpp3953 [&](MutableArrayRef<Register> LocalAccum, unsigned DstIndex, Carry &CarryIn) in buildMultiply()
3955 assert((DstIndex + 1 < Accum.size() && LocalAccum.size() == 2) || in buildMultiply()
3956 (DstIndex + 1 >= Accum.size() && LocalAccum.size() == 1)); in buildMultiply()
3967 unsigned j1 = DstIndex - j0; in buildMultiply()
3986 } while (j0 <= DstIndex && (!UsePartialMad64_32 || !CarryIn.empty())); in buildMultiply()
3990 if (j0 <= DstIndex) { in buildMultiply()
4012 unsigned j1 = DstIndex - j0; in buildMultiply()
4025 } while (j0 <= DstIndex); in buildMultiply()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DFastISelEmitter.cpp556 unsigned DstIndex = 0; in collectPatterns() local
560 if (DstIndex >= Dst.getNumChildren() || in collectPatterns()
561 Dst.getChild(DstIndex).getName() != in collectPatterns()
566 ++DstIndex; in collectPatterns()
572 if (Op->getName() != "EXTRACT_SUBREG" && DstIndex < Dst.getNumChildren()) in collectPatterns()
/freebsd/contrib/llvm-project/llvm/lib/Linker/
H A DIRMover.cpp1298 unsigned DstIndex; in linkModuleFlagsMetadata() local
1299 std::tie(DstOp, DstIndex) = Flags.lookup(ID); in linkModuleFlagsMetadata()
1330 DstModFlags->setOperand(DstIndex, SrcOp); in linkModuleFlagsMetadata()
1378 DstModFlags->setOperand(DstIndex, Flag); in linkModuleFlagsMetadata()
1412 DstModFlags->setOperand(DstIndex, Flag); in linkModuleFlagsMetadata()
1431 DstModFlags->setOperand(DstIndex, Flag); in linkModuleFlagsMetadata()
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DCompiler.cpp3125 uint32_t DstIndex = 0; in VisitExtVectorElementExpr() local
3131 if (!this->emitInitElem(ElemT, DstIndex, E)) in VisitExtVectorElementExpr()
3133 ++DstIndex; in VisitExtVectorElementExpr()