Searched refs:Tied (Results 1 – 7 of 7) sorted by relevance
/external/llvm/utils/TableGen/ |
D | CodeGenInstruction.h | 33 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/ |
D | MachineInstrBundle.cpp | 269 RI.Tied = true; in analyzeVirtReg() 275 else if (!RI.Tied && MO.getParent()->isRegTiedToDefOperand(getOperandNo())) in analyzeVirtReg() 276 RI.Tied = true; in analyzeVirtReg()
|
D | InlineSpiller.cpp | 897 if (RI.Tied) { in reMaterializeFor()
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineInstrBundle.h | 164 bool Tied; member
|
/external/clang/lib/CodeGen/ |
D | CGOpenMPRuntime.h | 525 virtual void emitTaskCall(CodeGenFunction &CGF, SourceLocation Loc, bool Tied,
|
D | CGStmtOpenMP.cpp | 1330 bool Tied = !S.getSingleClause(OMPC_untied); in EmitOMPTaskDirective() local 1347 CGM.getOpenMPRuntime().emitTaskCall(*this, S.getLocStart(), Tied, Final, in EmitOMPTaskDirective()
|
D | CGOpenMPRuntime.cpp | 1556 CodeGenFunction &CGF, SourceLocation Loc, bool Tied, in emitTaskCall() argument 1586 unsigned Flags = Tied ? TiedFlag : 0; in emitTaskCall()
|