Home
last modified time | relevance | path

Searched refs:blockStartIndex (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/CodeGen/
DSlotIndexes.cpp74 SlotIndex blockStartIndex(&indexList.back(), SlotIndex::Slot_Block); in runOnMachineFunction() local
91 MBBRanges[MBB.getNumber()].first = blockStartIndex; in runOnMachineFunction()
94 idx2MBBMap.push_back(IdxMBBPair(blockStartIndex, &MBB)); in runOnMachineFunction()
/external/llvm-project/llvm/lib/CodeGen/
DSlotIndexes.cpp83 SlotIndex blockStartIndex(&indexList.back(), SlotIndex::Slot_Block); in runOnMachineFunction() local
100 MBBRanges[MBB.getNumber()].first = blockStartIndex; in runOnMachineFunction()
103 idx2MBBMap.push_back(IdxMBBPair(blockStartIndex, &MBB)); in runOnMachineFunction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DSlotIndexes.cpp83 SlotIndex blockStartIndex(&indexList.back(), SlotIndex::Slot_Block); in runOnMachineFunction() local
100 MBBRanges[MBB.getNumber()].first = blockStartIndex; in runOnMachineFunction()
103 idx2MBBMap.push_back(IdxMBBPair(blockStartIndex, &MBB)); in runOnMachineFunction()
/external/exoplayer/tree/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/wav/
DWavExtractor.java487 int blockStartIndex = blockIndex * blockSize; in decodeBlockForChannel() local
488 int headerStartIndex = blockStartIndex + channelIndex * 4; in decodeBlockForChannel()