Home
last modified time | relevance | path

Searched refs:isFixed (Results 1 – 25 of 28) sorted by relevance

12

/external/llvm/lib/Target/Sparc/
DSparcFrameLowering.cpp250 bool isFixed = MFI->isFixedObjectIndex(FI); in getFrameIndexReference() local
263 } else if (isFixed) { in getFrameIndexReference()
/external/llvm/lib/Target/AArch64/
DAArch64FrameLowering.cpp799 bool isFixed = MFI->isFixedObjectIndex(FI); in resolveFrameIndexReference() local
811 if (isFixed) { in resolveFrameIndexReference()
830 assert((isFixed || !RegInfo->needsStackRealignment(MF) || !UseFP) && in resolveFrameIndexReference()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMFrameLowering.cpp473 bool isFixed = MFI->isFixedObjectIndex(FI); in ResolveFrameIndexReference() local
488 if (isFixed) { in ResolveFrameIndexReference()
503 if (isFixed || (MFI->hasVarSizedObjects() && in ResolveFrameIndexReference()
/external/llvm/lib/Target/X86/
DX86FloatingPoint.cpp115 bool isFixed() const { return !Mask || FixCount; } in isFixed() function
479 assert(Bundle.isFixed() && "Reached block before any predecessors"); in setupBlockStack()
524 if (Bundle.isFixed()) { in finishBlockStack()
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86FloatingPoint.cpp104 bool isFixed() const { return !Mask || FixCount; } in isFixed() function
509 assert(Bundle.isFixed() && "Reached block before any predecessors"); in setupBlockStack()
554 if (Bundle.isFixed()) { in finishBlockStack()
/external/clang/lib/CodeGen/
DCodeGenTypes.cpp591 if (ED->isCompleteDefinition() || ED->isFixed()) in ConvertType()
DCGDebugInfo.cpp2252 ED->isFixed() ? getOrCreateType(ED->getIntegerType(), DefUnit) : nullptr; in CreateTypeDefinition()
DCGExpr.cpp1223 ET && !ET->getDecl()->isFixed(); in getRangeForType()
/external/llvm/lib/Target/ARM/
DARMFrameLowering.cpp820 bool isFixed = MFI->isFixedObjectIndex(FI); in ResolveFrameIndexReference() local
833 if (isFixed) { in ResolveFrameIndexReference()
848 if (isFixed || (hasMovingSP && !RegInfo->hasBasePointer(MF))) { in ResolveFrameIndexReference()
/external/caliper/lib/
Djoda-time-2.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/joda/ org/ ...
/external/clang/lib/Sema/
DSemaDecl.cpp12019 if (IsFixed && Prev->isFixed()) { in CheckEnumRedeclaration()
12031 } else if (IsFixed && !Prev->isFixed() && EnumUnderlyingIsImplicit) { in CheckEnumRedeclaration()
12033 } else if (!IsFixed && Prev->isFixed() && !Prev->getIntegerTypeSourceInfo()) { in CheckEnumRedeclaration()
12035 } else if (IsFixed != Prev->isFixed()) { in CheckEnumRedeclaration()
12037 << Prev->isFixed(); in CheckEnumRedeclaration()
12918 cast<EnumDecl>(New)->isFixed()) { in ActOnTag()
14325 if (getLangOpts().CPlusPlus11 && Enum->isFixed() && in CheckEnumConstant()
14343 if (Enum->isFixed()) { in CheckEnumConstant()
14401 if (Enum->isFixed()) { in CheckEnumConstant()
14426 if (T.isNull() || Enum->isFixed()) { in CheckEnumConstant()
[all …]
DSemaTemplateInstantiateDecl.cpp897 D->isScopedUsingClassTag(), D->isFixed()); in VisitEnumDecl()
898 if (D->isFixed()) { in VisitEnumDecl()
DSemaType.cpp6867 if (OnlyNeedComplete && ED->isFixed()) { in hasVisibleDefinition()
DSemaExprCXX.cpp3468 assert(FromType->castAs<EnumType>()->getDecl()->isFixed() && in PerformImplicitConversion()
DSemaInit.cpp3869 ET && ET->getDecl()->isFixed() && in TryListInitialization()
/external/clang/include/clang/AST/
DDecl.h3199 bool isFixed() const { in isFixed() function
3205 return isCompleteDefinition() || isFixed(); in isComplete()
/external/clang/lib/AST/
DDeclPrinter.cpp411 if (D->isFixed()) in VisitEnumDecl()
DASTDumper.cpp1092 if (D->isFixed()) in VisitEnumDecl()
DType.cpp1908 if (EnumD->isFixed()) in isIncompleteType()
DASTImporter.cpp2693 D->isFixed()); in VisitEnumDecl()
/external/deqp/modules/gles31/functional/
Des31fTextureBorderClampTests.cpp1515 …const bool isFixed = m_channelClass == tcu::TEXTURECHANNELCLASS_SIGNED_FIXED_POINT || m_chan… in init() local
1614 else if (isFixed) in init()
/external/robolectric/v3/libs/
Dsqlite4java-0.282.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/almworks/ com/ ...
/external/deqp/framework/common/
DtcuTexture.cpp1642 const bool isFixed = channelClass == tcu::TEXTURECHANNELCLASS_SIGNED_FIXED_POINT || in lookupBorder() local
1647 if (isFloat || isFixed) in lookupBorder()
/external/clang/lib/Serialization/
DASTWriterDecl.cpp426 Record.push_back(D->isFixed()); in VisitEnumDecl()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.ui.forms_3.5.2.r36_v20100702.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...

12