/aosp_15_r20/external/llvm/include/llvm/CodeGen/ |
H A D | LiveIntervalAnalysis.h | 212 SlotIndex getMBBStartIdx(const MachineBasicBlock *mbb) const { in getMBBStartIdx() 217 SlotIndex getMBBEndIdx(const MachineBasicBlock *mbb) const { in getMBBEndIdx() 222 const MachineBasicBlock *mbb) const { in isLiveInToMBB() 227 const MachineBasicBlock *mbb) const { in isLiveOutOfMBB()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/ |
D | LiveIntervals.h | 237 SlotIndex getMBBStartIdx(const MachineBasicBlock *mbb) const { in getMBBStartIdx() 242 SlotIndex getMBBEndIdx(const MachineBasicBlock *mbb) const { in getMBBEndIdx() 247 const MachineBasicBlock *mbb) const { in isLiveInToMBB() 252 const MachineBasicBlock *mbb) const { in isLiveOutOfMBB()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | LiveIntervals.h | 236 SlotIndex getMBBStartIdx(const MachineBasicBlock *mbb) const { in getMBBStartIdx() 241 SlotIndex getMBBEndIdx(const MachineBasicBlock *mbb) const { in getMBBEndIdx() 246 const MachineBasicBlock *mbb) const { in isLiveInToMBB() 251 const MachineBasicBlock *mbb) const { in isLiveOutOfMBB()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/ |
D | LiveIntervals.h | 237 SlotIndex getMBBStartIdx(const MachineBasicBlock *mbb) const { in getMBBStartIdx() 242 SlotIndex getMBBEndIdx(const MachineBasicBlock *mbb) const { in getMBBEndIdx() 247 const MachineBasicBlock *mbb) const { in isLiveInToMBB() 252 const MachineBasicBlock *mbb) const { in isLiveOutOfMBB()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/ |
H A D | LiveIntervals.h | 230 SlotIndex getMBBStartIdx(const MachineBasicBlock *mbb) const { in getMBBStartIdx() 235 SlotIndex getMBBEndIdx(const MachineBasicBlock *mbb) const { in getMBBEndIdx() 240 const MachineBasicBlock *mbb) const { in isLiveInToMBB() 245 const MachineBasicBlock *mbb) const { in isLiveOutOfMBB()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/ |
D | LiveIntervals.h | 237 SlotIndex getMBBStartIdx(const MachineBasicBlock *mbb) const { in getMBBStartIdx() 242 SlotIndex getMBBEndIdx(const MachineBasicBlock *mbb) const { in getMBBEndIdx() 247 const MachineBasicBlock *mbb) const { in isLiveInToMBB() 252 const MachineBasicBlock *mbb) const { in isLiveOutOfMBB()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/CodeGen/ |
D | LiveIntervals.h | 237 SlotIndex getMBBStartIdx(const MachineBasicBlock *mbb) const { in getMBBStartIdx() 242 SlotIndex getMBBEndIdx(const MachineBasicBlock *mbb) const { in getMBBEndIdx() 247 const MachineBasicBlock *mbb) const { in isLiveInToMBB() 252 const MachineBasicBlock *mbb) const { in isLiveOutOfMBB()
|
/aosp_15_r20/frameworks/av/media/libstagefright/tests/fuzzers/ |
H A D | IMediaSourceFuzzImpl.h | 75 MediaBufferBase* mbb = new MediaBufferFuzzImpl(buf.data(), buf.size()); in readMultiple() local 88 MediaBufferBase* mbb = new MediaBufferFuzzImpl(buf.data(), buf.size()); in readMultiple() local
|
H A D | FuzzerMediaUtility.h | 40 MediaBufferBase* mbb = new MediaBuffer(mBuffer.data(), mBuffer.size()); in read() local
|
/aosp_15_r20/external/llvm/lib/Target/ARM/ |
H A D | ARMConstantPoolValue.cpp | 234 const MachineBasicBlock *mbb, in ARMConstantPoolMBB() 243 const MachineBasicBlock *mbb, in Create()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
H A D | ARMConstantPoolValue.cpp | 264 const MachineBasicBlock *mbb, in ARMConstantPoolMBB() 273 const MachineBasicBlock *mbb, in Create()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/ |
H A D | ARMConstantPoolValue.cpp | 264 const MachineBasicBlock *mbb, in ARMConstantPoolMBB() 273 const MachineBasicBlock *mbb, in Create()
|
/aosp_15_r20/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/loaders/ |
H A D | LoaderRaw.java | 114 MappedByteBuffer mbb = inputStream.getChannel().map(FileChannel.MapMode.READ_ONLY, in buildRSVolume() local
|
/aosp_15_r20/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/ |
H A D | MappedByteBufferTest.java | 217 MappedByteBuffer mbb = ch.map(MapMode.READ_WRITE, 0L, 100L); in test_position() local
|
/aosp_15_r20/libcore/ojluni/src/test/java/nio/MappedByteBuffer/ |
H A D | ForceViews.java | 103 MappedByteBuffer mbb = fc.map(READ_WRITE, mapPosition, mapLength); in test() local
|
/aosp_15_r20/external/llvm/lib/CodeGen/ |
H A D | CalcSpillWeights.cpp | 134 MachineBasicBlock *mbb = nullptr; in calculateSpillWeightAndHint() local
|
H A D | RegisterPressure.cpp | 223 const MachineBasicBlock *mbb, in init()
|
/aosp_15_r20/external/clang/test/CodeGenCXX/ |
H A D | mangle-ms-back-references.cpp | 27 void mbb(bool a, bool b) {} in mbb() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | CalcSpillWeights.cpp | 155 MachineBasicBlock *mbb = nullptr; in weightCalcHelper() local
|
/aosp_15_r20/external/flatbuffers/grpc/tests/ |
H A D | message_builder_test.cpp | 20 bool release_n_verify(flatbuffers::grpc::MessageBuilder &mbb, in release_n_verify()
|
/aosp_15_r20/cts/tests/tests/content/src/android/content/res/cts/ |
H A D | AssetFileDescriptor_AutoCloseInputStreamTest.java | 369 MappedByteBuffer mbb = fc.map(FileChannel.MapMode.READ_ONLY, mapPosition, mapSize); in testOffsetCorrectFileChannelMap() local
|
/aosp_15_r20/external/llvm/lib/CodeGen/SelectionDAG/ |
H A D | InstrEmitter.cpp | 1044 InstrEmitter::InstrEmitter(MachineBasicBlock *mbb, in InstrEmitter()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | InstrEmitter.cpp | 1160 InstrEmitter::InstrEmitter(MachineBasicBlock *mbb, in InstrEmitter()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | InstrEmitter.cpp | 1396 InstrEmitter::InstrEmitter(const TargetMachine &TM, MachineBasicBlock *mbb, in InstrEmitter()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ |
H A D | RegisterPressure.cpp | 266 const MachineBasicBlock *mbb, in init()
|