Home
last modified time | relevance | path

Searched refs:LocationKind (Results 1 – 7 of 7) sorted by relevance

/external/llvm/tools/llvm-readobj/
DStackMapPrinter.h46 case StackMapParserT::LocationKind::Register: in prettyPrintStackMap()
49 case StackMapParserT::LocationKind::Direct: in prettyPrintStackMap()
53 case StackMapParserT::LocationKind::Indirect: in prettyPrintStackMap()
57 case StackMapParserT::LocationKind::Constant: in prettyPrintStackMap()
60 case StackMapParserT::LocationKind::ConstantIndex: in prettyPrintStackMap()
/external/llvm/include/llvm/Object/
DStackMapParser.h99 enum class LocationKind : uint8_t { enum
111 LocationKind getKind() const { in getKind()
112 return LocationKind(P[KindOffset]); in getKind()
122 assert(getKind() == LocationKind::Constant && "Not a small constant."); in getSmallConstant()
128 assert(getKind() == LocationKind::ConstantIndex && in getConstantIndex()
135 assert((getKind() == LocationKind::Direct || in getOffset()
136 getKind() == LocationKind::Indirect) && in getOffset()
/external/compiler-rt/lib/ubsan/
Dubsan_diag.h57 enum LocationKind { LK_Null, LK_Source, LK_Memory, LK_Symbolized }; enum
60 LocationKind Kind;
76 LocationKind getKind() const { return Kind; } in getKind()
/external/v8/src/compiler/
Dinstruction.h426 enum LocationKind { REGISTER, STACK_SLOT }; enum
429 LocationOperand::LocationKind location_kind, in LocationOperand()
472 LocationKind location_kind() const { in location_kind()
517 class LocationKindField : public BitField64<LocationKind, 3, 2> {};
525 ExplicitOperand(LocationKind kind, MachineRepresentation rep, int index); in NON_EXPORTED_BASE()
527 static ExplicitOperand* New(Zone* zone, LocationKind kind, in NON_EXPORTED_BASE()
538 AllocatedOperand(LocationKind kind, MachineRepresentation rep, int index) in AllocatedOperand()
541 static AllocatedOperand* New(Zone* zone, LocationKind kind, in New()
Dinstruction.cc75 LocationOperand::LocationKind kind = loc.location_kind(); in InterferesWith()
76 LocationOperand::LocationKind other_kind = other_loc.location_kind(); in InterferesWith()
288 ExplicitOperand::ExplicitOperand(LocationKind kind, MachineRepresentation rep, in ExplicitOperand()
Dregister-allocator-verifier.cc520 zone(), LocationOperand::LocationKind::STACK_SLOT, rep, in VerifyGapMoves()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.core.filebuffers_3.5.100.v20100520-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...