Searched refs:BlockISELList (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/llvm/lib/Target/PowerPC/ |
D | PPCExpandISEL.cpp | 57 typedef SmallVector<MachineInstr *, 4> BlockISELList; typedef in __anon73ec9bbc0111::PPCExpandISEL 58 typedef SmallDenseMap<int, BlockISELList> ISELInstructionList; 68 void handleSpecialCases(BlockISELList &BIL, MachineBasicBlock *MBB); 69 void reorganizeBlockLayout(BlockISELList &BIL, MachineBasicBlock *MBB); 70 void populateBlocks(BlockISELList &BIL); 71 void expandMergeableISELs(BlockISELList &BIL); 159 BlockISELList thisBlockISELs; in collectISELInstructions() 199 BlockISELList &CurrentISELList = BlockList.second; in expandAndMergeISELs() 243 BlockISELList SubISELList; in expandAndMergeISELs() 262 void PPCExpandISEL::handleSpecialCases(BlockISELList &BIL, in handleSpecialCases() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCExpandISEL.cpp | 57 typedef SmallVector<MachineInstr *, 4> BlockISELList; typedef in __anon7de405300111::PPCExpandISEL 58 typedef SmallDenseMap<int, BlockISELList> ISELInstructionList; 68 void handleSpecialCases(BlockISELList &BIL, MachineBasicBlock *MBB); 69 void reorganizeBlockLayout(BlockISELList &BIL, MachineBasicBlock *MBB); 70 void populateBlocks(BlockISELList &BIL); 71 void expandMergeableISELs(BlockISELList &BIL); 159 BlockISELList thisBlockISELs; in collectISELInstructions() 199 BlockISELList &CurrentISELList = BlockList.second; in expandAndMergeISELs() 243 BlockISELList SubISELList; in expandAndMergeISELs() 262 void PPCExpandISEL::handleSpecialCases(BlockISELList &BIL, in handleSpecialCases() [all …]
|