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

/external/llvm/utils/TableGen/
H A DCodeGenInstruction.h34 enum { None, EarlyClobber, Tied } Kind; enumerator in enum:llvm::CGIOperandList::ConstraintInfo::__anon13275
48 I.Kind = Tied;
55 bool isTied() const { return Kind == Tied; }
/external/llvm/lib/CodeGen/
H A DMachineInstrBundle.cpp280 RI.Tied = true;
286 else if (!RI.Tied && MO.getParent()->isRegTiedToDefOperand(getOperandNo()))
287 RI.Tied = true;
H A DInlineSpiller.cpp897 if (RI.Tied) {
1115 // 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.h631 /// \param Tied true if the task is tied (the task is tied to the thread that
659 bool Tied, llvm::PointerIntPair<llvm::Value *, 1, bool> Final,
H A DCGOpenMPRuntime.cpp2281 bool Tied, llvm::PointerIntPair<llvm::Value *, 1, bool> Final,
2366 unsigned Flags = Tied ? TiedFlag : 0;
2279 emitTaskCall( CodeGenFunction &CGF, SourceLocation Loc, const OMPExecutableDirective &D, bool Tied, llvm::PointerIntPair<llvm::Value *, 1, bool> Final, llvm::Value *TaskFunction, QualType SharedsTy, Address Shareds, const Expr *IfCond, ArrayRef<const Expr *> PrivateVars, ArrayRef<const Expr *> PrivateCopies, ArrayRef<const Expr *> FirstprivateVars, ArrayRef<const Expr *> FirstprivateCopies, ArrayRef<const Expr *> FirstprivateInits, ArrayRef<std::pair<OpenMPDependClauseKind, const Expr *>> Dependences) argument
H A DCGStmtOpenMP.cpp1994 bool Tied = !S.getSingleClause<OMPUntiedClause>(); local
2020 *this, S.getLocStart(), S, Tied, Final, OutlinedFn, SharedsTy,
/external/libgdx/backends/gdx-backend-moe/libs/
H A Dintel-moe-ios.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE com/ com/intel/ com/intel/moe/ com/intel/moe/ ...

Completed in 253 milliseconds