HomeSort by relevance Sort by last modified time
    Searched refs:getMBBFromIndex (Results 1 - 25 of 52) sorted by null

1 2 3

  /external/swiftshader/third_party/LLVM/lib/CodeGen/
LiveRangeCalc.cpp 67 MachineBasicBlock *KillMBB = Indexes->getMBBFromIndex(Kill.getPrevSlot());
206 DomTree->getNode(Indexes->getMBBFromIndex(IDomValue.first->def));
217 DomTree->getNode(Indexes->getMBBFromIndex(Value.first->def));
SplitKit.cpp 163 MachineFunction::iterator MFI = LIS.getMBBFromIndex(LVI->start);
246 MFI = LIS.getMBBFromIndex(LVI->start);
262 MachineFunction::const_iterator MFI = LIS.getMBBFromIndex(LVI->start);
591 assert(LIS.getMBBFromIndex(Start) == LIS.getMBBFromIndex(End) &&
727 MachineBasicBlock *ValMBB = LIS.getMBBFromIndex(VNI->def);
777 MachineBasicBlock *DefMBB = LIS.getMBBFromIndex(ParentVNI->def);
857 MachineFunction::iterator MBB = LIS.getMBBFromIndex(Start);
    [all...]
InlineSpiller.cpp 370 SV.SpillMBB = LIS.getMBBFromIndex(SV.SpillVNI->def);
388 DepSV.SpillMBB = LIS.getMBBFromIndex(DepSV.SpillVNI->def);
714 MachineBasicBlock *MBB = LIS.getMBBFromIndex(SVI.SpillVNI->def);
811 MachineBasicBlock *MBB = LIS.getMBBFromIndex(VNI->def);
    [all...]
MachineVerifier.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
LiveIntervalAnalysis.h 231 MachineBasicBlock* getMBBFromIndex(SlotIndex index) const {
232 return Indexes->getMBBFromIndex(index);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
LiveIntervalAnalysis.h 246 MachineBasicBlock* getMBBFromIndex(SlotIndex index) const {
247 return Indexes->getMBBFromIndex(index);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
LiveIntervalAnalysis.h 250 MachineBasicBlock* getMBBFromIndex(SlotIndex index) const {
251 return Indexes->getMBBFromIndex(index);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
LiveIntervalAnalysis.h 250 MachineBasicBlock* getMBBFromIndex(SlotIndex index) const {
251 return Indexes->getMBBFromIndex(index);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
LiveIntervalAnalysis.h 250 MachineBasicBlock* getMBBFromIndex(SlotIndex index) const {
251 return Indexes->getMBBFromIndex(index);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
LiveIntervalAnalysis.h 250 MachineBasicBlock* getMBBFromIndex(SlotIndex index) const {
251 return Indexes->getMBBFromIndex(index);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
LiveIntervalAnalysis.h 250 MachineBasicBlock* getMBBFromIndex(SlotIndex index) const {
251 return Indexes->getMBBFromIndex(index);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
LiveIntervalAnalysis.h 250 MachineBasicBlock* getMBBFromIndex(SlotIndex index) const {
251 return Indexes->getMBBFromIndex(index);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
LiveIntervalAnalysis.h 246 MachineBasicBlock* getMBBFromIndex(SlotIndex index) const {
247 return Indexes->getMBBFromIndex(index);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
LiveIntervalAnalysis.h 250 MachineBasicBlock* getMBBFromIndex(SlotIndex index) const {
251 return Indexes->getMBBFromIndex(index);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
LiveIntervalAnalysis.h 250 MachineBasicBlock* getMBBFromIndex(SlotIndex index) const {
251 return Indexes->getMBBFromIndex(index);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
LiveIntervalAnalysis.h 250 MachineBasicBlock* getMBBFromIndex(SlotIndex index) const {
251 return Indexes->getMBBFromIndex(index);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
LiveIntervalAnalysis.h 250 MachineBasicBlock* getMBBFromIndex(SlotIndex index) const {
251 return Indexes->getMBBFromIndex(index);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
LiveIntervalAnalysis.h 250 MachineBasicBlock* getMBBFromIndex(SlotIndex index) const {
251 return Indexes->getMBBFromIndex(index);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
LiveIntervalAnalysis.h 250 MachineBasicBlock* getMBBFromIndex(SlotIndex index) const {
251 return Indexes->getMBBFromIndex(index);
  /external/llvm/lib/CodeGen/
LiveRangeCalc.cpp 244 MachineBasicBlock *UseMBB = Indexes->getMBBFromIndex(Use.getPrevSlot());
420 DomTree->getNode(Indexes->getMBBFromIndex(IDomValue.first->def));
431 DomTree->getNode(Indexes->getMBBFromIndex(Value.first->def));
SplitKit.cpp 201 LIS.getMBBFromIndex(LVI->start)->getIterator();
284 MFI = LIS.getMBBFromIndex(LVI->start)->getIterator();
301 LIS.getMBBFromIndex(LVI->start)->getIterator();
635 assert(LIS.getMBBFromIndex(Start) == LIS.getMBBFromIndex(End) &&
775 MachineBasicBlock *MBB1 = LIS.getMBBFromIndex((*It1)->def);
776 MachineBasicBlock *MBB2 = LIS.getMBBFromIndex((*It2)->def);
829 MachineBasicBlock *ValMBB = LIS.getMBBFromIndex(VNI->def);
881 MachineBasicBlock *DefMBB = LIS.getMBBFromIndex(ParentVNI->def);
    [all...]
LiveIntervalAnalysis.cpp 366 const MachineBasicBlock *MBB = Indexes.getMBBFromIndex(Idx.getPrevSlot());
591 MachineBasicBlock *KillMBB = Indexes->getMBBFromIndex(Kill);
795 // getMBBFromIndex doesn't need to search the MBB table when both indexes
797 MachineBasicBlock *MBB1 = Indexes->getMBBFromIndex(Start);
798 MachineBasicBlock *MBB2 = Indexes->getMBBFromIndex(Stop);
807 const MachineBasicBlock *PHIMBB = getMBBFromIndex(PHI->def);
    [all...]
InlineSpiller.cpp 362 MachineBasicBlock *DefMBB = LIS.getMBBFromIndex(SrcVNI->def);
380 MachineBasicBlock *MBB = LIS.getMBBFromIndex(SrcVNI->def);
479 MachineBasicBlock *MBB = LIS.getMBBFromIndex(VNI->def);
    [all...]
RenameIndependentSubregs.cpp 312 MachineBasicBlock &MBB = *Indexes.getMBBFromIndex(Def);
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
LiveIntervalAnalysis.h 234 MachineBasicBlock* getMBBFromIndex(SlotIndex index) const {
235 return indexes_->getMBBFromIndex(index);

Completed in 506 milliseconds

1 2 3