/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
D | parseConst.cpp | 123 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()
|
D | Intermediate.cpp | 1205 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/ |
D | NVPTXPrologEpilogPass.cpp | 106 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/ |
D | StackColoring.cpp | 1190 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()
|
D | PrologEpilogInserter.cpp | 640 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()
|
D | LocalStackSlotAllocation.cpp | 149 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/ |
D | RewriteDfdy.cpp | 171 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/ |
D | Thumb1InstrInfo.cpp | 95 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/ |
D | R600FrameLowering.cpp | 39 OffsetBytes += MFI.getObjectSize(i); in getFrameIndexReference()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZInstrBuilder.h | 39 MFFrame.getObjectSize(FI), MFFrame.getObjectAlignment(FI)); in addFrameReference()
|
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/ |
D | IntermNode.cpp | 717 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 …]
|
D | StructureHLSL.cpp | 440 size_t remainingComponents = ctorType.getObjectSize(); in addBuiltInConstructor() 446 const size_t parameterSize = parameter.getObjectSize(); in addBuiltInConstructor() 453 remainingComponents -= parameter.getObjectSize(); in addBuiltInConstructor()
|
D | Types.cpp | 443 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/ |
D | IntermNode.cpp | 844 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 …]
|
D | StructureHLSL.cpp | 516 size_t remainingComponents = ctorType.getObjectSize(); in addBuiltInConstructor() 522 const size_t parameterSize = parameter.getObjectSize(); in addBuiltInConstructor() 529 remainingComponents -= parameter.getObjectSize(); in addBuiltInConstructor()
|
D | Types.cpp | 438 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/ |
D | RewriteDfdy.cpp | 62 size_t objectSize = node->getType().getObjectSize(); in visitUnary()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsFrameLowering.cpp | 123 Size += MFI.getObjectSize(I); in estimateStackSize()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | StatepointLowering.cpp | 115 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/ |
D | MSP430InstrInfo.cpp | 48 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/ |
D | ShaderCompileTreeTest.cpp | 74 size_t objectSize = type.getObjectSize(); in visitConstantUnion()
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/test_utils/ |
D | ShaderCompileTreeTest.cpp | 74 size_t objectSize = type.getObjectSize(); in visitConstantUnion()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/ |
D | ARCInstrInfo.cpp | 306 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/ |
D | XCoreInstrInfo.cpp | 372 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/ |
D | WebAssemblyRegisterInfo.cpp | 66 assert(MFI.getObjectSize(FrameIndex) != 0 && in eliminateFrameIndex()
|