/external/llvm/lib/Target/AArch64/ |
AArch64ISelDAGToDAG.cpp | 237 EVT MemType; 244 MemType = MVT::i32; 247 MemType = MVT::i32; 250 MemType = MVT::i32; 253 MemType = MVT::i64; 257 MemType.getSizeInBits()), 270 MachinePointerInfo::getConstantPool(), MemType,
|
/dalvik/vm/compiler/codegen/arm/ |
CodegenCommon.cpp | 35 static void setMemRefType(ArmLIR *lir, bool isLoad, int memType) 48 switch(memType) { 65 ALOGE("Jit: invalid memref kind - %d", memType);
|
/dalvik/vm/compiler/codegen/mips/ |
CodegenCommon.cpp | 35 static void setMemRefType(MipsLIR *lir, bool isLoad, int memType) 50 switch(memType) { 67 ALOGE("Jit: invalid memref kind - %d", memType);
|
/hardware/samsung_slsi/exynos5/mobicore/common/MobiCore/inc/ |
mcLoadFormat.h | 118 memType_t memType; /**< Type of memory the service must be executed from. */
|
/hardware/qcom/display/libcopybit/ |
copybit_c2d.cpp | 338 uint32 memtype, *gpuaddr; local 346 memtype = KGSL_USER_MEM_TYPE_PMEM; 348 memtype = KGSL_USER_MEM_TYPE_ASHMEM; 350 memtype = KGSL_USER_MEM_TYPE_ION; 357 handle->offset, memtype, (void**)&gpuaddr); [all...] |
/external/llvm/lib/Target/Hexagon/ |
HexagonISelDAGToDAG.cpp | 315 static bool OffsetFitsS11(EVT MemType, int64_t Offset) { 316 if (MemType == MVT::i64 && isShiftedInt<11,3>(Offset)) { 319 if (MemType == MVT::i32 && isShiftedInt<11,2>(Offset)) { 322 if (MemType == MVT::i16 && isShiftedInt<11,1>(Offset)) { 325 if (MemType == MVT::i8 && isInt<11>(Offset)) { [all...] |
/device/lge/mako/camera/mm-camera-interface/ |
mm_camera_stream.c | 435 ALOGV("%s: stream fd=%d, ioctl VIDIOC_REQBUFS: memtype = %d, num_frames = %d, rc=%d\n", 531 CDBG("%s: stream fd=%d, ioctl VIDIOC_REQBUFS: memtype = %d,"
|
/hardware/qcom/media/libc2dcolorconvert/ |
C2DColorConverter.cpp | 492 param.memtype = KGSL_USER_MEM_TYPE_ION;
|
/hardware/qcom/msm8960/kernel-headers/linux/ |
msm_kgsl.h | 294 enum kgsl_user_mem_type memtype; member in struct:kgsl_map_user_mem
|
/hardware/qcom/msm8960/original-kernel-headers/linux/ |
msm_kgsl.h | 374 enum kgsl_user_mem_type memtype; member in struct:kgsl_map_user_mem
|
/external/llvm/lib/Target/ARM/ |
ARMISelLowering.cpp | [all...] |