Searched refs:Size3 (Results 1 – 7 of 7) sorted by relevance
/external/python/cpython3/Modules/_ctypes/ |
D | _ctypes_test.c | 833 } Size3; typedef 918 EXPORT(Size3) TestSize3() { in TestSize3() 919 Size3 f; in TestSize3()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86AvoidStoreForwardingBlocks.cpp | 612 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/ |
D | X86AvoidStoreForwardingBlocks.cpp | 610 unsigned Size3 = (LdDispImm + getRegSizeInBytes(LoadInst)) - LdDisp1; in breakBlockedCopies() local 611 buildCopies(Size3, LoadInst, LdDisp1, StoreInst, StDisp1, LMMOffset, in breakBlockedCopies()
|
/external/libffi/testsuite/libffi.bhaible/ |
D | testcases.c | 44 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()
|
D | test-callback.c | 744 {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()
|
D | test-call.c | 982 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/ |
D | AMDGPURegisterBankInfo.cpp | 2964 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()
|