| /external/llvm/lib/Transforms/Scalar/ |
| LoopStrengthReduce.cpp | 246 /// Global base address used for complex addressing. 648 /// If S involves the addition of a GlobalValue address, return that symbol, and 675 /// address. 830 /// This includes address-mode folding and special icmp tricks. [all...] |
| /external/llvm/tools/dsymutil/ |
| DwarfLinker.cpp | 189 int64_t AddrAdjust; ///< Address offset to apply to the described entity. 356 /// to the addresses to get the linked address. 369 /// function's address. 382 /// for the purposes of getting a unique address for each string. 569 void emitFDE(uint32_t CIEOffset, uint32_t AddreSize, uint32_t Address, 671 /// uint8_t Address size 714 /// format is totally trivial, consisting just of pairs of address 727 warn("unsupported base address selection operation", 753 /// same thing with a different base address). 792 Asm->EmitInt8(AddressSize); // Address siz [all...] |
| /external/llvm/tools/llvm-readobj/ |
| ELFDumper.cpp | 74 /// the size, entity size and virtual address are different entries in arbitrary 80 /// \brief Address in current address space. 504 W.printHex("Address", Sec->sh_addr); [all...] |
| /external/scapy/scapy/contrib/ |
| diameter.py | 251 class Address (StrLenField): 253 if x.startswith(b'\x00\x01'): # IPv4 address 255 elif x.startswith(b'\x00\x02'): # IPv6 address 257 else: # Address format not yet decoded 258 print ('Warning: Address format not yet decoded.') 271 print ('Warning: Address format not supported yet.') 597 Address("val", None, length_from=lambda pkt:pkt.avpLen - 12) 604 Address("val", None, length_from=lambda pkt:pkt.avpLen - 8) [all...] |
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/ |
| BitcodeReader.cpp | [all...] |
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
| AArch64FastISel.cpp | 81 class Address { 101 Address() { Base.Reg = 0; } 186 bool computeAddress(const Value *Obj, Address &Addr, Type *Ty = nullptr); 187 bool computeCallAddress(const Value *V, Address &Addr); 188 bool simplifyAddress(Address &Addr, MVT VT); 189 void addLoadStoreOperands(Address &Addr, const MachineInstrBuilder &MIB, 193 bool tryEmitSmallMemCpy(Address Dest, Address Src, uint64_t Len, 228 unsigned emitLoad(MVT VT, MVT ResultVT, Address Addr, bool WantZExt = true, 230 bool emitStore(MVT VT, unsigned SrcReg, Address Addr [all...] |
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
| LoopStrengthReduce.cpp | 311 /// Global base address used for complex addressing. 756 /// If S involves the addition of a GlobalValue address, return that symbol, and 783 /// address. [all...] |
| /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/ |
| ELFDumper.cpp | 115 /// the size, entity size and virtual address are different entries in arbitrary 122 /// Address in current address space. 574 W.printHex("Address", Sec->sh_addr); [all...] |
| /external/v8/src/ |
| globals.h | 103 typedef uintptr_t Address; 104 static const Address kNullAddress = 0; 264 // FUNCTION_ADDR(f) gets the address of a C function f. 265 #define FUNCTION_ADDR(f) (reinterpret_cast<v8::internal::Address>(f)) 267 // FUNCTION_CAST<F>(addr) casts an address into a function 271 return reinterpret_cast<F>(reinterpret_cast<Address>(addr)); 275 F FUNCTION_CAST(Address addr) { 287 (reinterpret_cast<v8::internal::Address*>( \ 686 typedef bool (*ConstraintCallback)(Address new_addr, Address old_addr) [all...] |
| /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/ |
| Acpi40.h | 25 /// ACPI 4.0 Generic Address Space definition
32 UINT64 Address;
36 // Generic Address Space Address IDs
46 // Generic Address Space Access Sizes
392 /// Local APIC Address Override Structure
[all...] |
| Acpi50.h | 146 /// ACPI 5.0 Generic Address Space definition
153 UINT64 Address;
157 // Generic Address Space Address IDs
168 // Generic Address Space Access Sizes
522 /// Local APIC Address Override Structure
[all...] |
| Acpi51.h | 27 /// ACPI 5.1 Generic Address Space definition
34 UINT64 Address;
38 // Generic Address Space Address IDs
49 // Generic Address Space Access Sizes
414 /// Local APIC Address Override Structure
[all...] |
| Acpi60.h | 26 /// ACPI 6.0 Generic Address Space definition
33 UINT64 Address;
37 // Generic Address Space Address IDs
48 // Generic Address Space Access Sizes
415 /// Local APIC Address Override Structure
[all...] |
| Acpi61.h | 26 /// ACPI 6.1 Generic Address Space definition
33 UINT64 Address;
37 // Generic Address Space Address IDs
48 // Generic Address Space Access Sizes
415 /// Local APIC Address Override Structure
[all...] |
| /external/clang/lib/CodeGen/ |
| CGBuiltin.cpp | 116 Value *Address = CGF.EmitScalarExpr(E->getArg(1)); 121 Address, llvm::PointerType::getUnqual(Val->getType()), "cast"); 129 Value *Address = CGF.EmitScalarExpr(E->getArg(0)); 131 LValue LV = CGF.MakeNaturalAlignAddrLValue(Address, E->getType()); 184 /// arg0 - address to operate on 287 // lower address in both little- and big-Endian modes, but the "load" 459 // FIXME: Get right address space. 763 Value *Locality, *RW, *Address = EmitScalarExpr(E->getArg(0)); 771 return RValue::get(Builder.CreateCall(F, {Address, RW, Locality, Data})); [all...] |
| /external/llvm/lib/CodeGen/ |
| CodeGenPrepare.cpp | 66 STATISTIC(NumMemoryInsts, "Number of memory instructions whose address " 93 cl::desc("Address sinking in CGP using GEPs.")); 140 /// multiple load/stores of the same address. 345 // Don't merge if BB's address is taken. [all...] |
| /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
| SelectionDAGBuilder.cpp | [all...] |
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
| CodeGenPrepare.cpp | 112 STATISTIC(NumMemoryInsts, "Number of memory instructions whose address " 115 "Number of phis created when address " 118 "Number of select created when address " 144 cl::desc("Address sinking in CGP using GEPs.")); 197 cl::desc("Allow creation of Phis in Address sinking.")); 201 cl::desc("Allow creation of selects in Address sinking.")); 205 cl::desc("Allow combining of BaseReg field in Address sinking.")); 209 cl::desc("Allow combining of BaseGV field in Address sinking.")); 213 cl::desc("Allow combining of BaseOffs field in Address sinking.")); 217 cl::desc("Allow combining of ScaledReg field in Address sinking.")) [all...] |
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
| SystemZISelLowering.cpp | 146 // Expand jump table branches as address arithmetic followed by an 271 // Handle the various types of symbolic address. 748 case 'a': // Address register 793 case 'a': // Address register [all...] |
| /external/llvm/tools/llvm-objdump/ |
| MachODump.cpp | 72 cl::desc("Print full leading address")); 75 cl::desc("Print no leading address")); 352 outs() << "address index"; 354 outs() << "address index"; 628 uint64_t Address = Symbol.getValue(); 639 (*AddrMap)[Address] = SymName; 644 // GuessSymbolName is passed the address of what might be a symbol and a 646 // with that address or nullptr if no symbol is found with that address. 9204 uint64_t SegInfo::address(uint32_t SegIndex, uint64_t OffsetInSeg) { function in class:SegInfo [all...] |
| /external/mesa3d/src/gallium/auxiliary/util/ |
| dbghelp.h | 177 #define ADDRESS ADDRESS64 184 } ADDRESS,*LPADDRESS; 257 ADDRESS AddrPC; 258 ADDRESS AddrReturn; 259 ADDRESS AddrFrame; 260 ADDRESS AddrStack; 267 ADDRESS AddrBStore; 273 typedef DWORD64 (WINAPI *PGET_MODULE_BASE_ROUTINE64)(HANDLE hProcess,DWORD64 Address); 287 typedef DWORD (WINAPI *PGET_MODULE_BASE_ROUTINE)(HANDLE hProcess,DWORD Address); 349 DWORD64 Address; [all...] |
| /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/ |
| MachODump.cpp | 69 cl::desc("Print full leading address")); 358 outs() << "address index"; 360 outs() << "address index"; 573 // scattered: address 628 // scattered: address pcrel length extern type scattered value 636 // plain: address 717 // plain: address pcrel length extern type scattered symbolnum/section [all...] |
| /external/syzkaller/vendor/google.golang.org/api/compute/v0.beta/ |
| compute-gen.go | 1045 // NatIP: An external IP address associated with this instance. Specify 1046 // an unused static external IP address available to the project or 1048 // address pool. If you specify a static external IP address, it must 1082 // Address: A reserved address resource. 1083 type Address struct { 1084 // Address: The static external IP address represented by this resource. 1085 Address string `json:"address,omitempty" [all...] |
| /external/mdnsresponder/mDNSCore/ |
| mDNSEmbeddedAPI.h | 24 runs in a single address space and memory is extremely constrained. 43 multiple independent address spaces, you can still use the preferred 48 you're running on a small embedded system with a single address space, 157 kDNSType_A = 1, // 1 Address 175 kDNSType_X25, // 19 X_25 calling address 176 kDNSType_ISDN, // 20 ISDN calling address 178 kDNSType_NSAP, // 22 NSAP address 184 kDNSType_AAAA, // 28 IPv6 Address 190 kDNSType_ATMA, // 34 ATM Address 194 kDNSType_A6, // 38 IPv6 Address (deprecated [all...] |
| /external/u-boot/include/ |
| SA-1100.h | 44 typedef void *Address ; 187 * Controller (UDC) Address Register (read/write). 216 #define _Ser0UDCAR 0x80000004 /* Ser. port 0 UDC Address Reg. */ 237 #define Ser0UDCAR /* Ser. port 0 UDC Address Reg. */ \ 280 #define UDCAR_ADD Fld (7, 0) /* function ADDress */ 701 #define SDCR1_AME 0x00000020 /* Address Match Enable */ 707 #define SDCR2_AMV Fld (8, 0) /* Address Match Value */ [all...] |