Home
last modified time | relevance | path

Searched refs:Tied (Results 1 – 25 of 34) sorted by relevance

12

/openbsd/src/gnu/usr.bin/perl/dist/Exporter/t/
DExporter.t238 package Exporter::for::Tied::_;
243 package Tied::_;
251 import Exporter::for::Tied::_;
/openbsd/src/gnu/llvm/llvm/utils/TableGen/
DCodeGenInstruction.h35 enum { None, EarlyClobber, Tied } Kind = None; enumerator
50 I.Kind = Tied; in getTied()
57 bool isTied() const { return Kind == Tied; } in isTied()
67 if (Kind == Tied && OtherTiedOperand != RHS.OtherTiedOperand)
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DMachineInstrBundle.cpp300 RI.Tied = true; in AnalyzeVirtRegInBundle()
306 else if (!RI.Tied && in AnalyzeVirtRegInBundle()
308 RI.Tied = true; in AnalyzeVirtRegInBundle()
DInlineSpiller.cpp619 if (RI.Tied) { in reMaterializeFor()
889 unsigned Tied = MI->findTiedOperandIdx(Idx); in foldMemoryOperand() local
891 TiedOps.emplace_back(Tied, Idx); in foldMemoryOperand()
894 TiedOps.emplace_back(Idx, Tied); in foldMemoryOperand()
904 for (auto Tied : TiedOps) in foldMemoryOperand() local
905 MI->tieOperands(Tied.first, Tied.second); in foldMemoryOperand()
/openbsd/src/gnu/usr.bin/perl/ext/IPC-Open3/t/
DIPC-Open3.t205 'dieing inside Tied arg propagates correctly') or do {waitpid $pid, 0};
247 tie $handle, 'My::Tied::FH';
/openbsd/src/gnu/usr.bin/perl/cpan/Scalar-List-Utils/t/
Ddualvar.t53 package Tied;
/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DMachineInstrBundle.h229 bool Tied; member
/openbsd/src/gnu/llvm/clang/lib/CodeGen/
DCGOpenMPRuntime.h120 bool Tied = true; member
775 bool Tied, unsigned &NumberOfParts);
1713 bool Tied, unsigned &NumberOfParts) override;
DCGOpenMPRuntime.cpp157 UntiedTaskActionTy(bool Tied, const VarDecl *PartIDVar, in UntiedTaskActionTy() argument
159 : Untied(!Tied), PartIDVar(PartIDVar), UntiedCodeGen(UntiedCodeGen) {} in UntiedTaskActionTy()
1285 bool Tied, unsigned &NumberOfParts) { in emitTaskOutlinedFunction() argument
1299 CGOpenMPTaskOutlinedRegionInfo::UntiedTaskActionTy Action(Tied, PartIDVar, in emitTaskOutlinedFunction()
1323 if (!Tied) in emitTaskOutlinedFunction()
3918 unsigned Flags = Data.Tied ? TiedFlag : 0; in emitTaskInit()
4740 if (!Data.Tied) { in emitTaskCall()
12393 bool Tied, unsigned &NumberOfParts) { in emitTaskOutlinedFunction() argument
DCGStmtOpenMP.cpp4678 if (!Data.Tied) { in EmitOMPTaskBasedDirective()
4948 S, *I, *PartId, *TaskT, S.getDirectiveKind(), CodeGen, Data.Tied, in EmitOMPTaskBasedDirective()
5229 Data.Tied = !S.getSingleClause<OMPUntiedClause>(); in EmitOMPTaskDirective()
7535 Data.Tied = true; in EmitOMPTaskLoopBasedDirective()
/openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/Disassembler/
DAMDGPUDisassembler.cpp690 int Tied = MCII->get(MI.getOpcode()).getOperandConstraint(VDstIn_Idx, in getInstruction() local
692 if (Tied != -1 && (MI.getNumOperands() <= (unsigned)VDstIn_Idx || in getInstruction()
694 MI.getOperand(VDstIn_Idx).getReg() != MI.getOperand(Tied).getReg())) { in getInstruction()
698 MCOperand::createReg(MI.getOperand(Tied).getReg()), in getInstruction()
/openbsd/src/gnu/usr.bin/perl/pod/
Dperl581delta.pod189 =head2 Tied Arrays with Negative Array Indices
611 Tied methods like FETCH etc. may now safely access tied values, i.e.
795 =head2 New "Tied variable freed while still in use"
891 =head2 Tied hashes in scalar context
893 Tied hashes do not currently return anything useful in scalar context,
Dperl5005delta.pod449 =head2 Tied arrays are now fully supported
453 =head2 Tied handles support is better
Dperltie.pod1231 Tied hash/array slices cause multiple FETCH/STORE pairs, there are no
1244 Tied filehandles are still incomplete. sysopen(), truncate(),
Dperl58delta.pod321 behaviour. See L</"Localising Tied Arrays and Hashes Is Broken">.
718 Tied hash interfaces are now required to have the EXISTS and DELETE
3158 =head2 Localising Tied Arrays and Hashes Is Broken
3287 =head2 Tied/Magical Array/Hash Elements Do Not Autovivify
Dperlsec.pod575 Tied hashes may have their own ordering and algorithmic complexity
Dperlguts.pod605 See L</Understanding the Magic of Tied Hashes and Arrays> for more
732 See L</Understanding the Magic of Tied Hashes and Arrays> for more
1541 P PERL_MAGIC_tied vtbl_pack Tied array or hash
1542 p PERL_MAGIC_tiedelem vtbl_packelem Tied array or hash element
1543 q PERL_MAGIC_tiedscalar vtbl_packelem Tied scalar or handle
1735 =head2 Understanding the Magic of Tied Hashes and Arrays
1737 Tied hashes and arrays are magical beasts of the C<PERL_MAGIC_tied>
Dperl5160delta.pod2484 Tied arrays are now always C<AvREAL>. If C<@_> or C<DB::args> is tied, it
3487 Tied (and otherwise magical) variables are no longer exempt from the
3586 =head2 Tied variables
Dperlsub.pod964 See L<perl58delta/"Localising Tied Arrays and Hashes Is Broken"> for more
/openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/
DSIPeepholeSDWA.cpp1114 auto Tied = MI.getOperand(TiedIdx); in convertToSDWA() local
1116 SDWAInst.add(Tied); in convertToSDWA()
DAMDGPUInstructionSelector.cpp1970 Register Tied = MRI->cloneVirtualRegister(VDataOut); in selectImageIntrinsic() local
1974 auto Parts = TRI.getRegSplitParts(MRI->getRegClass(Tied), 4); in selectImageIntrinsic()
1979 BuildMI(*MBB, *MIB, DL, TII.get(AMDGPU::REG_SEQUENCE), Tied); in selectImageIntrinsic()
1988 BuildMI(*MBB, *MIB, DL, TII.get(AMDGPU::REG_SEQUENCE), Tied); in selectImageIntrinsic()
1993 MIB.addReg(Tied, RegState::Implicit); in selectImageIntrinsic()
/openbsd/src/gnu/llvm/llvm/include/llvm/Frontend/OpenMP/
DOMPIRBuilder.h777 bool Tied = true, Value *Final = nullptr,
/openbsd/src/gnu/llvm/llvm/lib/Frontend/OpenMP/
DOMPIRBuilder.cpp1285 bool Tied, Value *Final, Value *IfCondition, in createTask() argument
1318 OI.PostOutlineCB = [this, Ident, Tied, Final, IfCondition, in createTask()
1366 Value *Flags = Builder.getInt32(Tied); in createTask()
/openbsd/src/gnu/llvm/llvm/lib/Target/RISCV/
DRISCVInstrInfoVPseudos.td2162 // Tied version to allow codegen control over the tail elements
2866 // Tied versions to allow codegen control over the tail elements
2891 // Tied versions to allow codegen control over the tail elements
2913 // Tied versions to allow codegen control over the tail elements
/openbsd/src/gnu/usr.bin/perl/Porting/
Dtodo.pod969 =head2 Tied filehandles and write() don't mix

12