Home
last modified time | relevance | path

Searched defs:final (Results 1 – 25 of 191) sorted by relevance

12345678

/external/llvm/lib/Target/AMDGPU/
DSIRegisterInfo.h26 struct SIRegisterInfo final : public AMDGPURegisterInfo { struct
29 unsigned VGPR32SetID;
30 BitVector SGPRPressureSets;
31 BitVector VGPRPressureSets;
84 unsigned getHWRegIndex(unsigned Reg) const { in getHWRegIndex()
93 bool isSGPRClass(const TargetRegisterClass *RC) const { in isSGPRClass()
98 bool isSGPRClassID(unsigned RCID) const { in isSGPRClassID()
102 bool isSGPRReg(const MachineRegisterInfo &MRI, unsigned Reg) const { in isSGPRReg()
117 static bool isPseudoRegClass(const TargetRegisterClass *RC) { in isPseudoRegClass()
155 enum PreloadedValue {
[all …]
DR600RegisterInfo.h24 struct R600RegisterInfo final : public AMDGPURegisterInfo { struct
25 RegClassWeight RCW;
/external/libmojo/mojo/edk/system/
Dhandle_signals_state.h16 struct MOJO_SYSTEM_IMPL_EXPORT HandleSignalsState final struct
18 HandleSignalsState() { in HandleSignalsState()
22 HandleSignalsState(MojoHandleSignals satisfied, in HandleSignalsState()
28 bool equals(const HandleSignalsState& other) const { in equals()
33 bool satisfies(MojoHandleSignals signals) const { in satisfies()
37 bool can_satisfy(MojoHandleSignals signals) const { in can_satisfy()
/external/v8/src/interpreter/
Dbytecode-peephole-table.h46 struct PeepholeActionAndData final { struct
56 struct PeepholeActionTable final { argument
64 static const PeepholeActionAndData row_data_[][kNumberOfBytecodes];
65 static const PeepholeActionAndData* const row_[kNumberOfBytecodes];
Dconstant-array-builder.h147 struct ConstantArraySlice final : public ZoneObject { struct
160 inline size_t available() const { return capacity() - reserved() - size(); } in available()
161 inline size_t reserved() const { return reserved_; } in reserved()
162 inline size_t capacity() const { return capacity_; } in capacity()
163 inline size_t size() const { return constants_.size(); } in size()
164 inline size_t start_index() const { return start_index_; } in start_index()
165 inline size_t max_index() const { return start_index_ + capacity() - 1; } in max_index()
166 inline OperandSize operand_size() const { return operand_size_; } in operand_size()
170 const size_t capacity_;
171 size_t reserved_;
[all …]
/external/llvm/include/llvm/Analysis/
DCFLSteensAliasAnalysis.h95 struct FunctionHandle final : public CallbackVH { struct
96 FunctionHandle(Function *Fn, CFLSteensAAResult *Result) in FunctionHandle()
102 void deleted() override { removeSelfFromCache(); } in deleted()
103 void allUsesReplacedWith(Value *) override { removeSelfFromCache(); } in allUsesReplacedWith()
108 void removeSelfFromCache() { in removeSelfFromCache()
DGlobalsModRef.h60 struct DeletionCallbackHandle final : CallbackVH { struct
61 GlobalsAAResult *GAR;
62 std::list<DeletionCallbackHandle>::iterator I;
64 DeletionCallbackHandle(GlobalsAAResult &GAR, Value *V) in DeletionCallbackHandle()
/external/v8/src/compiler/
Dnode-matchers.h114 struct IntMatcher final : public ValueMatcher<T, kOpcode> { struct
115 explicit IntMatcher(Node* node) : ValueMatcher<T, kOpcode>(node) {} in IntMatcher()
117 bool Is(const T& value) const { in Is()
120 bool IsInRange(const T& low, const T& high) const { in IsInRange()
123 bool IsMultipleOf(T n) const { in IsMultipleOf()
126 bool IsPowerOf2() const { in IsPowerOf2()
152 struct FloatMatcher final : public ValueMatcher<T, kOpcode> { struct
153 explicit FloatMatcher(Node* node) : ValueMatcher<T, kOpcode>(node) {} in FloatMatcher()
155 bool Is(const T& value) const { in Is()
158 bool IsInRange(const T& low, const T& high) const { in IsInRange()
[all …]
/external/clang/lib/CodeGen/
DCGOpenMPRuntime.h91 struct OMPTaskDataTy final { struct
92 SmallVector<const Expr *, 4> PrivateVars;
93 SmallVector<const Expr *, 4> PrivateCopies;
94 SmallVector<const Expr *, 4> FirstprivateVars;
95 SmallVector<const Expr *, 4> FirstprivateCopies;
96 SmallVector<const Expr *, 4> FirstprivateInits;
97 SmallVector<const Expr *, 4> LastprivateVars;
98 SmallVector<const Expr *, 4> LastprivateCopies;
99 SmallVector<std::pair<OpenMPDependClauseKind, const Expr *>, 4> Dependences;
100 llvm::PointerIntPair<llvm::Value *, 1, bool> Final;
[all …]
/external/libbrillo/brillo/dbus/
Ddbus_object_test_helpers.h42 struct ResponseHolder final : public base::SupportsWeakPtr<ResponseHolder> { struct
43 void ReceiveResponse(std::unique_ptr<dbus::Response> response) { in ReceiveResponse()
47 std::unique_ptr<dbus::Response> response_;
/external/clang/include/clang/ASTMatchers/Dynamic/
DVariantValue.h224 struct VariantMatcher::TypedMatcherOps final : VariantMatcher::MatcherOps { struct
225 TypedMatcherOps() in TypedMatcherOps()
227 typedef ast_matchers::internal::Matcher<T> MatcherT;
230 convertMatcher(const DynTypedMatcher &Matcher) const override { in convertMatcher()
/external/v8/src/
Dhandles.h405 struct HandleScopeData final { struct
406 Object** next;
407 Object** limit;
408 int level;
409 int sealed_level;
410 CanonicalHandleScope* canonical_scope;
412 void Initialize() { in Initialize()
/external/python/cpython2/Lib/encodings/
Dunicode_internal.py21 def encode(self, input, final=False): argument
25 def decode(self, input, final=False): argument
Dunicode_escape.py21 def encode(self, input, final=False): argument
25 def decode(self, input, final=False): argument
Dstring_escape.py16 def encode(self, input, final=False): argument
20 def decode(self, input, final=False): argument
Draw_unicode_escape.py21 def encode(self, input, final=False): argument
25 def decode(self, input, final=False): argument
Dascii.py21 def encode(self, input, final=False): argument
25 def decode(self, input, final=False): argument
Dlatin_1.py21 def encode(self, input, final=False): argument
25 def decode(self, input, final=False): argument
Dundefined.py25 def encode(self, input, final=False): argument
29 def decode(self, input, final=False): argument
Dkoi8_u.py18 def encode(self, input, final=False): argument
22 def decode(self, input, final=False): argument
Diso8859_11.py18 def encode(self, input, final=False): argument
22 def decode(self, input, final=False): argument
Dcp500.py18 def encode(self, input, final=False): argument
22 def decode(self, input, final=False): argument
Dkoi8_r.py18 def encode(self, input, final=False): argument
22 def decode(self, input, final=False): argument
Diso8859_16.py18 def encode(self, input, final=False): argument
22 def decode(self, input, final=False): argument
/external/clang/include/clang/Basic/
DOpenMPKinds.h124 struct OpenMPScheduleTy final { struct
125 OpenMPScheduleClauseKind Schedule = OMPC_SCHEDULE_unknown;
126 OpenMPScheduleClauseModifier M1 = OMPC_SCHEDULE_MODIFIER_unknown;
127 OpenMPScheduleClauseModifier M2 = OMPC_SCHEDULE_MODIFIER_unknown;

12345678