/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DebugLocEntry.h | 32 struct Value { struct 33 Value(const DIExpression *Expr, int64_t i) in Value() function 37 Value(const DIExpression *Expr, const ConstantFP *CFP) in Value() argument 41 Value(const DIExpression *Expr, const ConstantInt *CIP) in Value() function 45 Value(const DIExpression *Expr, MachineLocation Loc) in Value() argument 51 const DIExpression *Expression; 77 friend bool operator==(const Value &, const Value &); argument 98 SmallVector<Value, 1> Values; argument
|
/external/llvm/bindings/go/llvm/ |
D | ir.go | 37 Value struct { struct 38 C C.LLVMValueRef 75 func (c Value) IsNil() bool { return c.C == nil } 85 func llvmValueRefPtr(t *Value) *C.LLVMValueRef { return (*C.LLVMValueRef)(unsafe.Pointer(t)) } 99 func llvmValueRefs(values []Value) (*C.LLVMValueRef, C.unsigned) { 634 func (v Value) Type() (t Type) { t.C = C.LLVMTypeOf(v.C); return } 635 func (v Value) Name() string { return C.GoString(C.LLVMGetValueName(v.C)) } 636 func (v Value) SetName(name string) { 641 func (v Value) Dump() { C.LLVMDumpValue(v.C) } 642 func (v Value) ReplaceAllUsesWith(nv Value) { C.LLVMReplaceAllUsesWith(v.C, nv.C) } [all …]
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | MathExtras.h | 26 inline uint32_t Hi_32(uint64_t Value) { in Hi_32() 31 inline uint32_t Lo_32(uint64_t Value) { in Lo_32() 88 inline bool isMask_32(uint32_t Value) { in isMask_32() 95 inline bool isMask_64(uint64_t Value) { in isMask_64() 102 inline bool isShiftedMask_32(uint32_t Value) { in isShiftedMask_32() 108 inline bool isShiftedMask_64(uint64_t Value) { in isShiftedMask_64() 114 inline bool isPowerOf2_32(uint32_t Value) { in isPowerOf2_32() 120 inline bool isPowerOf2_64(uint64_t Value) { in isPowerOf2_64() 126 inline uint16_t ByteSwap_16(uint16_t Value) { in ByteSwap_16() 132 inline uint32_t ByteSwap_32(uint32_t Value) { in ByteSwap_32() [all …]
|
/external/llvm/include/llvm/Object/ |
D | RelocVisitor.h | 33 int64_t Value; member 69 RelocToApply visitELF(uint32_t RelocType, RelocationRef R, uint64_t Value) { in visitELF() 212 RelocToApply visitCOFF(uint32_t RelocType, RelocationRef R, uint64_t Value) { in visitCOFF() 235 RelocToApply visitMachO(uint32_t RelocType, RelocationRef R, uint64_t Value) { in visitMachO() 270 RelocToApply visitELF_386_32(RelocationRef R, uint64_t Value) { in visitELF_386_32() 274 RelocToApply visitELF_386_PC32(RelocationRef R, uint64_t Value) { in visitELF_386_PC32() 283 RelocToApply visitELF_X86_64_64(RelocationRef R, uint64_t Value) { in visitELF_X86_64_64() 287 RelocToApply visitELF_X86_64_PC32(RelocationRef R, uint64_t Value) { in visitELF_X86_64_PC32() 292 RelocToApply visitELF_X86_64_32(RelocationRef R, uint64_t Value) { in visitELF_X86_64_32() 297 RelocToApply visitELF_X86_64_32S(RelocationRef R, uint64_t Value) { in visitELF_X86_64_32S() [all …]
|
/external/llvm/lib/DebugInfo/CodeView/ |
D | TypeRecordBuilder.cpp | 24 void TypeRecordBuilder::writeUInt8(uint8_t Value) { in writeUInt8() 28 void TypeRecordBuilder::writeInt16(int16_t Value) { in writeInt16() 32 void TypeRecordBuilder::writeUInt16(uint16_t Value) { in writeUInt16() 36 void TypeRecordBuilder::writeInt32(int32_t Value) { in writeInt32() 40 void TypeRecordBuilder::writeUInt32(uint32_t Value) { in writeUInt32() 44 void TypeRecordBuilder::writeInt64(int64_t Value) { in writeInt64() 48 void TypeRecordBuilder::writeUInt64(uint64_t Value) { in writeUInt64() 52 void TypeRecordBuilder::writeEncodedInteger(int64_t Value) { in writeEncodedInteger() 60 void TypeRecordBuilder::writeEncodedSignedInteger(int64_t Value) { in writeEncodedSignedInteger() 79 void TypeRecordBuilder::writeEncodedUnsignedInteger(uint64_t Value) { in writeEncodedUnsignedInteger() [all …]
|
/external/v8/src/ast/ |
D | context-slot-cache.h | 59 struct Value { struct 60 Value(VariableMode mode, InitializationFlag init_flag, in Value() function 75 explicit inline Value(uint32_t value) : value_(value) {} in Value() function 77 uint32_t raw() { return value_; } in raw() 79 VariableMode mode() { return ModeField::decode(value_); } in mode() 81 InitializationFlag initialization_flag() { in initialization_flag() 85 MaybeAssignedFlag maybe_assigned_flag() { in maybe_assigned_flag() 89 int index() { return IndexField::decode(value_); } in index()
|
/external/llvm/include/llvm/Support/ |
D | ScopedPrinter.h | 34 T Value; member 56 uint64_t Value; member 62 template <class T> const std::string to_string(const T &Value) { in to_string() 91 template <typename T> HexNumber hex(T Value) { return HexNumber(Value); } in hex() 94 void printEnum(StringRef Label, T Value, in printEnum() 148 template <typename T> void printFlags(StringRef Label, T Value) { in printFlags() 161 void printNumber(StringRef Label, uint64_t Value) { in printNumber() 165 void printNumber(StringRef Label, uint32_t Value) { in printNumber() 169 void printNumber(StringRef Label, uint16_t Value) { in printNumber() 173 void printNumber(StringRef Label, uint8_t Value) { in printNumber() [all …]
|
/external/swiftshader/third_party/LLVM/include/llvm/MC/ |
D | MCObjectWriter.h | 114 void Write8(uint8_t Value) { in Write8() 118 void WriteLE16(uint16_t Value) { in WriteLE16() 123 void WriteLE32(uint32_t Value) { in WriteLE32() 128 void WriteLE64(uint64_t Value) { in WriteLE64() 133 void WriteBE16(uint16_t Value) { in WriteBE16() 138 void WriteBE32(uint32_t Value) { in WriteBE32() 143 void WriteBE64(uint64_t Value) { in WriteBE64() 148 void Write16(uint16_t Value) { in Write16() 155 void Write32(uint32_t Value) { in Write32() 162 void Write64(uint64_t Value) { in Write64()
|
D | MCAssembler.h | 95 void setParent(MCSectionData *Value) { Parent = Value; } in setParent() 98 void setAtom(MCSymbolData *Value) { Atom = Value; } in setAtom() 101 void setLayoutOrder(unsigned Value) { LayoutOrder = Value; } in setLayoutOrder() 192 void setInst(MCInst Value) { Inst = Value; } in setInst() 222 int64_t Value; variable 255 void setEmitNops(bool Value) { EmitNops = Value; } in setEmitNops() 267 int64_t Value; variable 307 int8_t Value; variable 331 const MCExpr *Value; variable 473 void setAlignment(unsigned Value) { Alignment = Value; } in setAlignment() [all …]
|
/external/llvm/include/llvm/MC/ |
D | MCObjectWriter.h | 127 void write8(uint8_t Value) { *OS << char(Value); } in write8() 129 void writeLE16(uint16_t Value) { in writeLE16() 133 void writeLE32(uint32_t Value) { in writeLE32() 137 void writeLE64(uint64_t Value) { in writeLE64() 141 void writeBE16(uint16_t Value) { in writeBE16() 145 void writeBE32(uint32_t Value) { in writeBE32() 149 void writeBE64(uint64_t Value) { in writeBE64() 153 void write16(uint16_t Value) { in write16() 160 void write32(uint32_t Value) { in write32() 167 void write64(uint64_t Value) { in write64()
|
D | MCSymbol.h | 133 const MCExpr *Value; member 207 void setIsRegistered(bool Value) const { IsRegistered = Value; } in setIsRegistered() 220 void setUsed(bool Value) const { IsUsed |= Value; } in setUsed() 225 void setRedefinable(bool Value) { IsRedefinable = Value; } in setRedefinable() 310 void setIndex(uint32_t Value) const { in setIndex() 320 void setOffset(uint64_t Value) { in setOffset() 387 void setExternal(bool Value) const { IsExternal = Value; } in setExternal() 390 void setPrivateExtern(bool Value) { IsPrivateExtern = Value; } in setPrivateExtern() 403 void setFlags(uint32_t Value) const { in setFlags() 409 void modifyFlags(uint32_t Value, uint32_t Mask) const { in modifyFlags()
|
/external/llvm/tools/llvm-readobj/ |
D | ARMAttributeParser.cpp | 77 uint64_t Value = decodeULEB128(Data + Offset, &Length); in ParseInteger() local 107 void ARMAttributeParser::PrintAttribute(unsigned Tag, unsigned Value, in PrintAttribute() 128 uint64_t Value = ParseInteger(Data, Offset); in CPU_arch() local 155 uint64_t Value = ParseInteger(Data, Offset); in ARM_ISA_use() local 165 uint64_t Value = ParseInteger(Data, Offset); in THUMB_ISA_use() local 178 uint64_t Value = ParseInteger(Data, Offset); in FP_arch() local 188 uint64_t Value = ParseInteger(Data, Offset); in WMMX_arch() local 200 uint64_t Value = ParseInteger(Data, Offset); in Advanced_SIMD_arch() local 213 uint64_t Value = ParseInteger(Data, Offset); in PCS_config() local 223 uint64_t Value = ParseInteger(Data, Offset); in ABI_PCS_R9_use() local [all …]
|
/external/llvm/include/llvm/ADT/ |
D | StringSwitch.h | 58 StringSwitch& Case(const char (&S)[N], const T& Value) { in Case() 69 StringSwitch& EndsWith(const char (&S)[N], const T &Value) { in EndsWith() 80 StringSwitch& StartsWith(const char (&S)[N], const T &Value) { in StartsWith() 92 const T& Value) { in Cases() 105 const char (&S2)[N2], const T& Value) { in Cases() 120 const T& Value) { in Cases() 136 const char (&S4)[N4], const T& Value) { in Cases() 150 R Default(const T& Value) const { in Default()
|
/external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
D | StringSwitch.h | 55 StringSwitch& Case(const char (&S)[N], const T& Value) { in Case() 65 StringSwitch& EndsWith(const char (&S)[N], const T &Value) { in EndsWith() 75 StringSwitch& StartsWith(const char (&S)[N], const T &Value) { in StartsWith() 86 const T& Value) { in Cases() 92 const char (&S2)[N2], const T& Value) { in Cases() 99 const T& Value) { in Cases() 106 const char (&S4)[N4], const T& Value) { in Cases() 111 R Default(const T& Value) const { in Default()
|
/external/llvm/lib/Target/X86/AsmParser/ |
D | X86AsmParserCommon.h | 17 inline bool isImmSExti16i8Value(uint64_t Value) { in isImmSExti16i8Value() 22 inline bool isImmSExti32i8Value(uint64_t Value) { in isImmSExti32i8Value() 27 inline bool isImmSExti64i8Value(uint64_t Value) { in isImmSExti64i8Value() 31 inline bool isImmSExti64i32Value(uint64_t Value) { in isImmSExti64i32Value() 35 inline bool isImmUnsignedi8Value(uint64_t Value) { in isImmUnsignedi8Value()
|
/external/bison/src/ |
D | muscle-tab.h | 38 #define MUSCLE_INSERT_BOOL(Key, Value) \ argument 44 #define MUSCLE_INSERT_INT(Key, Value) \ argument 51 #define MUSCLE_INSERT_LONG_INT(Key, Value) \ argument 58 #define MUSCLE_INSERT_STRING_RAW(Key, Value) \ argument 65 #define MUSCLE_INSERT_STRING(Key, Value) \ argument 72 #define MUSCLE_INSERT_C_STRING(Key, Value) \ argument
|
/external/llvm/lib/ObjectYAML/ |
D | ELFYAML.cpp | 26 ELFYAML::ELF_ET &Value) { in enumeration() 39 ELFYAML::ELF_EM &Value) { in enumeration() 202 IO &IO, ELFYAML::ELF_ELFCLASS &Value) { in enumeration() 212 IO &IO, ELFYAML::ELF_ELFDATA &Value) { in enumeration() 222 IO &IO, ELFYAML::ELF_ELFOSABI &Value) { in enumeration() 251 ELFYAML::ELF_EF &Value) { in bitset() 352 IO &IO, ELFYAML::ELF_SHT &Value) { in enumeration() 409 ELFYAML::ELF_SHF &Value) { in bitset() 454 IO &IO, ELFYAML::ELF_STT &Value) { in enumeration() 468 IO &IO, ELFYAML::ELF_STV &Value) { in enumeration() [all …]
|
/external/clang/test/CXX/stmt.stmt/stmt.select/stmt.switch/ |
D | p2-0x.cpp | 4 struct Value { struct 5 constexpr Value(int n) : n(n) {} in Value() function 16 void test(Value v) { in test() argument
|
/external/skia/tests/ |
D | LRUCacheTest.cpp | 11 struct Value { struct 12 Value(int value, int* counter) in Value() argument 18 ~Value() { in ~Value() argument 22 int fValue; argument 30 SkLRUCache<int, std::unique_ptr<Value>> test(kSize); in DEF_TEST() argument
|
/external/skia/src/core/ |
D | SkImageFilterCache.cpp | 39 struct Value { struct in __anon083d30030311::CacheImpl 40 Value(const Key& key, SkSpecialImage* image, const SkIPoint& offset) in Value() argument 43 Key fKey; 44 sk_sp<SkSpecialImage> fImage; 45 SkIPoint fOffset; 46 static const Key& GetKey(const Value& v) { in GetKey() 49 static uint32_t Hash(const Key& key) { in Hash()
|
/external/swiftshader/third_party/LLVM/lib/Object/ |
D | MachOObject.cpp | 25 static void SwapValue(T &Value) { in SwapValue() 170 void SwapStruct(macho::SegmentLoadCommand &Value) { in SwapStruct() 188 void SwapStruct(macho::Segment64LoadCommand &Value) { in SwapStruct() 206 void SwapStruct(macho::SymtabLoadCommand &Value) { in SwapStruct() 220 void SwapStruct(macho::DysymtabLoadCommand &Value) { in SwapStruct() 248 void SwapStruct(macho::LinkeditDataLoadCommand &Value) { in SwapStruct() 260 void SwapStruct(macho::IndirectSymbolTableEntry &Value) { in SwapStruct() 274 void SwapStruct(macho::Section &Value) { in SwapStruct() 296 void SwapStruct(macho::Section64 &Value) { in SwapStruct() 319 void SwapStruct(macho::RelocationEntry &Value) { in SwapStruct() [all …]
|
/external/swiftshader/third_party/LLVM/lib/MC/ |
D | ELFObjectWriter.h | 180 void StringLE16(char *buf, uint16_t Value) { in StringLE16() 185 void StringLE32(char *buf, uint32_t Value) { in StringLE32() 190 void StringLE64(char *buf, uint64_t Value) { in StringLE64() 195 void StringBE16(char *buf ,uint16_t Value) { in StringBE16() 200 void StringBE32(char *buf, uint32_t Value) { in StringBE32() 205 void StringBE64(char *buf, uint64_t Value) { in StringBE64() 210 void String8(MCDataFragment &F, uint8_t Value) { in String8() 216 void String16(MCDataFragment &F, uint16_t Value) { in String16() 225 void String32(MCDataFragment &F, uint32_t Value) { in String32() 234 void String64(MCDataFragment &F, uint64_t Value) { in String64()
|
/external/clang/unittests/ASTMatchers/Dynamic/ |
D | VariantValueTest.cpp | 21 VariantValue Value = kUnsigned; in TEST() local 33 VariantValue Value = kString; in TEST() local 45 VariantValue Value = VariantMatcher::SingleMatcher(stmt()); in TEST() local 74 VariantValue Value = StringRef("A"); in TEST() local 107 VariantValue Value; in TEST() local
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | MachineCodeEmitter.h | 31 class Value; variable 177 void emitULEB128Bytes(uint64_t Value) { in emitULEB128Bytes() 188 void emitSLEB128Bytes(uint64_t Value) { in emitSLEB128Bytes() 213 void emitInt32(int32_t Value) { in emitInt32() 223 void emitInt64(uint64_t Value) { in emitInt64() 233 void emitInt32At(uintptr_t *Addr, uintptr_t Value) { in emitInt32At() 239 void emitInt64At(uintptr_t *Addr, uintptr_t Value) { in emitInt64At()
|
/external/llvm/lib/Target/PowerPC/InstPrinter/ |
D | PPCInstPrinter.cpp | 244 unsigned int Value = MI->getOperand(OpNo).getImm(); in printU1ImmOperand() local 251 unsigned int Value = MI->getOperand(OpNo).getImm(); in printU2ImmOperand() local 258 unsigned int Value = MI->getOperand(OpNo).getImm(); in printU3ImmOperand() local 265 unsigned int Value = MI->getOperand(OpNo).getImm(); in printU4ImmOperand() local 272 int Value = MI->getOperand(OpNo).getImm(); in printS5ImmOperand() local 279 unsigned int Value = MI->getOperand(OpNo).getImm(); in printU5ImmOperand() local 286 unsigned int Value = MI->getOperand(OpNo).getImm(); in printU6ImmOperand() local 293 unsigned int Value = MI->getOperand(OpNo).getImm(); in printU7ImmOperand() local 300 unsigned int Value = MI->getOperand(OpNo).getImm(); in printU8ImmOperand() local 307 unsigned short Value = MI->getOperand(OpNo).getImm(); in printU10ImmOperand() local [all …]
|