Searched refs:Representation (Results 1 - 24 of 24) sorted by relevance

/external/v8/src/
H A Dhydrogen-instructions.h291 class Representation { class in namespace:v8::internal
302 Representation() : kind_(kNone) { } function in class:v8::internal::Representation
304 static Representation None() { return Representation(kNone); }
305 static Representation Tagged() { return Representation(kTagged); }
306 static Representation Integer32() { return Representation(kInteger32); }
307 static Representation Double() { return Representation(kDoubl
326 explicit Representation(Kind k) : kind_(k) { } function in class:v8::internal::Representation
[all...]
H A Dhydrogen-instructions.cc56 const char* Representation::Mnemonic() const {
78 void HValue::AssumeRepresentation(Representation r) {
1231 Representation rep = value->RequiredInputRepresentation(it.index());
1239 for (int i = 0; i < Representation::kNumRepresentations; i++) {
1246 for (int i = 0; i < Representation::kNumRepresentations; i++) {
1286 HConstant::HConstant(Handle<Object> handle, Representation r)
1305 HConstant* HConstant::CopyToRepresentation(Representation r) const {
1316 Representation::Integer32());
1489 void HCompareIDAndBranch::SetInputRepresentation(Representation r) {
1534 set_representation(Representation
[all...]
H A Dhydrogen.cc567 Representation::Tagged());
1736 Representation TryChange(HValue* current);
1764 Representation r = current->representation();
1767 Representation inferred = current->InferredRepresentation();
1796 Representation r = value->representation();
1799 Representation new_rep = TryChange(value);
1815 Representation HInferRepresentation::TryChange(HValue* value) {
1817 int use_count[Representation::kNumRepresentations] = { 0 };
1821 Representation rep = use->RequiredInputRepresentation(it.index());
1826 int tagged_count = use_count[Representation
[all...]
H A Dhydrogen.h355 Representation to);
975 Representation rep);
976 static Representation ToRepresentation(TypeInfo info);
H A Dlithium.h480 void AddValue(LOperand* operand, Representation representation) {
/external/clang/lib/AST/
H A DNestedNameSpecifier.cpp440 : Representation(Other.Representation), Buffer(0),
463 Representation = Other.Representation;
504 Representation = NestedNameSpecifier::Create(Context, Representation,
517 Representation = NestedNameSpecifier::Create(Context, Representation,
529 Representation = NestedNameSpecifier::Create(Context, Representation,
[all...]
/external/clang/include/clang/Serialization/
H A DContinuousRangeMap.h45 typedef SmallVector<value_type, InitialCapacity> Representation; typedef in class:clang::ContinuousRangeMap
46 Representation Rep;
83 typedef typename Representation::iterator iterator;
84 typedef typename Representation::const_iterator const_iterator;
/external/clang/include/clang/AST/
H A DNestedNameSpecifier.h323 NestedNameSpecifier *Representation; member in class:clang::NestedNameSpecifierLocBuilder
343 : Representation(0), Buffer(0), BufferSize(0), BufferCapacity(0) { }
356 NestedNameSpecifier *getRepresentation() const { return Representation; }
434 return NestedNameSpecifierLoc(Representation, Buffer).getSourceRange();
450 return NestedNameSpecifierLoc(Representation, Buffer);
456 Representation = 0;
/external/clang/test/CXX/temp/temp.decls/temp.friend/
H A Dp1.cpp32 class Representation {}; class in struct:test0::Num
33 friend class Representation;
/external/robolectric/src/main/java/android/net/
H A DUri__FromAndroid.java1898 static class Representation { class in class:Uri__FromAndroid.AbstractPart
1928 parcel.writeInt(Representation.BOTH);
1932 parcel.writeInt(Representation.ENCODED);
1935 parcel.writeInt(Representation.DECODED);
1972 case Representation.BOTH:
1974 case Representation.ENCODED:
1976 case Representation.DECODED:
2156 case Representation.BOTH:
2158 case Representation.ENCODED:
2160 case Representation
[all...]
/external/clang/include/clang/Analysis/Analyses/
H A DFormatString.h36 OptionalFlag(const char *Representation) argument
37 : representation(Representation), flag(false) {}
/external/v8/src/mips/
H A Dlithium-mips.cc546 Representation LChunk::LookupLiteralRepresentation(
1055 Representation rep = value->representation();
1440 Representation exponent_type = instr->right()->representation();
1474 Representation r = instr->GetInputRepresentation();
1655 Representation from = instr->from();
1656 Representation to = instr->to();
1766 Representation input_rep = value->representation();
1789 Representation r = instr->representation();
1937 Representation representation(instr->representation());
2002 Representation representatio
[all...]
H A Dlithium-codegen-mips.cc296 Representation r = chunk_->LookupLiteralRepresentation(const_op);
334 Representation r = chunk_->LookupLiteralRepresentation(const_op);
387 Representation r = chunk_->LookupLiteralRepresentation(const_op);
1461 Representation r = instr->hydrogen()->value()->representation();
2985 Representation r = instr->hydrogen()->value()->representation();
2993 // Representation is tagged.
3146 Representation exponent_type = instr->hydrogen()->right()->representation();
H A Dlithium-mips.h2179 Representation LookupLiteralRepresentation(LConstantOperand* operand) const;
/external/v8/src/arm/
H A Dlithium-arm.cc546 Representation LChunk::LookupLiteralRepresentation(
1055 Representation rep = value->representation();
1439 Representation exponent_type = instr->right()->representation();
1473 Representation r = instr->GetInputRepresentation();
1654 Representation from = instr->from();
1655 Representation to = instr->to();
1765 Representation input_rep = value->representation();
1787 Representation r = instr->representation();
H A Dlithium-codegen-arm.cc326 Representation r = chunk_->LookupLiteralRepresentation(const_op);
364 Representation r = chunk_->LookupLiteralRepresentation(const_op);
419 Representation r = chunk_->LookupLiteralRepresentation(const_op);
1601 Representation r = instr->hydrogen()->value()->representation();
3102 Representation r = instr->hydrogen()->value()->representation();
3110 // Representation is tagged.
3247 Representation exponent_type = instr->hydrogen()->right()->representation();
H A Dlithium-arm.h2199 Representation LookupLiteralRepresentation(LConstantOperand* operand) const;
/external/v8/src/x64/
H A Dlithium-x64.cc539 Representation LChunk::LookupLiteralRepresentation(
1052 Representation rep = value->representation();
1421 Representation exponent_type = instr->right()->representation();
1462 Representation r = instr->GetInputRepresentation();
1653 Representation from = instr->from();
1654 Representation to = instr->to();
1749 Representation input_rep = value->representation();
1774 Representation r = instr->representation();
H A Dlithium-codegen-x64.cc1386 Representation r = instr->hydrogen()->value()->representation();
2823 Representation r = instr->hydrogen()->value()->representation();
2980 Representation exponent_type = instr->hydrogen()->right()->representation();
H A Dlithium-x64.h2161 Representation LookupLiteralRepresentation(LConstantOperand* operand) const;
/external/v8/src/ia32/
H A Dlithium-ia32.cc541 Representation LChunk::LookupLiteralRepresentation(
1057 Representation rep = value->representation();
1469 Representation exponent_type = instr->right()->representation();
1503 Representation r = instr->GetInputRepresentation();
1697 Representation from = instr->from();
1698 Representation to = instr->to();
1812 Representation input_rep = value->representation();
1837 Representation r = instr->representation();
H A Dlithium-codegen-ia32.cc1422 Representation r = instr->hydrogen()->value()->representation();
2868 Representation r = instr->hydrogen()->value()->representation();
3029 Representation exponent_type = instr->hydrogen()->right()->representation();
H A Dlithium-ia32.h2297 Representation LookupLiteralRepresentation(LConstantOperand* operand) const;
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.mli24 (** The top-level container for all other LLVM Intermediate Representation (IR)

Completed in 9640 milliseconds