Searched refs:Tied (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenInstruction.h32 enum { None, EarlyClobber, Tied } Kind = None; enumerator in enum:llvm::CGIOperandList::ConstraintInfo::__anon2907
47 I.Kind = Tied;
54 bool isTied() const { return Kind == Tied; }
64 if (Kind == Tied && OtherTiedOperand != RHS.OtherTiedOperand)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineInstrBundle.cpp298 RI.Tied = true;
304 else if (!RI.Tied &&
306 RI.Tied = true;
H A DInlineSpiller.cpp581 if (RI.Tied) {
824 // Tied use operands should not be passed to foldMemoryOperand.
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstrBundle.h226 /// Tied - Uses and defs must use the same register. This can be because of
229 bool Tied; member in struct:llvm::VirtRegInfo
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/Disassembler/
H A DAMDGPUDisassembler.cpp402 int Tied = MCII->get(MI.getOpcode()).getOperandConstraint(VDstIn_Idx, local
404 if (Tied != -1 && (MI.getNumOperands() <= (unsigned)VDstIn_Idx ||
406 MI.getOperand(VDstIn_Idx).getReg() != MI.getOperand(Tied).getReg())) {
410 MCOperand::createReg(MI.getOperand(Tied).getReg()),
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h110 bool Tied = true; member in struct:clang::CodeGen::final
900 /// \param Tied true if task is generated for tied task, false otherwise.
908 bool Tied, unsigned &NumberOfParts);
1771 /// \param Tied true if task is generated for tied task, false otherwise.
1779 bool Tied, unsigned &NumberOfParts) override;
H A DCGOpenMPRuntime.cpp146 UntiedTaskActionTy(bool Tied, const VarDecl *PartIDVar, argument
148 : Untied(!Tied), PartIDVar(PartIDVar), UntiedCodeGen(UntiedCodeGen) {}
1542 bool Tied, unsigned &NumberOfParts) {
1554 CGOpenMPTaskOutlinedRegionInfo::UntiedTaskActionTy Action(Tied, PartIDVar,
1570 if (!Tied)
5051 unsigned Flags = Data.Tied ? TiedFlag : 0;
5288 if (!Data.Tied) {
11622 bool Tied, unsigned &NumberOfParts) {
1538 emitTaskOutlinedFunction( const OMPExecutableDirective &D, const VarDecl *ThreadIDVar, const VarDecl *PartIDVar, const VarDecl *TaskTVar, OpenMPDirectiveKind InnermostKind, const RegionCodeGenTy &CodeGen, bool Tied, unsigned &NumberOfParts) argument
H A DCGStmtOpenMP.cpp3358 S, *I, *PartId, *TaskT, S.getDirectiveKind(), CodeGen, Data.Tied,
3502 S, *I, *PartId, *TaskT, S.getDirectiveKind(), CodeGen, /*Tied=*/true,
3529 Data.Tied = !S.getSingleClause<OMPUntiedClause>();
5240 Data.Tied = true;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIPeepholeSDWA.cpp1137 auto Tied = MI.getOperand(TiedIdx); local
1139 SDWAInst.add(Tied);

Completed in 170 milliseconds