Home
last modified time | relevance | path

Searched defs:IsPacked (Results 1 – 19 of 19) sorted by relevance

/external/llvm/include/llvm/Linker/
DIRMover.h30 bool IsPacked; member
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Linker/
DIRMover.h29 bool IsPacked; member
/external/llvm-project/llvm/include/llvm/Linker/
DIRMover.h29 bool IsPacked; member
/external/llvm-project/clang-tools-extra/clang-tidy/altera/
DStructPackAlignCheck.cpp82 bool IsPacked = Struct->hasAttr<PackedAttr>(); in check() local
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DFieldDescriptor.cs204 …public bool IsPacked => File.Proto.Syntax == "proto2" ? Proto.Options?.Packed ?? false : !Proto.Op… field in Google.Protobuf.Reflection.FieldDescriptor
/external/deqp-deps/amber/src/
Dformat.h106 bool IsPacked() const { in IsPacked() function
Dtype.h214 bool IsPacked() const { return pack_size_in_bits_ > 0; } in IsPacked() function
/external/protobuf/src/google/protobuf/util/
Dtype_resolver_util_test.cc110 bool IsPacked(const Type& type, const std::string& name) { in IsPacked() function in google::protobuf::util::__anon294036ab0111::DescriptorPoolTypeResolverTest
/external/llvm/lib/Linker/
DIRMover.cpp307 bool IsPacked = STy->isPacked(); in get() local
1324 bool IsPacked) { in findNonOpaque()
/external/llvm-project/llvm/lib/Linker/
DIRMover.cpp314 bool IsPacked = STy->isPacked(); in get() local
1559 bool IsPacked) { in findNonOpaque()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Linker/
DIRMover.cpp318 bool IsPacked = STy->isPacked(); in get() local
1550 bool IsPacked) { in findNonOpaque()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/MCTargetDesc/
DAMDGPUInstPrinter.cpp940 bool IsPacked, bool HasDstSel) { in allOpsDefaultValue()
977 const bool IsPacked = in printPackedModifier() local
/external/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
DAMDGPUInstPrinter.cpp1039 bool IsPacked, bool HasDstSel) { in allOpsDefaultValue()
1076 const bool IsPacked = in printPackedModifier() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIDefines.h87 IsPacked = UINT64_C(1) << 49, enumerator
/external/llvm-project/llvm/lib/Target/AMDGPU/
DSIDefines.h88 IsPacked = UINT64_C(1) << 49, enumerator
/external/mesa3d/src/imgui/
Dimgui.h2041 bool IsPacked() const { return X != 0xFFFF; } in IsPacked() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/AsmParser/
DAMDGPUAsmParser.cpp6347 const bool IsPacked = (Desc.TSFlags & SIInstrFlags::IsPacked) != 0; in cvtVOP3P() local
/external/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
DAMDGPUAsmParser.cpp7162 const bool IsPacked = (Desc.TSFlags & SIInstrFlags::IsPacked) != 0; in cvtVOP3P() local
/external/llvm-project/clang/lib/CodeGen/
DTargetInfo.cpp10558 bool IsPacked = !Field2Off.isMultipleOf(Field2Align); in coerceAndExpandFPCCEligibleStruct() local