Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DSwitchLoweringUtils.cpp171 unsigned DstIndex = 0; in findJumpTables() local
175 assert(DstIndex <= First); in findJumpTables()
181 Clusters[DstIndex++] = JTCluster; in findJumpTables()
184 std::memmove(&Clusters[DstIndex++], &Clusters[I], sizeof(Clusters[I])); in findJumpTables()
187 Clusters.resize(DstIndex); in findJumpTables()
345 unsigned DstIndex = 0; in findBitTestClusters() local
349 assert(DstIndex <= First); in findBitTestClusters()
353 Clusters[DstIndex++] = BitTestCluster; in findBitTestClusters()
356 std::memmove(&Clusters[DstIndex], &Clusters[First], in findBitTestClusters()
358 DstIndex += NumClusters; in findBitTestClusters()
[all …]
/openbsd/src/gnu/llvm/compiler-rt/lib/profile/
DInstrProfilingMergeFile.c26 unsigned I, S, V, DstIndex = 0; in lprofMergeValueProfData() local
36 DstIndex, VData[SrcIndex].Count); in lprofMergeValueProfData()
39 ++DstIndex; in lprofMergeValueProfData()
/openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/
DR600MachineScheduler.cpp349 int DstIndex = TII->getOperandIdx(MI->getOpcode(), R600::OpName::dst); in AssignSlot() local
350 if (DstIndex == -1) { in AssignSlot()
353 Register DestReg = MI->getOperand(DstIndex).getReg(); in AssignSlot()
DAMDGPULegalizerInfo.cpp2970 [&](MutableArrayRef<Register> LocalAccum, unsigned DstIndex, Carry &CarryIn) in buildMultiply()
2972 assert((DstIndex + 1 < Accum.size() && LocalAccum.size() == 2) || in buildMultiply()
2973 (DstIndex + 1 >= Accum.size() && LocalAccum.size() == 1)); in buildMultiply()
2983 unsigned j1 = DstIndex - j0; in buildMultiply()
2998 } while (j0 <= DstIndex && (!UsePartialMad64_32 || !CarryIn.empty())); in buildMultiply()
3002 if (j0 <= DstIndex) { in buildMultiply()
3024 unsigned j1 = DstIndex - j0; in buildMultiply()
3032 } while (j0 <= DstIndex); in buildMultiply()
/openbsd/src/gnu/llvm/llvm/utils/TableGen/
DFastISelEmitter.cpp539 unsigned DstIndex = 0; in collectPatterns() local
543 if (DstIndex >= Dst->getNumChildren() || in collectPatterns()
544 Dst->getChild(DstIndex)->getName() != in collectPatterns()
549 ++DstIndex; in collectPatterns()
555 if (Op->getName() != "EXTRACT_SUBREG" && DstIndex < Dst->getNumChildren()) in collectPatterns()
/openbsd/src/gnu/llvm/llvm/lib/Linker/
DIRMover.cpp1317 unsigned DstIndex; in linkModuleFlagsMetadata() local
1318 std::tie(DstOp, DstIndex) = Flags.lookup(ID); in linkModuleFlagsMetadata()
1349 DstModFlags->setOperand(DstIndex, SrcOp); in linkModuleFlagsMetadata()
1397 DstModFlags->setOperand(DstIndex, Flag); in linkModuleFlagsMetadata()
1431 DstModFlags->setOperand(DstIndex, Flag); in linkModuleFlagsMetadata()
1450 DstModFlags->setOperand(DstIndex, Flag); in linkModuleFlagsMetadata()
/openbsd/src/gnu/usr.bin/binutils-2.17/cpu/
Dm32c.cpu2200 (dnop DstIndex "Destination Index for the next insn" (SEM-ONLY MACH32 m32c-isa) h-dst-index f-nil)
7991 (define-pmacro (indexb-sem mode d) (set SrcIndex d) (set DstIndex d))
7992 (define-pmacro (indexbd-sem mode d) (set SrcIndex (const 0)) (set DstIndex d))
7993 (define-pmacro (indexbs-sem mode d) (set SrcIndex d) (set DstIndex (const 0)))
7995 (set SrcIndex (sll d (const 2))) (set DstIndex (sll d (const 2))))
7997 (set SrcIndex (const 0)) (set DstIndex (sll d (const 2))))
7999 (set SrcIndex (sll d (const 2))) (set DstIndex (const 0)))
8001 (set SrcIndex d) (set DstIndex (sll d (const 2))))
8003 (set SrcIndex (const 0)) (set DstIndex (sll d (const 2))))
8005 (set SrcIndex (sll d (const 2))) (set DstIndex (const 0)))
/openbsd/src/gnu/llvm/llvm/docs/
DWritingAnLLVMBackend.rst964 int DstIndex = SP::getNamedOperandIdx(SP::XNORrr, SP::OpName::dst); // => 0