Home
last modified time | relevance | path

Searched refs:NeedsPadding (Results 1 – 4 of 4) sorted by relevance

/external/deqp-deps/amber/src/
Dformat.cc145 bool Format::NeedsPadding(type::Type* t) const { in NeedsPadding() function in amber::Format
327 if (NeedsPadding(type)) { in AddSegmentsForType()
352 if (NeedsPadding(type)) { in AddSegmentsForType()
Dformat.h219 bool NeedsPadding(type::Type* t) const;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86MCInstLower.cpp964 bool NeedsPadding = SRVK == MCSymbolRefExpr::VK_TLSGD; in LowerTlsAddr() local
965 if (NeedsPadding) in LowerTlsAddr()
975 if (NeedsPadding) { in LowerTlsAddr()
/external/clang/lib/CodeGen/
DTargetInfo.cpp925 bool &NeedsPadding) const;
1431 bool &NeedsPadding) const { in shouldAggregateUseDirect()
1438 NeedsPadding = false; in shouldAggregateUseDirect()
1450 NeedsPadding = true; in shouldAggregateUseDirect()
1522 bool NeedsPadding = false; in classifyArgumentType() local
1524 if (shouldAggregateUseDirect(Ty, State, InReg, NeedsPadding)) { in classifyArgumentType()
1533 llvm::IntegerType *PaddingType = NeedsPadding ? Int32 : nullptr; in classifyArgumentType()