/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ExecutionEngine/Orc/Shared/ |
D | VTuneSharedStructs.h | 83 static size_t size(const VTuneMethodBatch &MB) { in size() 87 static bool deserialize(SPSInputBuffer &IB, VTuneMethodBatch &MB) { in deserialize() 92 static bool serialize(SPSOutputBuffer &OB, const VTuneMethodBatch &MB) { in serialize()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ExecutionEngine/Orc/Shared/ |
D | VTuneSharedStructs.h | 83 static size_t size(const VTuneMethodBatch &MB) { in size() 87 static bool deserialize(SPSInputBuffer &IB, VTuneMethodBatch &MB) { in deserialize() 92 static bool serialize(SPSOutputBuffer &OB, const VTuneMethodBatch &MB) { in serialize()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ExecutionEngine/Orc/Shared/ |
D | VTuneSharedStructs.h | 87 static size_t size(const VTuneMethodBatch &MB) { in size() 91 static bool deserialize(SPSInputBuffer &IB, VTuneMethodBatch &MB) { in deserialize() 96 static bool serialize(SPSOutputBuffer &OB, const VTuneMethodBatch &MB) { in serialize()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/linalg/ |
H A D | matrix_triangular_solve_op_test.cc | 105 #define BM_MatrixTriangularSolveDev(B1, B2, M, N, MB, T, TT, D) \ argument 121 #define BM_MatrixTriangularSolve(B1, B2, M, N, MB) \ argument 129 #define BM_MatrixTriangularSolve(B1, B2, M, N, MB) \ argument
|
/aosp_15_r20/external/libchrome/base/ |
H A D | sys_info_android.cc | 108 const int64_t MB = 1024 * KB; in ParseSystemPropertyBytes() local 140 const int64_t MB = 1024 * 1024; in GetDalvikHeapSizeMB() local 158 const int64_t MB = 1024 * 1024; in GetDalvikHeapGrowthLimitMB() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/Orc/TargetProcess/ |
H A D | SimpleExecutorMemoryManager.cpp | 26 auto MB = sys::Memory::allocateMappedMemory( in allocate() local 102 sys::MemoryBlock MB(AllocToDestroy.first, AllocToDestroy.second.Size); in finalize() local 220 sys::MemoryBlock MB(Base, A.Size); in deallocateImpl() local
|
/aosp_15_r20/external/clang/lib/Rewrite/ |
H A D | Rewriter.cpp | 230 StringRef MB = SourceMgr->getBufferData(FID); in getEditBuffer() local 246 StringRef MB = SourceMgr->getBufferData(FID); in InsertText() local 323 StringRef MB = SourceMgr->getBufferData(FID); in ReplaceText() local 347 StringRef MB = SourceMgr->getBufferData(FID); in IncreaseIndentation() local
|
/aosp_15_r20/external/llvm/unittests/Support/ |
H A D | MemoryBufferTest.cpp | 80 ErrorOr<OwningBuffer> MB = MemoryBuffer::getFile(TestPath.c_str()); in TEST_F() local 173 OwningBuffer MB(MemoryBuffer::getMemBuffer(data)); in TEST_F() local 198 ErrorOr<OwningBuffer> MB = MemoryBuffer::getFileSlice(TestPath.str(), in TEST_F() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | SpecialCaseList.cpp | 82 std::unique_ptr<SpecialCaseList> SpecialCaseList::create(const MemoryBuffer *MB, in create() 118 bool SpecialCaseList::createInternal(const MemoryBuffer *MB, in createInternal() 126 bool SpecialCaseList::parse(const MemoryBuffer *MB, in parse()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/ |
H A D | SpecialCaseList.cpp | 81 std::unique_ptr<SpecialCaseList> SpecialCaseList::create(const MemoryBuffer *MB, in create() 117 bool SpecialCaseList::createInternal(const MemoryBuffer *MB, in createInternal() 125 bool SpecialCaseList::parse(const MemoryBuffer *MB, in parse()
|
/aosp_15_r20/external/llvm/tools/llvm-rtdyld/ |
H A D | llvm-rtdyld.cpp | 184 sys::MemoryBlock MB = sys::Memory::AllocateRWX(Size, nullptr, &Err); in preallocateSlab() local 199 sys::MemoryBlock MB((void *)OldSlabOffset, Size); in allocateFromSlab() local 228 sys::MemoryBlock MB = sys::Memory::AllocateRWX(Size, nullptr, &Err); in allocateCodeSection() local 248 sys::MemoryBlock MB = sys::Memory::AllocateRWX(Size, nullptr, &Err); in allocateDataSection() local
|
/aosp_15_r20/external/llvm/tools/llvm-c-test/ |
H A D | object.c | 21 LLVMMemoryBufferRef MB; in llvm_object_list_sections() local 53 LLVMMemoryBufferRef MB; in llvm_object_list_symbols() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ToolDrivers/llvm-lib/ |
H A D | LibDriver.cpp | 145 static Expected<COFF::MachineTypes> getCOFFFileMachine(MemoryBufferRef MB) { in getCOFFFileMachine() 163 static Expected<COFF::MachineTypes> getBitcodeFileMachine(MemoryBufferRef MB) { in getBitcodeFileMachine() 185 std::string &LibMachineSource, MemoryBufferRef MB) { in appendFile()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ToolDrivers/llvm-lib/ |
H A D | LibDriver.cpp | 145 static COFF::MachineTypes getCOFFFileMachine(MemoryBufferRef MB) { in getCOFFFileMachine() 167 static COFF::MachineTypes getBitcodeFileMachine(MemoryBufferRef MB) { in getBitcodeFileMachine() 193 std::string &LibMachineSource, MemoryBufferRef MB) { in appendFile()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | RDFRegisters.cpp | 86 const uint32_t *MB = RegMasks.get(M); in PhysicalRegisterInfo() local 107 const uint32_t *MB = getRegMaskBits(Reg); in getAliasSet() local 164 const uint32_t *MB = getRegMaskBits(RM.Reg); in aliasRM() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ |
H A D | RDFRegisters.cpp | 86 const uint32_t *MB = RegMasks.get(M); in PhysicalRegisterInfo() local 112 const uint32_t *MB = getRegMaskBits(Reg); in getAliasSet() local 169 const uint32_t *MB = getRegMaskBits(RM.Reg); in aliasRM() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/MCTargetDesc/ |
H A D | PPCMCTargetDesc.h | 61 static inline bool isRunOfOnes(unsigned Val, unsigned &MB, unsigned &ME) { in isRunOfOnes() 85 static inline bool isRunOfOnes64(uint64_t Val, unsigned &MB, unsigned &ME) { in isRunOfOnes64()
|
/aosp_15_r20/bootable/libbootloader/gbl/libgbl/src/slots/ |
H A D | partition.rs | 67 pub fn get_mut_data(&mut self) -> &mut MB { in get_mut_data() 73 pub fn get_data(&self) -> &MB { in get_data()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/PowerPC/MCTargetDesc/ |
H A D | PPCMCTargetDesc.h | 57 static inline bool isRunOfOnes(unsigned Val, unsigned &MB, unsigned &ME) { in isRunOfOnes() 81 static inline bool isRunOfOnes64(uint64_t Val, unsigned &MB, unsigned &ME) { in isRunOfOnes64()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ToolDrivers/llvm-dlltool/ |
H A D | DlltoolDriver.cpp | 58 ErrorOr<std::unique_ptr<llvm::MemoryBuffer>> MB = MemoryBuffer::getFile(Path); in openFile() local 112 std::unique_ptr<MemoryBuffer> MB = in dlltoolDriverMain() local
|
/aosp_15_r20/external/llvm/lib/Support/ |
H A D | SpecialCaseList.cpp | 70 std::unique_ptr<SpecialCaseList> SpecialCaseList::create(const MemoryBuffer *MB, in create() 87 bool SpecialCaseList::parse(const MemoryBuffer *MB, std::string &Error) { in parse()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ToolDrivers/llvm-dlltool/ |
H A D | DlltoolDriver.cpp | 62 ErrorOr<std::unique_ptr<llvm::MemoryBuffer>> MB = MemoryBuffer::getFile(Path); in openFile() local 144 std::unique_ptr<MemoryBuffer> MB = in dlltoolDriverMain() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/PowerPC/ |
H A D | PPCISelDAGToDAG.cpp | 667 unsigned &MB, unsigned &ME) { in isRotateAndMask() 836 unsigned MB, ME; in tryBitfieldInsert() local 4801 unsigned SH, MB, ME; in tryAsSingleRLWINM() local 4836 unsigned MB, ME; in tryAsSingleRLWINM8() local 4879 unsigned MB, ME; in tryAsPairOfRLDICL() local 4936 unsigned MB, ME; in tryAsSingleRLWIMI() local 4955 unsigned MB = 64 - countTrailingOnes(Imm64); in tryAsSingleRLDICL() local 5005 unsigned MB = 63 - countTrailingOnes(~Imm64); in tryAsSingleRLDICR() local 5016 unsigned MB, ME; in tryAsSingleRLDIMI() local 5550 unsigned Imm, SH, MB, ME; in Select() local [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/Orc/ |
H A D | MemoryMapper.cpp | 43 auto MB = sys::Memory::allocateMappedMemory( in reserve() local 160 auto MB = sys::MemoryBlock(Base.toPtr<void *>(), Size); in release() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
H A D | PPCInstrInfo.cpp | 415 unsigned MB = MI.getOperand(4).getImm(); in commuteInstructionImpl() local 1918 int64_t MB = MI->getOperand(3).getImm(); in optimizeCompareInstr() local 1950 int64_t MB = MI->getOperand(3).getImm(); in optimizeCompareInstr() local 2869 int64_t MB = MI.getOperand(3).getImm(); in convertToImmediateForm() local 2893 int64_t MB = MI.getOperand(3).getImm(); in convertToImmediateForm() local 3806 uint64_t MB = RightShift ? ShAmt : 0; in transformToImmFormFedByLI() local
|