/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | ReachingDefAnalysis.cpp | 22 void ReachingDefAnalysis::enterBasicBlock( in enterBasicBlock() function in ReachingDefAnalysis 126 enterBasicBlock(TraversedMBB); in processBasicBlock()
|
D | ExecutionDomainFix.cpp | 152 void ExecutionDomainFix::enterBasicBlock( in enterBasicBlock() function in ExecutionDomainFix 398 enterBasicBlock(TraversedMBB); in processBasicBlock()
|
D | RegisterScavenging.cpp | 84 void RegScavenger::enterBasicBlock(MachineBasicBlock &MBB) { in enterBasicBlock() function in RegScavenger
|
D | PrologEpilogInserter.cpp | 1044 RS->enterBasicBlock(*BB); in replaceFrameIndices()
|
/external/llvm/lib/CodeGen/ |
D | ExecutionDepsFix.cpp | 200 void enterBasicBlock(MachineBasicBlock*); 360 void ExeDepsFix::enterBasicBlock(MachineBasicBlock *MBB) { in enterBasicBlock() function in ExeDepsFix 769 enterBasicBlock(MBB); in runOnMachineFunction() 781 enterBasicBlock(MBB); in runOnMachineFunction()
|
D | RegisterScavenging.cpp | 63 void RegScavenger::enterBasicBlock(MachineBasicBlock &MBB) { in enterBasicBlock() function in RegScavenger
|
D | PrologEpilogInserter.cpp | 1050 if (RS && !FrameIndexVirtualScavenging) RS->enterBasicBlock(*BB); in replaceFrameIndices() 1161 RS->enterBasicBlock(MBB); in doScavengeFrameVirtualRegs()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | ExecutionDepsFix.cpp | 152 void enterBasicBlock(); 274 void ExeDepsFix::enterBasicBlock() { in enterBasicBlock() function in ExeDepsFix 486 enterBasicBlock(); in runOnMachineFunction()
|
D | PrologEpilogInserter.cpp | 735 if (RS && !FrameIndexVirtualScavenging) RS->enterBasicBlock(BB); in replaceFrameIndices() 820 RS->enterBasicBlock(BB); in scavengeFrameVirtualRegs()
|
D | RegisterScavenging.cpp | 79 void RegScavenger::enterBasicBlock(MachineBasicBlock *mbb) { in enterBasicBlock() function in RegScavenger
|
D | BranchFolding.cpp | 372 RS->enterBasicBlock(CurMBB); in MaintainLiveIns()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | ReachingDefAnalysis.h | 103 void enterBasicBlock(const LoopTraversal::TraversedMBBInfo &TraversedMBB);
|
D | ExecutionDomainFix.h | 188 void enterBasicBlock(const LoopTraversal::TraversedMBBInfo &TraversedMBB);
|
D | RegisterScavenging.h | 75 void enterBasicBlock(MachineBasicBlock &MBB);
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | RegisterScavenging.h | 78 void enterBasicBlock(MachineBasicBlock *mbb);
|
/external/llvm/include/llvm/CodeGen/ |
D | RegisterScavenging.h | 76 void enterBasicBlock(MachineBasicBlock &MBB);
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/ |
D | Mips16InstrInfo.cpp | 348 rs.enterBasicBlock(MBB); in loadImmediate()
|
/external/llvm/lib/Target/Mips/ |
D | Mips16InstrInfo.cpp | 328 rs.enterBasicBlock(MBB); in loadImmediate()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64A57FPLoadBalancing.cpp | 501 RS.enterBasicBlock(MBB); in scavengeRegister()
|
/external/clang/include/clang/Analysis/Analyses/ |
D | ThreadSafetyTraverse.h | 260 void enterBasicBlock(BasicBlock &BB) {} in enterBasicBlock() function
|
D | ThreadSafetyTIL.h | 1633 Vs.enterBasicBlock(*this); in traverse()
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMLoadStoreOptimizer.cpp | 1190 RS->enterBasicBlock(&MBB); in LoadStoreMultipleOpti()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCFrameLowering.cpp | 597 RS.enterBasicBlock(*MBB); in findScratchRegister()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/ |
D | AVRExpandPseudoInsts.cpp | 868 RS.enterBasicBlock(MBB); in scavengeGPR8()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
D | PPCFrameLowering.cpp | 609 RS.enterBasicBlock(*MBB); in findScratchRegister()
|