/art/compiler/utils/arm/ |
assembler_arm.h | 171 class Address : public ValueObject { 185 Address(Register rn, int32_t offset = 0, Mode am = Offset) : rn_(rn), rm_(R0), 190 Address(Register rn, Register rm, Mode am = Offset) : rn_(rn), rm_(rm), offset_(0), 195 Address(Register rn, Register rm, Shift shift, uint32_t count, Mode am = Offset) : 202 explicit Address(int32_t offset) : 258 inline std::ostream& operator<<(std::ostream& os, const Address::Mode& rhs) { 414 virtual void ldr(Register rd, const Address& ad, Condition cond = AL) = 0; 415 virtual void str(Register rd, const Address& ad, Condition cond = AL) = 0; 417 virtual void ldrb(Register rd, const Address& ad, Condition cond = AL) = 0; 418 virtual void strb(Register rd, const Address& ad, Condition cond = AL) = 0 [all...] |
/external/llvm/lib/ExecutionEngine/ |
ExecutionEngine.cpp | 94 /// \brief Returns the address the GlobalVariable should be written into. The 258 uint64_t Address = 0; 262 Address = I->second; 263 return Address; 269 if (void* Address = (void *) getAddressToGlobalIfAvailable(S)) 270 return Address; 567 llvm_unreachable("Global hasn't had an address allocated yet!"); [all...] |
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
RuntimeDyld.cpp | 46 if (S.Address == nullptr) { 53 uint8_t *DataAddr = S.Address; 108 if (Sections[i].Address == LocalAddress) { 113 llvm_unreachable("Attempting to remap address of unknown section!"); 117 uint64_t Address; 118 if (std::error_code EC = Sym.getAddress(Address)) 121 if (Address == UnknownAddressOrSize) { 137 Result = Address - SectionAddress; 518 // Assign the address of each symbol 538 DEBUG(dbgs() << "Allocating common symbol " << Name << " address " [all...] |
/external/llvm/lib/Target/Mips/ |
MipsFastISel.cpp | 26 // All possible address modes. 27 class Address { 43 // Innocuous defaults for our address. 44 Address() : Kind(RegBase), Offset(0), GV(0) { Base.Reg = 0; } 108 bool computeAddress(const Value *Obj, Address &Addr); 109 bool computeCallAddress(const Value *V, Address &Addr); 110 void simplifyAddress(Address &Addr); 114 bool emitLoad(MVT VT, unsigned &ResultReg, Address &Addr, 116 bool emitStore(MVT VT, unsigned SrcReg, Address Addr, 118 bool emitStore(MVT VT, unsigned SrcReg, Address &Addr [all...] |
MipsSEISelLowering.cpp | [all...] |
/external/mesa3d/src/glx/ |
glxcmds.c | [all...] |
/external/mesa3d/src/mesa/drivers/x11/ |
glxapi.c | 1225 __GLXextFuncPtr Address; 1374 * Return address of named glX function, or NULL if not found. [all...] |
/packages/apps/Exchange/tests/src/com/android/exchange/utility/ |
CalendarUtilitiesTests.java | 27 import com.android.emailcommon.mail.Address; 322 assertEquals(Address.toHeader(new Address[] {new Address(ORGANIZER)}), msg.mTo); 368 assertEquals(Address.toHeader(new Address[] {new Address(ATTENDEE)}), msg.mTo); 430 assertEquals(Address.toHeader(new Address[] {new Address(ATTENDEE)}), msg.mTo) [all...] |
/packages/apps/UnifiedEmail/src/com/android/mail/providers/ |
Message.java | 37 import com.android.emailcommon.mail.Address; 426 setFrom(Address.toHeader(mimeMessage.getFrom())); 427 setTo(Address.toHeader(mimeMessage.getRecipients( 429 setCc(Address.toHeader(mimeMessage.getRecipients( 431 setBcc(Address.toHeader(mimeMessage.getRecipients( 433 setReplyTo(Address.toHeader(mimeMessage.getReplyTo()));
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
bluetoothapis.h | 38 BLUETOOTH_ADDRESS Address; 65 BLUETOOTH_ADDRESS address; member in struct:_BLUETOOTH_RADIO_INFO
|
ipexport.h | 38 IPAddr Address; 49 IPAddr Address; 83 IPAddr Address[1];
|
ndattrib.h | 135 DIAG_SOCKADDR Address;
|
iptypes.h | 49 BYTE Address[MAX_ADAPTER_ADDRESS_LENGTH]; 79 SOCKET_ADDRESS Address; 97 SOCKET_ADDRESS Address; 124 SOCKET_ADDRESS Address; 138 SOCKET_ADDRESS Address; 156 SOCKET_ADDRESS Address; 170 SOCKET_ADDRESS Address; 185 SOCKET_ADDRESS Address; 201 SOCKET_ADDRESS Address;
|
iscsidsc.h | 113 CHAR Address[MAX_ISCSI_PORTAL_ADDRESS_LEN]; 119 WCHAR Address[MAX_ISCSI_PORTAL_ADDRESS_LEN]; 257 CHAR Address[MAX_ISCSI_PORTAL_ADDRESS_LEN]; 265 WCHAR Address[MAX_ISCSI_PORTAL_ADDRESS_LEN]; 273 CHAR Address[MAX_ISCSI_PORTAL_ADDRESS_LEN]; 283 WCHAR Address[MAX_ISCSI_PORTAL_ADDRESS_LEN]; 317 HRESULT WINAPI AddISNSServerA(PCHAR Address); 318 HRESULT WINAPI AddISNSServerW(PWCHAR Address); 320 HRESULT WINAPI AddRadiusServerA(PCHAR Address); 321 HRESULT WINAPI AddRadiusServerW(PWCHAR Address); [all...] |
netioapi.h | 44 SOCKADDR_INET Address; 79 SOCKADDR_INET Address; 152 SOCKADDR_INET Address; 273 SOCKADDR_INET Address;
|
ntddcdrm.h | 105 UCHAR Address[4];
|
routprot.h | 158 DWORD Address; 167 IP_LOCAL_BINDING Address[0]; 170 #define SIZEOF_IP_BINDING(X) (FIELD_OFFSET(IP_ADAPTER_BINDING_INFO,Address[0]) + ((X) *sizeof(IP_LOCAL_BINDING)))
|
wsdtypes.h | 61 const WCHAR *Address;
|
wtsapi32.h | 116 BYTE Address[20];
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
FastISel.cpp | 760 // Assume that the callee is a constant address or null pointer. 773 llvm_unreachable("Unsupported callee address."); [all...] |
/external/llvm/lib/Target/PowerPC/ |
PPCFastISel.cpp | 66 typedef struct Address { 79 // Innocuous defaults for our address. 80 Address() 84 } Address; 152 bool PPCEmitLoad(MVT VT, unsigned &ResultReg, Address &Addr, 155 bool PPCEmitStore(MVT VT, unsigned SrcReg, Address &Addr); 156 bool PPCComputeAddress(const Value *Obj, Address &Addr); 157 void PPCSimplifyAddress(Address &Addr, MVT VT, bool &UseOffset, 286 // Given a value Obj, create an Address object Addr that represents its 287 // address. Return false if we can't handle it [all...] |
/external/llvm/lib/Target/X86/ |
X86ISelDAGToDAG.cpp | 302 /// \brief Address-mode matching performs shift-of-and to and-of-shift 353 // If the other operand is a TLS address, we should fold it instead. 360 // if the block also has an access to a second TLS address this will save 407 /// isCalleeLoad - Return true if call address is a load and it can be 465 /// Also try moving call address load from outside callseq_start to just 620 SDValue Address = N->getOperand(1); 626 // gs:0 (or fs:0 on X86-64) contains its own address. 628 if (ConstantSDNode *C = dyn_cast<ConstantSDNode>(Address)) 840 // than one use (unless all uses are for address computation). Besides, [all...] |
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/ |
BitcodeReader.cpp | [all...] |
/external/clang/lib/CodeGen/ |
CodeGenFunction.h | 228 /// \brief The base address of the captured record, passed in as the first 403 /// given address. Does nothing if T is not a C++ class type with a 409 /// the given address. 559 /// \a PrivateGen returns an address of the generated private variable. 850 /// BuildBlockByrefAddress - Computes address location of the 863 /// with an indirect branch. Every time we see the address of a label taken, [all...] |
/external/llvm/lib/Bitcode/Reader/ |
BitcodeReader.cpp | [all...] |