Searched defs:Tied (Results 1 – 9 of 9) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | MachineInstrBundle.h | 229 bool Tied; member
|
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | CodeGenInstruction.h |
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | InlineSpiller.cpp | 958 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 D | SIPeepholeSDWA.cpp | 1118 auto Tied = MI.getOperand(TiedIdx); convertToSDWA() local
|
H A D | AMDGPUInstructionSelector.cpp | 2060 Register Tied = MRI->cloneVirtualRegister(VDataOut); selectImageIntrinsic() local
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGOpenMPRuntime.h | 120 bool Tied = true; member
|
H A D | CGOpenMPRuntime.cpp | 158 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 D | AMDGPUDisassembler.cpp | 818 int Tied = MCII->get(MI.getOpcode()).getOperandConstraint(VDstIn_Idx, getInstruction() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
H A D | OMPIRBuilder.cpp | 1650 createTask(const LocationDescription & Loc,InsertPointTy AllocaIP,BodyGenCallbackTy BodyGenCB,bool Tied,Value * Final,Value * IfCondition,SmallVector<DependData> Dependencies) createTask() argument
|