/external/llvm-project/polly/tools/GPURuntime/ |
D | GPUJIT.c | 557 long MemSize) { in copyFromHostToDeviceCL() 574 long MemSize) { in copyFromDeviceToHostCL() 641 static PollyGPUDevicePtr *allocateMemoryForDeviceCL(long MemSize) { in allocateMemoryForDeviceCL() 1381 long MemSize) { in copyFromHostToDeviceCUDA() 1389 long MemSize) { in copyFromDeviceToHostCUDA() 1509 static PollyGPUDevicePtr *allocateMemoryForDeviceCUDA(long MemSize) { in allocateMemoryForDeviceCUDA() 1645 long MemSize) { in polly_copyFromHostToDevice() 1665 long MemSize) { in polly_copyFromDeviceToHost() 1727 PollyGPUDevicePtr *polly_allocateMemoryForDevice(long MemSize) { in polly_allocateMemoryForDevice()
|
/external/lzma/CPP/7zip/Compress/ |
D | PpmdEncoder.h | 19 UInt32 MemSize; member
|
/external/llvm-project/llvm/lib/Target/Mips/ |
D | MipsLegalizerInfo.cpp | 23 unsigned MemSize; member 29 static bool isUnalignedMemmoryAccess(uint64_t MemSize, uint64_t AlignInBits) { in isUnalignedMemmoryAccess() 344 unsigned MemSize = (**MI.memoperands_begin()).getSize(); in legalizeCustom() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsLegalizerInfo.cpp | 23 unsigned MemSize; member
|
/external/llvm-project/llvm/lib/Target/AMDGPU/ |
D | AMDGPULegalizerInfo.cpp | 272 unsigned MemSize = Query.MMODescrs[0].SizeInBits; in isLoadStoreSizeLegal() local 1036 unsigned MemSize = Query.MMODescrs[0].SizeInBits; in AMDGPULegalizerInfo() local 1155 unsigned MemSize = Query.MMODescrs[0].SizeInBits; in AMDGPULegalizerInfo() local 1225 unsigned MemSize = Query.MMODescrs[0].SizeInBits; in AMDGPULegalizerInfo() local 2388 const unsigned MemSize = 8 * MMO->getSize(); in legalizeLoad() local 3622 const int MemSize = MMO->getSize(); in legalizeBufferStore() local 3704 const int MemSize = MMO->getSize(); in legalizeBufferLoad() local 4449 const unsigned MemSize = (Size + 7) / 8; in legalizeSBufferLoad() local
|
D | AMDGPURegisterBankInfo.cpp | 1453 const unsigned MemSize = (Ty.getSizeInBits() + 7) / 8; in applyMappingSBufferLoad() local 1797 const int MemSize = (*MI.memoperands_begin())->getSize(); in selectStoreIntrinsic() local
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64LoadStoreOptimizer.cpp | 830 int MemSize = getMemScale(*Paired); in mergePairedInsns() local 1257 int MemSize = getMemScale(MI); in findMatchingInsn() local
|
/external/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
D | CallLowering.cpp | 371 unsigned MemSize = LocVT == MVT::iPTR ? DL.getPointerSize() in handleAssignments() local
|
/external/swiftshader/third_party/subzero/src/ |
D | WasmTranslator.cpp | 1190 Node MemSize(uint32_t Offset) { in MemSize() function in IceBuilder 1364 SizeT MemSize = Module->module->min_mem_pages * WASM_PAGE_SIZE; in sanitizeAddress() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64LoadStoreOptimizer.cpp | 883 int MemSize = TII->getMemScale(*Paired); in mergePairedInsns() local 1497 int MemSize = TII->getMemScale(MI); in findMatchingInsn() local
|
/external/llvm-project/llvm/lib/Target/AArch64/ |
D | AArch64LoadStoreOptimizer.cpp | 883 int MemSize = TII->getMemScale(*Paired); in mergePairedInsns() local 1503 int MemSize = TII->getMemScale(MI); in findMatchingInsn() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPULegalizerInfo.cpp | 668 unsigned MemSize = Query.MMODescrs[0].SizeInBits; in AMDGPULegalizerInfo() local 760 unsigned MemSize = Query.MMODescrs[0].SizeInBits; in AMDGPULegalizerInfo() local 826 unsigned MemSize = Query.MMODescrs[0].SizeInBits; in AMDGPULegalizerInfo() local
|
D | AMDGPUInstructionSelector.cpp | 826 const unsigned MemSize, in getBufferStoreOpcode() 846 const unsigned MemSize, in getBufferStoreFormatOpcode() 984 const int MemSize = MMO->getSize(); in selectStoreIntrinsic() local
|
D | AMDGPURegisterBankInfo.cpp | 1376 const int MemSize = (*MI.memoperands_begin())->getSize(); in selectStoreIntrinsic() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | TargetInstrInfo.cpp | 548 int64_t MemSize = 0; in foldMemoryOperand() local
|
/external/llvm-project/llvm/tools/llvm-objcopy/ELF/ |
D | Object.h | 453 uint64_t MemSize = 0; variable
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | TargetInstrInfo.cpp | 579 int64_t MemSize = 0; in foldMemoryOperand() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/ |
D | LegalizerInfo.h | 173 uint64_t MemSize; member
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/ |
D | ELFYAML.h | 98 Optional<llvm::yaml::Hex64> MemSize; member
|
/external/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
D | LegalizerInfo.h | 177 uint64_t MemSize; member
|
/external/llvm-project/llvm/include/llvm/ObjectYAML/ |
D | ELFYAML.h | 624 Optional<llvm::yaml::Hex64> MemSize; member
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonFrameLowering.cpp | 2156 unsigned MemSize = (1U << (HII.getMemAccessSize(MI) - 1)); in optimizeSpillSlots() local
|
/external/llvm/lib/Target/X86/ |
D | X86FastISel.cpp | 3383 unsigned MemSize = ResVT.getSizeInBits()/8; in fastLowerCall() local
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86FastISel.cpp | 3601 unsigned MemSize = ResVT.getSizeInBits()/8; in fastLowerCall() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonFrameLowering.cpp | 2361 unsigned MemSize = HII.getMemAccessSize(MI); in optimizeSpillSlots() local
|