/external/llvm/include/llvm/Target/ |
D | TargetCallingConv.h | 174 bool IsFixed; member 184 OutputArg() : IsFixed(false) {} in OutputArg() 187 : Flags(flags), IsFixed(isfixed), OrigArgIndex(origIdx), in OutputArg()
|
/external/autotest/client/site_tests/hardware_SsdDetection/ |
D | hardware_SsdDetection.py | 29 def IsFixed(dev): function 37 if len(dev) != 1 or not IsFixed(dev[0]):
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZCallingConv.h | 63 ArgIsFixed.push_back(Outs[i].IsFixed); in AnalyzeCallOperands() 78 bool IsFixed(unsigned ValNo) { return ArgIsFixed[ValNo]; } in IsFixed() function
|
D | SystemZCallingConv.td | 22 : CCIf<"static_cast<SystemZCCState *>(&State)->IsFixed(ValNo)", A>;
|
/external/llvm/lib/CodeGen/ |
D | MIRPrinter.cpp | 45 bool IsFixed; member 47 FrameIndexOperand(StringRef Name, unsigned ID, bool IsFixed) in FrameIndexOperand() 48 : Name(Name.str()), ID(ID), IsFixed(IsFixed) {} in FrameIndexOperand() 327 if (StackObject.IsFixed) in convertStackObjects() 338 assert(!StackObject.IsFixed && "Expected a locally mapped stack object"); in convertStackObjects() 357 assert(!StackObject.IsFixed && "Expected a non-fixed stack object"); in convertStackObjects() 640 if (Operand.IsFixed) { in printStackObjectReference()
|
/external/v8/src/compiler/ |
D | greedy-allocator.cc | 108 DCHECK(fixed_range->TopLevel()->IsFixed()); in PreallocateFixedRanges() 353 CHECK(!conflict->TopLevel()->IsFixed()); in EvictAndRescheduleConflicts() 460 if (range->TopLevel()->IsFixed()) { in EnsureValidRangeWeight()
|
D | register-allocator.cc | 1807 DCHECK(result->IsFixed()); in FixedLiveRangeFor() 1822 DCHECK(result->IsFixed()); in FixedDoubleLiveRangeFor() 2273 DCHECK(!range->TopLevel()->IsFixed()); in SplitRangeAt() 2293 DCHECK(!range->TopLevel()->IsFixed()); in SplitBetween() 2705 if (range->TopLevel()->IsFixed() || in AllocateBlockedReg() 2725 if (range->TopLevel()->IsFixed()) { in AllocateBlockedReg() 2801 if (range->assigned_register() == reg && !range->TopLevel()->IsFixed()) { in SplitAndSpillIntersecting()
|
D | register-allocator.h | 500 bool IsFixed() const { return vreg_ < 0; } in IsFixed() function
|
/external/llvm/lib/Target/Mips/ |
D | MipsCCState.cpp | 108 CallOperandIsFixed.push_back(Outs[i].IsFixed); in PreAnalyzeCallOperands()
|
/external/v8/src/crankshaft/ |
D | lithium-allocator.cc | 625 DCHECK(result->IsFixed()); in FixedLiveRangeFor() 640 DCHECK(result->IsFixed()); in FixedDoubleLiveRangeFor() 1866 if (range->IsFixed() || !range->CanBeSpilled(current->Start())) { in AllocateBlockedReg() 1886 if (range->IsFixed()) { in AllocateBlockedReg() 1999 if (range->assigned_register() == reg && !range->IsFixed()) { in SplitAndSpillIntersecting() 2025 DCHECK(!range->IsFixed()); in SplitRangeAt() 2046 DCHECK(!range->IsFixed()); in SplitBetween()
|
D | lithium-allocator.h | 201 bool IsFixed() const { return id_ < 0; } in IsFixed() function
|
/external/v8/test/unittests/compiler/ |
D | instruction-selector-unittest.h | 190 bool IsFixed(const InstructionOperand* operand, Register reg) const;
|
D | instruction-selector-unittest.cc | 121 bool InstructionSelectorTest::Stream::IsFixed(const InstructionOperand* operand, in IsFixed() function in v8::internal::compiler::InstructionSelectorTest::Stream
|
/external/v8/test/unittests/compiler/x64/ |
D | instruction-selector-x64-unittest.cc | 851 EXPECT_TRUE(s.IsFixed(s[0]->InputAt(0), rax)); in TEST_F() 856 EXPECT_TRUE(s.IsFixed(s[0]->OutputAt(0), rdx)); in TEST_F() 872 EXPECT_TRUE(s.IsFixed(s[0]->InputAt(0), rax)); in TEST_F() 877 EXPECT_TRUE(s.IsFixed(s[0]->OutputAt(0), rdx)); in TEST_F()
|
/external/v8/test/unittests/compiler/ia32/ |
D | instruction-selector-ia32-unittest.cc | 642 EXPECT_TRUE(s.IsFixed(s[0]->InputAt(0), eax)); in TEST_F() 647 EXPECT_TRUE(s.IsFixed(s[0]->OutputAt(0), edx)); in TEST_F()
|
/external/clang/include/clang/AST/ |
D | Decl.h | 2755 bool IsFixed : 1; variable 3037 IsFixed = Fixed; in EnumDecl() 3073 bool IsFixed); 3183 return IsFixed; in isFixed()
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyISelLowering.cpp | 486 assert(Out.IsFixed && "non-fixed return value is not valid"); in LowerReturn()
|
/external/clang/lib/AST/ |
D | Decl.cpp | 3519 bool IsScopedUsingClassTag, bool IsFixed) { in Create() argument 3521 IsScoped, IsScopedUsingClassTag, IsFixed); in Create()
|
/external/clang/lib/Sema/ |
D | SemaDecl.cpp | 11592 bool IsFixed = !EnumUnderlyingTy.isNull(); in CheckEnumRedeclaration() local 11601 if (IsFixed && Prev->isFixed()) { in CheckEnumRedeclaration() 11613 } else if (IsFixed && !Prev->isFixed() && EnumUnderlyingIsImplicit) { in CheckEnumRedeclaration() 11615 } else if (!IsFixed && Prev->isFixed() && !Prev->getIntegerTypeSourceInfo()) { in CheckEnumRedeclaration() 11617 } else if (IsFixed != Prev->isFixed()) { in CheckEnumRedeclaration()
|
/external/clang/lib/Serialization/ |
D | ASTReaderDecl.cpp | 630 ED->IsFixed = Record[Idx++]; in VisitEnumDecl()
|
/external/llvm/lib/Target/Sparc/ |
D | SparcISelLowering.cpp | 1074 if (Outs[VA.getValNo()].IsFixed) in fixupVariableFloatArgs()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 2907 /*IsVarArg=*/ !Outs[i].IsFixed); in LowerCall()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 4555 if (Outs[i].IsFixed) { in LowerCall_32SVR4()
|