| /external/llvm/lib/Target/AMDGPU/ |
| D | SIRegisterInfo.h | 26 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 …]
|
| D | R600RegisterInfo.h | 24 struct R600RegisterInfo final : public AMDGPURegisterInfo { struct 25 RegClassWeight RCW;
|
| /external/libmojo/mojo/edk/system/ |
| D | handle_signals_state.h | 16 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/ |
| D | bytecode-peephole-table.h | 46 struct PeepholeActionAndData final { struct 56 struct PeepholeActionTable final { argument 64 static const PeepholeActionAndData row_data_[][kNumberOfBytecodes]; 65 static const PeepholeActionAndData* const row_[kNumberOfBytecodes];
|
| D | constant-array-builder.h | 147 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/ |
| D | CFLSteensAliasAnalysis.h | 95 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()
|
| D | GlobalsModRef.h | 60 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/ |
| D | node-matchers.h | 114 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/ |
| D | CGOpenMPRuntime.h | 91 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/ |
| D | dbus_object_test_helpers.h | 42 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/ |
| D | VariantValue.h | 224 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/ |
| D | handles.h | 405 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/ |
| D | unicode_internal.py | 21 def encode(self, input, final=False): argument 25 def decode(self, input, final=False): argument
|
| D | unicode_escape.py | 21 def encode(self, input, final=False): argument 25 def decode(self, input, final=False): argument
|
| D | string_escape.py | 16 def encode(self, input, final=False): argument 20 def decode(self, input, final=False): argument
|
| D | raw_unicode_escape.py | 21 def encode(self, input, final=False): argument 25 def decode(self, input, final=False): argument
|
| D | ascii.py | 21 def encode(self, input, final=False): argument 25 def decode(self, input, final=False): argument
|
| D | latin_1.py | 21 def encode(self, input, final=False): argument 25 def decode(self, input, final=False): argument
|
| D | undefined.py | 25 def encode(self, input, final=False): argument 29 def decode(self, input, final=False): argument
|
| D | koi8_u.py | 18 def encode(self, input, final=False): argument 22 def decode(self, input, final=False): argument
|
| D | iso8859_11.py | 18 def encode(self, input, final=False): argument 22 def decode(self, input, final=False): argument
|
| D | cp500.py | 18 def encode(self, input, final=False): argument 22 def decode(self, input, final=False): argument
|
| D | koi8_r.py | 18 def encode(self, input, final=False): argument 22 def decode(self, input, final=False): argument
|
| D | iso8859_16.py | 18 def encode(self, input, final=False): argument 22 def decode(self, input, final=False): argument
|
| /external/clang/include/clang/Basic/ |
| D | OpenMPKinds.h | 124 struct OpenMPScheduleTy final { struct 125 OpenMPScheduleClauseKind Schedule = OMPC_SCHEDULE_unknown; 126 OpenMPScheduleClauseModifier M1 = OMPC_SCHEDULE_MODIFIER_unknown; 127 OpenMPScheduleClauseModifier M2 = OMPC_SCHEDULE_MODIFIER_unknown;
|