Searched refs:Size4 (Results 1 – 9 of 9) sorted by relevance
/external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFExpression.h | 41 Size4 = 2, enumerator 52 SignedSize4 = SignBit | Size4,
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFExpression.h | 38 Size4 = 2, enumerator 48 SignedSize4 = SignBit | Size4,
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFExpression.cpp | 37 Descriptions[DW_OP_const4u] = Desc(Op::Dwarf2, Op::Size4); in getDescriptions() 88 Descriptions[DW_OP_call4] = Desc(Op::Dwarf3, Op::Size4); in getDescriptions() 151 case Operation::Size4: in extract()
|
/external/llvm-project/llvm/lib/DebugInfo/DWARF/ |
D | DWARFExpression.cpp | 36 Descriptions[DW_OP_const4u] = Desc(Op::Dwarf2, Op::Size4); in getDescriptions() 87 Descriptions[DW_OP_call4] = Desc(Op::Dwarf3, Op::Size4); in getDescriptions() 148 case Operation::Size4: in extract()
|
/external/python/cpython3/Modules/_ctypes/ |
D | _ctypes_test.c | 840 } Size4; typedef 926 EXPORT(Size4) TestSize4() { in TestSize4() 927 Size4 f; in TestSize4()
|
/external/libffi/testsuite/libffi.bhaible/ |
D | testcases.c | 45 typedef struct { char x1; char x2; char x3; char x4; } Size4; typedef 99 Size4 Size4_1={'a','b','c','d'}; 475 Size4 ABI_ATTR S4_v (void) in S4_v()
|
D | test-callback.c | 752 {Size4 r = Size4_1; in S4_v_simulator() 755 *(Size4*)retp = r; in S4_v_simulator() 2124 Size4 r = S4_v(); in main() 2133 ffi_type_Size4.size = sizeof(Size4); in main() 2134 ffi_type_Size4.alignment = alignof_slot(Size4); in main() 2139 r = ((Size4 (ABI_ATTR *) (void)) callback_code) (); in main()
|
D | test-call.c | 1005 Size4 r = S4_v(); in small_structure_return_tests() 1013 ffi_type_Size4.size = sizeof(Size4); in small_structure_return_tests() 1014 ffi_type_Size4.alignment = alignof_slot(Size4); in small_structure_return_tests()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPURegisterBankInfo.cpp | 3148 unsigned Size4 = MRI.getType(Offset).getSizeInBits(); in getInstrMapping() local 3160 OpdsMapping[4] = AMDGPU::getValueMapping(OffsetBank, Size4); in getInstrMapping()
|