HomeSort by relevance Sort by last modified time
    Searched refs:applyAlignment (Results 1 - 11 of 11) sorted by null

  /external/swiftshader/third_party/subzero/src/
IceUtils.h 89 inline uint32_t applyAlignment(uint32_t Value, uint32_t Alignment) {
IceTargetLowering.cpp 883 Utils::applyAlignment(PaddingStart, SpillAreaAlignmentBytes);
892 Utils::applyAlignment(GlobalsSize, LocalsSlotsAlignmentBytes);
    [all...]
IceCfg.cpp     [all...]
IceTargetLoweringX8632Traits.h 720 return Utils::applyAlignment(Value, X86_STACK_ALIGNMENT_BYTES);
    [all...]
IceTargetLoweringMIPS32.h 109 Utils::applyAlignment(CurrentAllocaOffset, FixedAllocaAlignBytes);
    [all...]
IceTargetLoweringX8664Traits.h 802 return Utils::applyAlignment(Value, X86_STACK_ALIGNMENT_BYTES);
    [all...]
IceTargetLoweringMIPS32.cpp 101 return Utils::applyAlignment(Value, typeAlignInBytes);
107 return Utils::applyAlignment(Value, MIPS32_STACK_ALIGNMENT_BYTES);
    [all...]
IceTargetLoweringX86Base.h 165 return Utils::applyAlignment(typeWidthInBytes(Ty), WordSizeInBytes);
    [all...]
IceTargetLoweringARM32.cpp 205 return Utils::applyAlignment(Value, ARM32_STACK_ALIGNMENT_BYTES);
217 return Utils::applyAlignment(Value, typeAlignInBytes);
    [all...]
IceTargetLoweringX86BaseImpl.h     [all...]
  /frameworks/base/media/java/android/media/
MediaCodecInfo.java     [all...]

Completed in 186 milliseconds