/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/ |
H A D | CodeGenInstruction.h | 33 enum { None, EarlyClobber, Tied } Kind = None; enumerator 48 I.Kind = Tied; in getTied() 55 bool isTied() const { return Kind == Tied; } in isTied() 65 if (Kind == Tied && OtherTiedOperand != RHS.OtherTiedOperand)
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | MachineInstrBundle.cpp | 295 RI.Tied = true; in AnalyzeVirtRegInBundle() 301 else if (!RI.Tied && in AnalyzeVirtRegInBundle() 303 RI.Tied = true; in AnalyzeVirtRegInBundle()
|
H A D | InlineSpiller.cpp | 614 if (RI.Tied) { in reMaterializeFor() 883 unsigned Tied = MI->findTiedOperandIdx(Idx); in foldMemoryOperand() local 885 TiedOps.emplace_back(Tied, Idx); in foldMemoryOperand() 888 TiedOps.emplace_back(Idx, Tied); in foldMemoryOperand() 898 for (auto Tied : TiedOps) in foldMemoryOperand() local 899 MI->tieOperands(Tied.first, Tied.second); in foldMemoryOperand()
|
/netbsd-src/sys/arch/hp300/DOC/ |
H A D | HPMMU.notes | 83 bit 6: MC68881 enable. Tied to chip enable line. 85 bit 5: MC68020 instruction cache enable. Tied to Instruction
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | MachineInstrBundle.h | 229 bool Tied; member
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/Disassembler/ |
H A D | AMDGPUDisassembler.cpp | 616 int Tied = MCII->get(MI.getOpcode()).getOperandConstraint(VDstIn_Idx, in getInstruction() local 618 if (Tied != -1 && (MI.getNumOperands() <= (unsigned)VDstIn_Idx || in getInstruction() 620 MI.getOperand(VDstIn_Idx).getReg() != MI.getOperand(Tied).getReg())) { in getInstruction() 624 MCOperand::createReg(MI.getOperand(Tied).getReg()), in getInstruction()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGOpenMPRuntime.h | 122 bool Tied = true; member 976 bool Tied, unsigned &NumberOfParts); 1960 bool Tied, unsigned &NumberOfParts) override;
|
H A D | CGOpenMPRuntime.cpp | 153 UntiedTaskActionTy(bool Tied, const VarDecl *PartIDVar, in UntiedTaskActionTy() argument 155 : Untied(!Tied), PartIDVar(PartIDVar), UntiedCodeGen(UntiedCodeGen) {} in UntiedTaskActionTy() 1306 bool Tied, unsigned &NumberOfParts) { in emitTaskOutlinedFunction() argument 1320 CGOpenMPTaskOutlinedRegionInfo::UntiedTaskActionTy Action(Tied, PartIDVar, in emitTaskOutlinedFunction() 1344 if (!Tied) in emitTaskOutlinedFunction() 4301 unsigned Flags = Data.Tied ? TiedFlag : 0; in emitTaskInit() 5151 if (!Data.Tied) { in emitTaskCall() 12605 bool Tied, unsigned &NumberOfParts) { in emitTaskOutlinedFunction() argument
|
H A D | CGStmtOpenMP.cpp | 4335 if (!Data.Tied) { in EmitOMPTaskBasedDirective() 4545 S, *I, *PartId, *TaskT, S.getDirectiveKind(), CodeGen, Data.Tied, in EmitOMPTaskBasedDirective() 4737 Data.Tied = !S.getSingleClause<OMPUntiedClause>(); in EmitOMPTaskDirective() 6847 Data.Tied = true; in EmitOMPTaskLoopBasedDirective()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
H A D | SIPeepholeSDWA.cpp | 1124 auto Tied = MI.getOperand(TiedIdx); in convertToSDWA() local 1126 SDWAInst.add(Tied); in convertToSDWA()
|
H A D | AMDGPUInstructionSelector.cpp | 1700 Register Tied = MRI->cloneVirtualRegister(VDataOut); in selectImageIntrinsic() local 1704 auto Parts = TRI.getRegSplitParts(MRI->getRegClass(Tied), 4); in selectImageIntrinsic() 1709 BuildMI(*MBB, *MIB, DL, TII.get(AMDGPU::REG_SEQUENCE), Tied); in selectImageIntrinsic() 1718 BuildMI(*MBB, *MIB, DL, TII.get(AMDGPU::REG_SEQUENCE), Tied); in selectImageIntrinsic() 1723 MIB.addReg(Tied, RegState::Implicit); in selectImageIntrinsic()
|
/netbsd-src/games/fortune/datfiles/ |
H A D | limerick-o.real | 807 Tied her infantine charge to a kite; 2960 Tied the hairs in a knot
|
H A D | fortunes2-o.real | 5469 Tied a sizeable rock,
|
/netbsd-src/external/gpl2/xcvs/dist/src/ |
H A D | ChangeLog-9395 | 2174 * client.c (change_mode): Tied consecutive if statements testing
|
/netbsd-src/external/gpl3/binutils/dist/binutils/po/ |
H A D | fi.po | 6510 msgstr " Koko KokonaisKoko Liput Link Tied. Tasaus\n"
|
/netbsd-src/external/gpl3/binutils.old/dist/binutils/po/ |
H A D | fi.po | 6510 msgstr " Koko KokonaisKoko Liput Link Tied. Tasaus\n"
|
/netbsd-src/external/gpl2/texinfo/dist/doc/ |
H A D | texinfo.txi | 11216 @cindex Tied space
|
/netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
H A D | LangRef.rst | 4367 string. Tied inputs still consume an argument from the call instruction, and
|