Home
last modified time | relevance | path

Searched refs:getObjectSize (Results 1 – 25 of 99) sorted by relevance

1234

/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DparseConst.cpp123 size = node->getType().getObjectSize(); in visitAggregate()
167 size_t instanceSize = type.getObjectSize(); in visitConstantUnion()
174 size_t size = node->getType().getObjectSize(); in visitConstantUnion()
197 if (node->getType().getObjectSize() > 1) in visitConstantUnion()
213 if (node->getType().getObjectSize() > 1) in visitConstantUnion()
DIntermediate.cpp1205 size_t size = fields[j]->type()->getObjectSize(); in CompareStruct()
1230 size_t offset = typeWithoutArrayness.getObjectSize() * i; in CompareStructure()
1405 size_t objectSize = getType().getObjectSize(); in fold()
1413 if (constantNode->getType().getObjectSize() == 1 && objectSize > 1) { in fold()
1418 } else if (constantNode->getType().getObjectSize() > 1 && objectSize == 1) { in fold()
1420 unionArray = new ConstantUnion[constantNode->getType().getObjectSize()]; in fold()
1421 for (size_t i = 0; i < constantNode->getType().getObjectSize(); ++i) in fold()
1424 objectSize = constantNode->getType().getObjectSize(); in fold()
2029 size_t size = node->getType().getObjectSize(); in promoteConstantUnion()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXPrologEpilogPass.cpp106 Offset += MFI.getObjectSize(FrameIdx); in AdjustStackOffset()
125 Offset += MFI.getObjectSize(FrameIdx); in AdjustStackOffset()
165 FixedOff = MFI.getObjectOffset(i) + MFI.getObjectSize(i); in calculateFrameObjectOffsets()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DStackColoring.cpp1190 LLVM_DEBUG(dbgs() << "Slot #" << i << " - " << MFI->getObjectSize(i) in runOnMachineFunction()
1192 TotalSize += MFI->getObjectSize(i); in runOnMachineFunction()
1252 return MFI->getObjectSize(LHS) > MFI->getObjectSize(RHS); in runOnMachineFunction()
1296 assert(MFI->getObjectSize(FirstSlot) >= in runOnMachineFunction()
1297 MFI->getObjectSize(SecondSlot) && in runOnMachineFunction()
1301 ReducedSize += MFI->getObjectSize(SecondSlot); in runOnMachineFunction()
DPrologEpilogInserter.cpp640 Offset += MFI.getObjectSize(FrameIdx); in AdjustStackOffset()
659 Offset += MFI.getObjectSize(FrameIdx); in AdjustStackOffset()
690 int ObjSize = MFI.getObjectSize(i); in computeFreeStackSlots()
725 int64_t ObjSize = MFI.getObjectSize(FrameIdx); in scavengeStackSlot()
832 FixedOff = MFI.getObjectOffset(i) + MFI.getObjectSize(i); in calculateFrameObjectOffsets()
847 Offset += MFI.getObjectSize(i); in calculateFrameObjectOffsets()
872 Offset += MFI.getObjectSize(i); in calculateFrameObjectOffsets()
1211 unsigned Size = MF.getFrameInfo().getObjectSize(FrameIdx); in replaceFrameIndices()
DLocalStackSlotAllocation.cpp149 Offset += MFI.getObjectSize(FrameIdx); in AdjustStackOffset()
169 Offset += MFI.getObjectSize(FrameIdx); in AdjustStackOffset()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
DRewriteDfdy.cpp171 size_t objectSize = node->getType().getObjectSize(); in visitAggregateWithRotation()
197 size_t objectSize = node->getType().getObjectSize(); in visitAggregateWithoutRotation()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DThumb1InstrInfo.cpp95 MFI.getObjectSize(FI), MFI.getObjectAlignment(FI)); in storeRegToStackSlot()
124 MFI.getObjectSize(FI), MFI.getObjectAlignment(FI)); in loadRegFromStackSlot()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DR600FrameLowering.cpp39 OffsetBytes += MFI.getObjectSize(i); in getFrameIndexReference()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZInstrBuilder.h39 MFFrame.getObjectSize(FI), MFFrame.getObjectAlignment(FI)); in addFrameReference()
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DIntermNode.cpp717 size_t elementSize = mArguments.front()->getAsTyped()->getType().getObjectSize(); in getConstantValue()
734 size_t resultSize = getType().getObjectSize(); in getConstantValue()
747 if (argumentTyped->getType().getObjectSize() == 1u) in getConstantValue()
815 size_t argumentSize = argumentTyped->getType().getObjectSize(); in getConstantValue()
1717 size_t arrayElementSize = arrayElementType.getObjectSize(); in FoldIndexing()
1889 previousFieldsSize += fields[i]->type()->getObjectSize(); in getConstantValue()
1980 size_t sizeRemaining = mType.getObjectSize(); in fold()
1988 std::min(typedArg->getType().getObjectSize(), sizeRemaining); in fold()
2000 sizeRemaining -= typedArg->getType().getObjectSize(); in fold()
2032 size_t objectSize = leftType.getObjectSize(); in FoldBinary()
[all …]
DStructureHLSL.cpp440 size_t remainingComponents = ctorType.getObjectSize(); in addBuiltInConstructor()
446 const size_t parameterSize = parameter.getObjectSize(); in addBuiltInConstructor()
453 remainingComponents -= parameter.getObjectSize(); in addBuiltInConstructor()
DTypes.cpp443 if (getObjectSize() > 16) in canReplaceWithConstantUnion()
507 size_t TType::getObjectSize() const in getObjectSize() function in sh::TType
852 size_t fieldSize = field->type()->getObjectSize(); in calculateObjectSize()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DIntermNode.cpp844 size_t elementSize = mArguments.front()->getAsTyped()->getType().getObjectSize(); in getConstantValue()
861 size_t resultSize = getType().getObjectSize(); in getConstantValue()
874 if (argumentTyped->getType().getObjectSize() == 1u) in getConstantValue()
942 size_t argumentSize = argumentTyped->getType().getObjectSize(); in getConstantValue()
2043 const size_t size = mType.getObjectSize(); in isConstantNullValue()
2068 size_t arrayElementSize = arrayElementType.getObjectSize(); in FoldIndexing()
2240 previousFieldsSize += fields[i]->type()->getObjectSize(); in getConstantValue()
2331 size_t sizeRemaining = mType.getObjectSize(); in fold()
2339 std::min(typedArg->getType().getObjectSize(), sizeRemaining); in fold()
2351 sizeRemaining -= typedArg->getType().getObjectSize(); in fold()
[all …]
DStructureHLSL.cpp516 size_t remainingComponents = ctorType.getObjectSize(); in addBuiltInConstructor()
522 const size_t parameterSize = parameter.getObjectSize(); in addBuiltInConstructor()
529 remainingComponents -= parameter.getObjectSize(); in addBuiltInConstructor()
DTypes.cpp438 if (getObjectSize() > 16) in canReplaceWithConstantUnion()
498 size_t TType::getObjectSize() const in getObjectSize() function in sh::TType
857 size_t fieldSize = field->type()->getObjectSize(); in calculateObjectSize()
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
DRewriteDfdy.cpp62 size_t objectSize = node->getType().getObjectSize(); in visitUnary()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsFrameLowering.cpp123 Size += MFI.getObjectSize(I); in estimateStackSize()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DStatepointLowering.cpp115 if (MFI.getObjectSize(FI) == SpillSize) { in allocateStackSlot()
357 MFI.getObjectSize(FI.getIndex()), in getMachineMemOperand()
387 assert((MFI.getObjectSize(Index) * 8) == in spillIncomingStatepointValue()
398 MFI.getObjectSize(Index), in spillIncomingStatepointValue()
1033 MFI.getObjectSize(Index), in visitGCRelocate()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/
DMSP430InstrInfo.cpp48 MachineMemOperand::MOStore, MFI.getObjectSize(FrameIdx), in storeRegToStackSlot()
75 MachineMemOperand::MOLoad, MFI.getObjectSize(FrameIdx), in loadRegFromStackSlot()
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/
DShaderCompileTreeTest.cpp74 size_t objectSize = type.getObjectSize(); in visitConstantUnion()
/third_party/flutter/skia/third_party/externals/angle2/src/tests/test_utils/
DShaderCompileTreeTest.cpp74 size_t objectSize = type.getObjectSize(); in visitConstantUnion()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/
DARCInstrInfo.cpp306 MachineMemOperand::MOStore, MFI.getObjectSize(FrameIndex), Align); in storeRegToStackSlot()
333 MachineMemOperand::MOLoad, MFI.getObjectSize(FrameIndex), Align); in loadRegFromStackSlot()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/
DXCoreInstrInfo.cpp372 MachineMemOperand::MOStore, MFI.getObjectSize(FrameIndex), in storeRegToStackSlot()
394 MachineMemOperand::MOLoad, MFI.getObjectSize(FrameIndex), in loadRegFromStackSlot()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyRegisterInfo.cpp66 assert(MFI.getObjectSize(FrameIndex) != 0 && in eliminateFrameIndex()

1234