Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstrBundle.h229 bool Tied; member
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenInstruction.h32 enum { None, EarlyClobber, Tied } Kind = None; enumerator
/freebsd/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/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIPeepholeSDWA.cpp1161 auto Tied = MI.getOperand(TiedIdx); in convertToSDWA() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h120 bool Tied = true; member
H A DCGOpenMPRuntime.cpp160 UntiedTaskActionTy(bool Tied, const VarDecl *PartIDVar, in UntiedTaskActionTy()
1287 bool Tied, unsigned &NumberOfParts) { in emitTaskOutlinedFunction()
11964 bool Tied, unsigned &NumberOfParts) { in emitTaskOutlinedFunction()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Disassembler/
H A DAMDGPUDisassembler.cpp728 int Tied = MCII->get(MI.getOpcode()).getOperandConstraint(VDstIn_Idx, in getInstruction() local
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp1781 bool Tied, Value *Final, Value *IfCondition, in createTask()