Home
last modified time | relevance | path

Searched refs:Size3 (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython3/Modules/_ctypes/
D_ctypes_test.c833 } Size3; typedef
918 EXPORT(Size3) TestSize3() { in TestSize3()
919 Size3 f; in TestSize3()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86AvoidStoreForwardingBlocks.cpp612 unsigned Size3 = (LdDispImm + getRegSizeInBytes(LoadInst)) - LdDisp1; in breakBlockedCopies() local
613 buildCopies(Size3, LoadInst, LdDisp1, StoreInst, StDisp1, LMMOffset, in breakBlockedCopies()
/external/llvm-project/llvm/lib/Target/X86/
DX86AvoidStoreForwardingBlocks.cpp610 unsigned Size3 = (LdDispImm + getRegSizeInBytes(LoadInst)) - LdDisp1; in breakBlockedCopies() local
611 buildCopies(Size3, LoadInst, LdDisp1, StoreInst, StDisp1, LMMOffset, in breakBlockedCopies()
/external/libffi/testsuite/libffi.bhaible/
Dtestcases.c44 typedef struct { char x1; char x2; char x3; } Size3; typedef
98 Size3 Size3_1={'a','b','c'};
469 Size3 ABI_ATTR S3_v (void) in S3_v()
Dtest-callback.c744 {Size3 r = Size3_1; in S3_v_simulator()
747 *(Size3*)retp = r; in S3_v_simulator()
2099 Size3 r = S3_v(); in main()
2108 ffi_type_Size3.size = sizeof(Size3); in main()
2109 ffi_type_Size3.alignment = alignof_slot(Size3); in main()
2114 r = ((Size3 (ABI_ATTR *) (void)) callback_code) (); in main()
Dtest-call.c982 Size3 r = S3_v(); in small_structure_return_tests()
990 ffi_type_Size3.size = sizeof(Size3); in small_structure_return_tests()
991 ffi_type_Size3.alignment = alignof_slot(Size3); in small_structure_return_tests()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPURegisterBankInfo.cpp2964 unsigned Size3 = MRI.getType(Offset).getSizeInBits(); in getInstrMapping() local
2975 OpdsMapping[3] = AMDGPU::getValueMapping(OffsetBank, Size3); in getInstrMapping()
3147 unsigned Size3 = MRI.getType(VIndex).getSizeInBits(); in getInstrMapping() local
3159 OpdsMapping[3] = AMDGPU::getValueMapping(AMDGPU::VGPRRegBankID, Size3); in getInstrMapping()