Home
last modified time | relevance | path

Searched refs:enterBasicBlock (Results 1 – 12 of 12) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DReachingDefAnalysis.h144 void enterBasicBlock(const LoopTraversal::TraversedMBBInfo &TraversedMBB);
DExecutionDomainFix.h187 void enterBasicBlock(const LoopTraversal::TraversedMBBInfo &TraversedMBB);
DRegisterScavenging.h74 void enterBasicBlock(MachineBasicBlock &MBB);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DReachingDefAnalysis.cpp23 void ReachingDefAnalysis::enterBasicBlock( in enterBasicBlock() function in ReachingDefAnalysis
127 enterBasicBlock(TraversedMBB); in processBasicBlock()
DExecutionDomainFix.cpp152 void ExecutionDomainFix::enterBasicBlock( in enterBasicBlock() function in ExecutionDomainFix
397 enterBasicBlock(TraversedMBB); in processBasicBlock()
DRegisterScavenging.cpp84 void RegScavenger::enterBasicBlock(MachineBasicBlock &MBB) { in enterBasicBlock() function in RegScavenger
DPrologEpilogInserter.cpp1184 RS->enterBasicBlock(*BB); in replaceFrameIndices()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64SpeculationHardening.cpp289 RS.enterBasicBlock(MBB); in instrumentControlFlow()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMips16InstrInfo.cpp343 rs.enterBasicBlock(MBB); in loadImmediate()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/
DAVRExpandPseudoInsts.cpp869 RS.enterBasicBlock(MBB); in scavengeGPR8()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCFrameLowering.cpp636 RS.enterBasicBlock(*MBB); in findScratchRegister()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIInstrInfo.cpp652 RS.enterBasicBlock(MBB); in copyPhysReg()
1273 RS->enterBasicBlock(Entry); in calculateLDSSpillAddress()