/external/v8/src/ |
D | hydrogen-instructions.h | 291 class Representation { 302 Representation() : kind_(kNone) { } in Representation() function 304 static Representation None() { return Representation(kNone); } in None() 305 static Representation Tagged() { return Representation(kTagged); } in Tagged() 306 static Representation Integer32() { return Representation(kInteger32); } in Integer32() 307 static Representation Double() { return Representation(kDouble); } in Double() 308 static Representation External() { return Representation(kExternal); } in External() 310 bool Equals(const Representation& other) { in Equals() 326 explicit Representation(Kind k) : kind_(k) { } in Representation() function 593 Representation representation() const { return representation_; } in representation() [all …]
|
D | hydrogen-instructions.cc | 56 const char* Representation::Mnemonic() const { in HYDROGEN_CONCRETE_INSTRUCTION_LIST() 78 void HValue::AssumeRepresentation(Representation r) { in AssumeRepresentation() 1231 Representation rep = value->RequiredInputRepresentation(it.index()); in InitRealUses() 1239 for (int i = 0; i < Representation::kNumRepresentations; i++) { in AddNonPhiUsesFrom() 1246 for (int i = 0; i < Representation::kNumRepresentations; i++) { in AddIndirectUsesTo() 1286 HConstant::HConstant(Handle<Object> handle, Representation r) in HConstant() 1305 HConstant* HConstant::CopyToRepresentation(Representation r) const { in CopyToRepresentation() 1316 Representation::Integer32()); in CopyToTruncatedInt32() 1489 void HCompareIDAndBranch::SetInputRepresentation(Representation r) { in SetInputRepresentation() 1534 set_representation(Representation::Tagged()); in HLoadNamedFieldPolymorphic() [all …]
|
D | hydrogen.cc | 567 Representation::Tagged()); in GetConstant() 1736 Representation TryChange(HValue* current); 1764 Representation r = current->representation(); in InferBasedOnInputs() 1767 Representation inferred = current->InferredRepresentation(); in InferBasedOnInputs() 1796 Representation r = value->representation(); in InferBasedOnUses() 1799 Representation new_rep = TryChange(value); in InferBasedOnUses() 1815 Representation HInferRepresentation::TryChange(HValue* value) { in TryChange() 1817 int use_count[Representation::kNumRepresentations] = { 0 }; in TryChange() 1821 Representation rep = use->RequiredInputRepresentation(it.index()); in TryChange() 1826 int tagged_count = use_count[Representation::kTagged]; in TryChange() [all …]
|
D | hydrogen.h | 355 Representation to); 975 Representation rep); 976 static Representation ToRepresentation(TypeInfo info);
|
D | lithium.h | 480 void AddValue(LOperand* operand, Representation representation) { in AddValue()
|
/external/clang/lib/AST/ |
D | NestedNameSpecifier.cpp | 440 : Representation(Other.Representation), Buffer(0), in NestedNameSpecifierLocBuilder() 463 Representation = Other.Representation; in operator =() 504 Representation = NestedNameSpecifier::Create(Context, Representation, in Extend() 517 Representation = NestedNameSpecifier::Create(Context, Representation, in Extend() 529 Representation = NestedNameSpecifier::Create(Context, Representation, in Extend() 541 Representation = NestedNameSpecifier::Create(Context, Representation, Alias); in Extend() 550 assert(!Representation && "Already have a nested-name-specifier!?"); in MakeGlobal() 551 Representation = NestedNameSpecifier::GlobalSpecifier(Context); in MakeGlobal() 560 Representation = Qualifier; in MakeTrivial() 603 Representation = 0; in Adopt() [all …]
|
/external/clang/include/clang/AST/ |
D | NestedNameSpecifier.h | 323 NestedNameSpecifier *Representation; variable 343 : Representation(0), Buffer(0), BufferSize(0), BufferCapacity(0) { } in NestedNameSpecifierLocBuilder() 356 NestedNameSpecifier *getRepresentation() const { return Representation; } in getRepresentation() 434 return NestedNameSpecifierLoc(Representation, Buffer).getSourceRange(); in getSourceRange() 450 return NestedNameSpecifierLoc(Representation, Buffer); in getTemporary() 456 Representation = 0; in Clear()
|
/external/clang/include/clang/Serialization/ |
D | ContinuousRangeMap.h | 45 typedef SmallVector<value_type, InitialCapacity> Representation; typedef 46 Representation Rep; 83 typedef typename Representation::iterator iterator; 84 typedef typename Representation::const_iterator const_iterator;
|
/external/robolectric/src/main/java/android/net/ |
D | Uri__FromAndroid.java | 1898 static class Representation { class in Uri__FromAndroid.AbstractPart 1928 parcel.writeInt(Representation.BOTH); in writeTo() 1932 parcel.writeInt(Representation.ENCODED); in writeTo() 1935 parcel.writeInt(Representation.DECODED); in writeTo() 1972 case Representation.BOTH: in readFrom() 1974 case Representation.ENCODED: in readFrom() 1976 case Representation.DECODED: in readFrom() 2156 case Representation.BOTH: in readFrom() 2158 case Representation.ENCODED: in readFrom() 2160 case Representation.DECODED: in readFrom()
|
/external/clang/test/CXX/temp/temp.decls/temp.friend/ |
D | p1.cpp | 32 class Representation {}; class 33 friend class Representation;
|
/external/clang/include/clang/Analysis/Analyses/ |
D | FormatString.h | 36 OptionalFlag(const char *Representation) in OptionalFlag() argument 37 : representation(Representation), flag(false) {} in OptionalFlag()
|
/external/v8/src/mips/ |
D | lithium-mips.cc | 546 Representation LChunk::LookupLiteralRepresentation( in LookupLiteralRepresentation() 1055 Representation rep = value->representation(); in DoBranch() 1440 Representation exponent_type = instr->right()->representation(); in DoPower() 1474 Representation r = instr->GetInputRepresentation(); in DoCompareIDAndBranch() 1655 Representation from = instr->from(); in DoChange() 1656 Representation to = instr->to(); in DoChange() 1766 Representation input_rep = value->representation(); in DoClampToUint8() 1789 Representation r = instr->representation(); in DoConstant() 1937 Representation representation(instr->representation()); in DoLoadKeyedSpecializedArrayElement() 2002 Representation representation(instr->value()->representation()); in DoStoreKeyedSpecializedArrayElement()
|
D | lithium-codegen-mips.cc | 296 Representation r = chunk_->LookupLiteralRepresentation(const_op); in EmitLoadRegister() 334 Representation r = chunk_->LookupLiteralRepresentation(const_op); in EmitLoadDoubleRegister() 387 Representation r = chunk_->LookupLiteralRepresentation(const_op); in ToOperand() 1461 Representation r = instr->hydrogen()->value()->representation(); in DoBranch() 2985 Representation r = instr->hydrogen()->value()->representation(); in DoMathAbs() 3146 Representation exponent_type = instr->hydrogen()->right()->representation(); in DoPower()
|
D | lithium-mips.h | 2179 Representation LookupLiteralRepresentation(LConstantOperand* operand) const;
|
/external/v8/src/x64/ |
D | lithium-x64.cc | 539 Representation LChunk::LookupLiteralRepresentation( in LookupLiteralRepresentation() 1052 Representation rep = value->representation(); in DoBranch() 1421 Representation exponent_type = instr->right()->representation(); in DoPower() 1462 Representation r = instr->GetInputRepresentation(); in DoCompareIDAndBranch() 1653 Representation from = instr->from(); in DoChange() 1654 Representation to = instr->to(); in DoChange() 1749 Representation input_rep = value->representation(); in DoClampToUint8() 1774 Representation r = instr->representation(); in DoConstant()
|
D | lithium-x64.h | 2161 Representation LookupLiteralRepresentation(LConstantOperand* operand) const;
|
D | lithium-codegen-x64.cc | 1386 Representation r = instr->hydrogen()->value()->representation(); in DoBranch() 2823 Representation r = instr->hydrogen()->value()->representation(); in DoMathAbs() 2980 Representation exponent_type = instr->hydrogen()->right()->representation(); in DoPower()
|
/external/v8/src/ia32/ |
D | lithium-ia32.cc | 541 Representation LChunk::LookupLiteralRepresentation( in LookupLiteralRepresentation() 1057 Representation rep = value->representation(); in DoBranch() 1469 Representation exponent_type = instr->right()->representation(); in DoPower() 1503 Representation r = instr->GetInputRepresentation(); in DoCompareIDAndBranch() 1697 Representation from = instr->from(); in DoChange() 1698 Representation to = instr->to(); in DoChange() 1812 Representation input_rep = value->representation(); in DoClampToUint8() 1837 Representation r = instr->representation(); in DoConstant()
|
D | lithium-codegen-ia32.cc | 1422 Representation r = instr->hydrogen()->value()->representation(); in DoBranch() 2868 Representation r = instr->hydrogen()->value()->representation(); in DoMathAbs() 3029 Representation exponent_type = instr->hydrogen()->right()->representation(); in DoPower()
|
D | lithium-ia32.h | 2297 Representation LookupLiteralRepresentation(LConstantOperand* operand) const;
|
/external/v8/src/arm/ |
D | lithium-arm.cc | 546 Representation LChunk::LookupLiteralRepresentation( in LookupLiteralRepresentation() 1055 Representation rep = value->representation(); in DoBranch() 1439 Representation exponent_type = instr->right()->representation(); in DoPower() 1473 Representation r = instr->GetInputRepresentation(); in DoCompareIDAndBranch() 1654 Representation from = instr->from(); in DoChange() 1655 Representation to = instr->to(); in DoChange() 1765 Representation input_rep = value->representation(); in DoClampToUint8() 1787 Representation r = instr->representation(); in DoConstant()
|
D | lithium-codegen-arm.cc | 326 Representation r = chunk_->LookupLiteralRepresentation(const_op); in EmitLoadRegister() 364 Representation r = chunk_->LookupLiteralRepresentation(const_op); in EmitLoadDoubleRegister() 419 Representation r = chunk_->LookupLiteralRepresentation(const_op); in ToOperand() 1601 Representation r = instr->hydrogen()->value()->representation(); in DoBranch() 3102 Representation r = instr->hydrogen()->value()->representation(); in DoMathAbs() 3247 Representation exponent_type = instr->hydrogen()->right()->representation(); in DoPower()
|
D | lithium-arm.h | 2199 Representation LookupLiteralRepresentation(LConstantOperand* operand) const;
|
/external/bison/m4/ |
D | isnanl.m4 | 175 /* Representation of an 80-bit 'long double' as an initializer for a sequence
|
/external/eigen/ |
D | COPYING.MPL2 | 140 2.5. Representation
|