Home
last modified time | relevance | path

Searched refs:Tied (Results 1 – 7 of 7) sorted by relevance

/external/llvm/utils/TableGen/
DCodeGenInstruction.h33 enum { None, EarlyClobber, Tied } Kind; enumerator
47 I.Kind = Tied; in getTied()
54 bool isTied() const { return Kind == Tied; } in isTied()
/external/llvm/lib/CodeGen/
DMachineInstrBundle.cpp269 RI.Tied = true; in analyzeVirtReg()
275 else if (!RI.Tied && MO.getParent()->isRegTiedToDefOperand(getOperandNo())) in analyzeVirtReg()
276 RI.Tied = true; in analyzeVirtReg()
DInlineSpiller.cpp897 if (RI.Tied) { in reMaterializeFor()
/external/llvm/include/llvm/CodeGen/
DMachineInstrBundle.h164 bool Tied; member
/external/clang/lib/CodeGen/
DCGOpenMPRuntime.h525 virtual void emitTaskCall(CodeGenFunction &CGF, SourceLocation Loc, bool Tied,
DCGStmtOpenMP.cpp1330 bool Tied = !S.getSingleClause(OMPC_untied); in EmitOMPTaskDirective() local
1347 CGM.getOpenMPRuntime().emitTaskCall(*this, S.getLocStart(), Tied, Final, in EmitOMPTaskDirective()
DCGOpenMPRuntime.cpp1556 CodeGenFunction &CGF, SourceLocation Loc, bool Tied, in emitTaskCall() argument
1586 unsigned Flags = Tied ? TiedFlag : 0; in emitTaskCall()