Home
last modified time | relevance | path

Searched defs:Tied (Results 1 – 9 of 9) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstrBundle.h229 bool Tied; member
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenInstruction.h
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DInlineSpiller.cpp958 unsigned Tied = MI->findTiedOperandIdx(Idx); in foldMemoryOperand() local
973 for (auto Tied : TiedOps) in foldMemoryOperand() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIPeepholeSDWA.cpp1118 auto Tied = MI.getOperand(TiedIdx); convertToSDWA() local
H A DAMDGPUInstructionSelector.cpp2060 Register Tied = MRI->cloneVirtualRegister(VDataOut); selectImageIntrinsic() local
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h120 bool Tied = true; member
H A DCGOpenMPRuntime.cpp158 UntiedTaskActionTy(bool Tied,const VarDecl * PartIDVar,const RegionCodeGenTy & UntiedCodeGen) UntiedTaskActionTy() argument
1285 emitTaskOutlinedFunction(const OMPExecutableDirective & D,const VarDecl * ThreadIDVar,const VarDecl * PartIDVar,const VarDecl * TaskTVar,OpenMPDirectiveKind InnermostKind,const RegionCodeGenTy & CodeGen,bool Tied,unsigned & NumberOfParts) emitTaskOutlinedFunction() argument
11934 emitTaskOutlinedFunction(const OMPExecutableDirective & D,const VarDecl * ThreadIDVar,const VarDecl * PartIDVar,const VarDecl * TaskTVar,OpenMPDirectiveKind InnermostKind,const RegionCodeGenTy & CodeGen,bool Tied,unsigned & NumberOfParts) emitTaskOutlinedFunction() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/Disassembler/
H A DAMDGPUDisassembler.cpp818 int Tied = MCII->get(MI.getOpcode()).getOperandConstraint(VDstIn_Idx, getInstruction() local
/freebsd-src/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp1650 createTask(const LocationDescription & Loc,InsertPointTy AllocaIP,BodyGenCallbackTy BodyGenCB,bool Tied,Value * Final,Value * IfCondition,SmallVector<DependData> Dependencies) createTask() argument