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

/external/llvm/utils/TableGen/
H A DCodeGenInstruction.h33 enum { None, EarlyClobber, Tied } Kind; enumerator in enum:llvm::CGIOperandList::ConstraintInfo::__anon11347
47 I.Kind = Tied;
54 bool isTied() const { return Kind == Tied; }
/external/llvm/lib/CodeGen/
H A DMachineInstrBundle.cpp269 RI.Tied = true;
275 else if (!RI.Tied && MO.getParent()->isRegTiedToDefOperand(getOperandNo()))
276 RI.Tied = true;
H A DInlineSpiller.cpp897 if (RI.Tied) {
1114 // Tied use operands should not be passed to foldMemoryOperand.
/external/llvm/include/llvm/CodeGen/
H A DMachineInstrBundle.h161 /// Tied - Uses and defs must use the same register. This can be because of
164 bool Tied; member in struct:llvm::MachineOperandIteratorBase::VirtRegInfo
/external/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h514 /// \param Tied true if the task is tied (the task is tied to the thread that
525 virtual void emitTaskCall(CodeGenFunction &CGF, SourceLocation Loc, bool Tied,
H A DCGStmtOpenMP.cpp1330 bool Tied = !S.getSingleClause(OMPC_untied); local
1347 CGM.getOpenMPRuntime().emitTaskCall(*this, S.getLocStart(), Tied, Final,
H A DCGOpenMPRuntime.cpp1556 CodeGenFunction &CGF, SourceLocation Loc, bool Tied,
1586 unsigned Flags = Tied ? TiedFlag : 0;
1555 emitTaskCall( CodeGenFunction &CGF, SourceLocation Loc, bool Tied, llvm::PointerIntPair<llvm::Value *, 1, bool> Final, llvm::Value *TaskFunction, QualType SharedsTy, llvm::Value *Shareds) argument

Completed in 920 milliseconds