Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineInstrBundle.h229 bool Tied; member
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DInlineSpiller.cpp889 unsigned Tied = MI->findTiedOperandIdx(Idx); in foldMemoryOperand() local
904 for (auto Tied : TiedOps) in foldMemoryOperand() local
/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DCodeGenInstruction.h35 enum { None, EarlyClobber, Tied } Kind = None; enumerator
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIPeepholeSDWA.cpp1114 auto Tied = MI.getOperand(TiedIdx); in convertToSDWA() local
H A DAMDGPUInstructionSelector.cpp1970 Register Tied = MRI->cloneVirtualRegister(VDataOut); in selectImageIntrinsic() local
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h120 bool Tied = true; member
H A DCGOpenMPRuntime.cpp157 UntiedTaskActionTy(bool Tied, const VarDecl *PartIDVar, in UntiedTaskActionTy()
1285 bool Tied, unsigned &NumberOfParts) { in emitTaskOutlinedFunction()
12393 bool Tied, unsigned &NumberOfParts) { in emitTaskOutlinedFunction()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/Disassembler/
H A DAMDGPUDisassembler.cpp690 int Tied = MCII->get(MI.getOpcode()).getOperandConstraint(VDstIn_Idx, in getInstruction() local
/openbsd-src/gnu/llvm/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp1285 bool Tied, Value *Final, Value *IfCondition, in createTask()