Searched defs:Tied (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | MachineInstrBundle.h | 229 bool Tied; member
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/ |
H A D | CodeGenInstruction.h | 32 enum { None, EarlyClobber, Tied } Kind = None; enumerator
|
/freebsd/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/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIPeepholeSDWA.cpp | 1161 auto Tied = MI.getOperand(TiedIdx); in convertToSDWA() local
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGOpenMPRuntime.h | 120 bool Tied = true; member
|
H A D | CGOpenMPRuntime.cpp | 160 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 D | AMDGPUDisassembler.cpp | 728 int Tied = MCII->get(MI.getOpcode()).getOperandConstraint(VDstIn_Idx, in getInstruction() local
|
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
H A D | OMPIRBuilder.cpp | 1781 bool Tied, Value *Final, Value *IfCondition, in createTask()
|