Searched refs:computeBlockSize (Results 1 - 7 of 7) sorted by relevance

/external/llvm/lib/Target/AArch64/
H A DAArch64BranchRelaxation.cpp88 void computeBlockSize(const MachineBasicBlock &MBB);
157 computeBlockSize(MBB);
163 /// computeBlockSize - Compute the size for MBB.
165 void AArch64BranchRelaxation::computeBlockSize(const MachineBasicBlock &MBB) { function in class:AArch64BranchRelaxation
239 computeBlockSize(*OrigBB);
243 computeBlockSize(*NewBB);
/external/chromium_org/third_party/angle/src/libGLESv2/
H A Dformatutils.h95 GLuint computeBlockSize(GLenum type, GLsizei width, GLsizei height) const;
H A Dformatutils.cpp580 return rx::roundUp(computeBlockSize(type, width, 1), static_cast<GLuint>(alignment));
588 GLuint InternalFormat::computeBlockSize(GLenum type, GLsizei width, GLsizei height) const function in class:gl::InternalFormat
H A DlibGLESv2.cpp758 if (imageSize < 0 || static_cast<GLuint>(imageSize) != formatInfo.computeBlockSize(GL_UNSIGNED_BYTE, width, height))
818 if (imageSize < 0 || static_cast<GLuint>(imageSize) != formatInfo.computeBlockSize(GL_UNSIGNED_BYTE, width, height))
5128 if (imageSize < 0 || static_cast<GLuint>(imageSize) != formatInfo.computeBlockSize(GL_UNSIGNED_BYTE, width, height))
5181 if (imageSize < 0 || static_cast<GLuint>(imageSize) != formatInfo.computeBlockSize(GL_UNSIGNED_BYTE, width, height))
/external/llvm/lib/Target/Mips/
H A DMipsConstantIslandPass.cpp393 void computeBlockSize(MachineBasicBlock *MBB);
663 computeBlockSize(I);
814 /// computeBlockSize - Compute the size and some alignment information for MBB.
816 void MipsConstantIslands::computeBlockSize(MachineBasicBlock *MBB) { function in class:MipsConstantIslands
933 computeBlockSize(OrigBB);
937 computeBlockSize(NewBB);
/external/llvm/lib/Target/ARM/
H A DARMConstantIslandPass.cpp312 void computeBlockSize(MachineBasicBlock *MBB);
644 computeBlockSize(I);
797 /// computeBlockSize - Compute the size and some alignment information for MBB.
799 void ARMConstantIslands::computeBlockSize(MachineBasicBlock *MBB) { function in class:ARMConstantIslands
931 computeBlockSize(OrigBB);
935 computeBlockSize(NewBB);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.contenttype_3.4.100.v20100505-1235.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 141 milliseconds