Home
last modified time | relevance | path

Searched refs:computeBlockSize (Results 1 – 16 of 16) sorted by relevance

/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
DBranchRelaxation.cpp102 uint64_t computeBlockSize(const MachineBasicBlock &MBB) const;
132 assert(BlockInfo[Num].Size == computeBlockSize(MBB)); in INITIALIZE_PASS()
160 BlockInfo[MBB.getNumber()].Size = computeBlockSize(MBB); in scanFunction()
167 uint64_t BranchRelaxation::computeBlockSize(const MachineBasicBlock &MBB) const { in computeBlockSize() function in BranchRelaxation
265 BlockInfo[OrigBB->getNumber()].Size = computeBlockSize(*OrigBB); in splitBlockBeforeInstr()
269 BlockInfo[NewBB->getNumber()].Size = computeBlockSize(*NewBB); in splitBlockBeforeInstr()
486 BlockInfo[BranchBB->getNumber()].Size = computeBlockSize(*BranchBB); in fixupUnconditionalBranch()
502 BlockInfo[PrevBB->getNumber()].Size = computeBlockSize(*PrevBB); in fixupUnconditionalBranch()
512 BlockInfo[RestoreBB->getNumber()].Size = computeBlockSize(*RestoreBB); in fixupUnconditionalBranch()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64CompressJumpTables.cpp40 int computeBlockSize(MachineBasicBlock &MBB);
67 int AArch64CompressJumpTables::computeBlockSize(MachineBasicBlock &MBB) { in computeBlockSize() function in AArch64CompressJumpTables
87 Offset = AlignedOffset + computeBlockSize(MBB); in scanFunction()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/
DAArch64CompressJumpTables.cpp42 std::optional<int> computeBlockSize(MachineBasicBlock &MBB);
73 AArch64CompressJumpTables::computeBlockSize(MachineBasicBlock &MBB) { in computeBlockSize() function in AArch64CompressJumpTables
100 auto BlockSize = computeBlockSize(MBB); in scanFunction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DBranchRelaxation.cpp103 uint64_t computeBlockSize(const MachineBasicBlock &MBB) const;
134 assert(BlockInfo[Num].Size == computeBlockSize(MBB)); in INITIALIZE_PASS()
162 BlockInfo[MBB.getNumber()].Size = computeBlockSize(MBB); in scanFunction()
169 uint64_t BranchRelaxation::computeBlockSize(const MachineBasicBlock &MBB) const { in computeBlockSize() function in BranchRelaxation
261 BlockInfo[OrigBB->getNumber()].Size = computeBlockSize(*OrigBB); in splitBlockBeforeInstr()
265 BlockInfo[NewBB->getNumber()].Size = computeBlockSize(*NewBB); in splitBlockBeforeInstr()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMBasicBlockInfo.h127 computeBlockSize(&MBB); in computeAllBlockSizes()
130 void computeBlockSize(MachineBasicBlock *MBB);
DARMBasicBlockInfo.cpp47 void ARMBasicBlockUtils::computeBlockSize(MachineBasicBlock *MBB) { in computeBlockSize() function in llvm::ARMBasicBlockUtils
DARMConstantIslandPass.cpp956 BBUtils->computeBlockSize(OrigBB); in splitBlockBeforeInstr()
960 BBUtils->computeBlockSize(NewBB); in splitBlockBeforeInstr()
1305 BBUtils->computeBlockSize(UserMBB); in createNewWater()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/
DARMBasicBlockInfo.h127 computeBlockSize(&MBB); in computeAllBlockSizes()
130 void computeBlockSize(MachineBasicBlock *MBB);
DARMBasicBlockInfo.cpp47 void ARMBasicBlockUtils::computeBlockSize(MachineBasicBlock *MBB) { in computeBlockSize() function in llvm::ARMBasicBlockUtils
DARMConstantIslandPass.cpp1045 BBUtils->computeBlockSize(OrigBB); in splitBlockBeforeInstr()
1049 BBUtils->computeBlockSize(NewBB); in splitBlockBeforeInstr()
1394 BBUtils->computeBlockSize(UserMBB); in createNewWater()
/external/llvm/lib/Target/AArch64/
DAArch64BranchRelaxation.cpp95 void computeBlockSize(const MachineBasicBlock &MBB);
169 computeBlockSize(MBB); in scanFunction()
177 void AArch64BranchRelaxation::computeBlockSize(const MachineBasicBlock &MBB) { in computeBlockSize() function in AArch64BranchRelaxation
249 computeBlockSize(*OrigBB); in splitBlockBeforeInstr()
253 computeBlockSize(*NewBB); in splitBlockBeforeInstr()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/CSKY/
DCSKYConstantIslandPass.cpp243 void computeBlockSize(MachineBasicBlock *MBB);
487 computeBlockSize(&*I); in initializeFunctionInfo()
583 void CSKYConstantIslands::computeBlockSize(MachineBasicBlock *MBB) { in computeBlockSize() function in CSKYConstantIslands
700 computeBlockSize(OrigBB); in splitBlockBeforeInstr()
704 computeBlockSize(NewBB); in splitBlockBeforeInstr()
/external/llvm/lib/Target/Mips/
DMipsConstantIslandPass.cpp383 void computeBlockSize(MachineBasicBlock *MBB);
650 computeBlockSize(&*I); in initializeFunctionInfo()
799 void MipsConstantIslands::computeBlockSize(MachineBasicBlock *MBB) { in computeBlockSize() function in MipsConstantIslands
914 computeBlockSize(OrigBB); in splitBlockBeforeInstr()
918 computeBlockSize(NewBB); in splitBlockBeforeInstr()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Mips/
DMipsConstantIslandPass.cpp385 void computeBlockSize(MachineBasicBlock *MBB);
641 computeBlockSize(&MBB); in initializeFunctionInfo()
784 void MipsConstantIslands::computeBlockSize(MachineBasicBlock *MBB) { in computeBlockSize() function in MipsConstantIslands
895 computeBlockSize(OrigBB); in splitBlockBeforeInstr()
899 computeBlockSize(NewBB); in splitBlockBeforeInstr()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsConstantIslandPass.cpp385 void computeBlockSize(MachineBasicBlock *MBB);
647 computeBlockSize(&*I); in initializeFunctionInfo()
790 void MipsConstantIslands::computeBlockSize(MachineBasicBlock *MBB) { in computeBlockSize() function in MipsConstantIslands
901 computeBlockSize(OrigBB); in splitBlockBeforeInstr()
905 computeBlockSize(NewBB); in splitBlockBeforeInstr()
/external/llvm/lib/Target/ARM/
DARMConstantIslandPass.cpp333 void computeBlockSize(MachineBasicBlock *MBB);
745 computeBlockSize(&MBB); in initializeFunctionInfo()
906 void ARMConstantIslands::computeBlockSize(MachineBasicBlock *MBB) { in computeBlockSize() function in ARMConstantIslands
1037 computeBlockSize(OrigBB); in splitBlockBeforeInstr()
1041 computeBlockSize(NewBB); in splitBlockBeforeInstr()
1403 computeBlockSize(UserMBB); in createNewWater()