Home
last modified time | relevance | path

Searched refs:IsFixed (Results 1 – 13 of 13) sorted by relevance

/external/llvm/include/llvm/Target/
DTargetCallingConv.h173 bool IsFixed; member
183 OutputArg() : IsFixed(false) {} in OutputArg()
186 : Flags(flags), IsFixed(isfixed), OrigArgIndex(origIdx), in OutputArg()
/external/llvm/lib/Target/Mips/
DMipsCCState.cpp114 CallOperandIsFixed.push_back(Outs[i].IsFixed); in PreAnalyzeCallOperands()
/external/v8/src/compiler/
Dregister-allocator.cc619 DCHECK(result->IsFixed()); in FixedLiveRangeFor()
633 DCHECK(result->IsFixed()); in FixedDoubleLiveRangeFor()
1891 if (range->IsFixed() || !range->CanBeSpilled(current->Start())) { in AllocateBlockedReg()
1911 if (range->IsFixed()) { in AllocateBlockedReg()
2020 if (range->assigned_register() == reg && !range->IsFixed()) { in SplitAndSpillIntersecting()
2047 DCHECK(!range->IsFixed()); in SplitRangeAt()
2068 DCHECK(!range->IsFixed()); in SplitBetween()
Dregister-allocator.h194 bool IsFixed() const { return id_ < 0; } in IsFixed() function
/external/v8/src/
Dlithium-allocator.cc625 DCHECK(result->IsFixed()); in FixedLiveRangeFor()
640 DCHECK(result->IsFixed()); in FixedDoubleLiveRangeFor()
1864 if (range->IsFixed() || !range->CanBeSpilled(current->Start())) { in AllocateBlockedReg()
1884 if (range->IsFixed()) { in AllocateBlockedReg()
1996 if (range->assigned_register() == reg && !range->IsFixed()) { in SplitAndSpillIntersecting()
2022 DCHECK(!range->IsFixed()); in SplitRangeAt()
2043 DCHECK(!range->IsFixed()); in SplitBetween()
Dlithium-allocator.h203 bool IsFixed() const { return id_ < 0; } in IsFixed() function
/external/clang/include/clang/AST/
DDecl.h2693 bool IsFixed : 1; variable
2986 IsFixed = Fixed; in EnumDecl()
3022 bool IsFixed);
3132 return IsFixed; in isFixed()
/external/clang/lib/AST/
DDecl.cpp3492 bool IsScopedUsingClassTag, bool IsFixed) { in Create() argument
3495 IsFixed); in Create()
/external/clang/lib/Sema/
DSemaDecl.cpp11074 bool IsFixed = !EnumUnderlyingTy.isNull(); in CheckEnumRedeclaration() local
11083 if (IsFixed && Prev->isFixed()) { in CheckEnumRedeclaration()
11095 } else if (IsFixed != Prev->isFixed()) { in CheckEnumRedeclaration()
/external/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp1017 if (Outs[VA.getValNo()].IsFixed) in fixupVariableFloatArgs()
/external/clang/lib/Serialization/
DASTReaderDecl.cpp577 ED->IsFixed = Record[Idx++]; in VisitEnumDecl()
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp2588 /*IsVarArg=*/ !Outs[i].IsFixed); in LowerCall()
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp4335 if (Outs[i].IsFixed) { in LowerCall_32SVR4()