Searched defs:Tied (Results 1 - 5 of 5) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DMachineInstrBundle.h160 /// Tied - Uses and defs must use the same register. This can be because of
163 bool Tied; member in struct:llvm::MachineOperandIteratorBase::VirtRegInfo
/external/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h104 bool Tied = true; member in struct:clang::CodeGen::final
529 /// \param Tied true if task is generated for tied task, false otherwise.
537 bool Tied, unsigned &NumberOfParts);
H A DCGOpenMPRuntime.cpp137 UntiedTaskActionTy(bool Tied, const VarDecl *PartIDVar, argument
139 : Untied(!Tied), PartIDVar(PartIDVar), UntiedCodeGen(UntiedCodeGen) {}
865 bool Tied, unsigned &NumberOfParts) {
877 CGOpenMPTaskOutlinedRegionInfo::UntiedTaskActionTy Action(Tied, PartIDVar,
890 if (!Tied)
3777 unsigned Flags = Data.Tied ? TiedFlag : 0;
3989 if (!Data.Tied) {
861 emitTaskOutlinedFunction( const OMPExecutableDirective &D, const VarDecl *ThreadIDVar, const VarDecl *PartIDVar, const VarDecl *TaskTVar, OpenMPDirectiveKind InnermostKind, const RegionCodeGenTy &CodeGen, bool Tied, unsigned &NumberOfParts) argument
/external/llvm/utils/TableGen/
H A DCodeGenInstruction.h33 enum { None, EarlyClobber, Tied } Kind; enumerator in enum:llvm::CGIOperandList::ConstraintInfo::__anon13868
47 I.Kind = Tied;
54 bool isTied() const { return Kind == Tied; }
/external/swiftshader/third_party/LLVM/utils/TableGen/
H A DCodeGenInstruction.h33 enum { None, EarlyClobber, Tied } Kind; enumerator in enum:llvm::CGIOperandList::ConstraintInfo::__anon20411
47 I.Kind = Tied;
54 bool isTied() const { return Kind == Tied; }

Completed in 2687 milliseconds