| /openbsd/src/gnu/usr.bin/perl/dist/Exporter/t/ |
| D | Exporter.t | 238 package Exporter::for::Tied::_; 243 package Tied::_; 251 import Exporter::for::Tied::_;
|
| /openbsd/src/gnu/llvm/llvm/utils/TableGen/ |
| D | CodeGenInstruction.h | 35 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/ |
| D | MachineInstrBundle.cpp | 300 RI.Tied = true; in AnalyzeVirtRegInBundle() 306 else if (!RI.Tied && in AnalyzeVirtRegInBundle() 308 RI.Tied = true; in AnalyzeVirtRegInBundle()
|
| D | InlineSpiller.cpp | 619 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/ |
| D | IPC-Open3.t | 205 '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/ |
| D | dualvar.t | 53 package Tied;
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| D | MachineInstrBundle.h | 229 bool Tied; member
|
| /openbsd/src/gnu/llvm/clang/lib/CodeGen/ |
| D | CGOpenMPRuntime.h | 120 bool Tied = true; member 775 bool Tied, unsigned &NumberOfParts); 1713 bool Tied, unsigned &NumberOfParts) override;
|
| D | CGOpenMPRuntime.cpp | 157 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
|
| D | CGStmtOpenMP.cpp | 4678 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/ |
| D | AMDGPUDisassembler.cpp | 690 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/ |
| D | perl581delta.pod | 189 =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,
|
| D | perl5005delta.pod | 449 =head2 Tied arrays are now fully supported 453 =head2 Tied handles support is better
|
| D | perltie.pod | 1231 Tied hash/array slices cause multiple FETCH/STORE pairs, there are no 1244 Tied filehandles are still incomplete. sysopen(), truncate(),
|
| D | perl58delta.pod | 321 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
|
| D | perlsec.pod | 575 Tied hashes may have their own ordering and algorithmic complexity
|
| D | perlguts.pod | 605 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>
|
| D | perl5160delta.pod | 2484 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
|
| D | perlsub.pod | 964 See L<perl58delta/"Localising Tied Arrays and Hashes Is Broken"> for more
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| D | SIPeepholeSDWA.cpp | 1114 auto Tied = MI.getOperand(TiedIdx); in convertToSDWA() local 1116 SDWAInst.add(Tied); in convertToSDWA()
|
| D | AMDGPUInstructionSelector.cpp | 1970 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/ |
| D | OMPIRBuilder.h | 777 bool Tied = true, Value *Final = nullptr,
|
| /openbsd/src/gnu/llvm/llvm/lib/Frontend/OpenMP/ |
| D | OMPIRBuilder.cpp | 1285 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/ |
| D | RISCVInstrInfoVPseudos.td | 2162 // 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/ |
| D | todo.pod | 969 =head2 Tied filehandles and write() don't mix
|