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

1 2 3 4 5

  /external/swiftshader/third_party/LLVM/lib/CodeGen/
LiveRangeCalc.h 106 SlotIndexes *Indexes,
114 void updateSSA(SlotIndexes *Indexes,
120 void updateLiveIns(VNInfo *VNI, SlotIndexes*);
141 SlotIndexes *Indexes,
159 SlotIndexes *Indexes,
169 SlotIndexes *Indexes,
219 void calculateValues(SlotIndexes *Indexes,
SlotIndexes.cpp 1 //===-- SlotIndexes.cpp - Slot Indexes Pass ------------------------------===//
10 #define DEBUG_TYPE "slotindexes"
12 #include "llvm/CodeGen/SlotIndexes.h"
21 char SlotIndexes::ID = 0;
22 INITIALIZE_PASS(SlotIndexes, "slotindexes",
28 void SlotIndexes::getAnalysisUsage(AnalysisUsage &au) const {
33 void SlotIndexes::releaseMemory() {
40 bool SlotIndexes::runOnMachineFunction(MachineFunction &fn) {
113 void SlotIndexes::renumberIndexes()
    [all...]
InterferenceCache.h 24 SlotIndexes *Indexes;
53 SlotIndexes *Indexes;
76 void clear(MachineFunction *mf, SlotIndexes *indexes) {
130 void init(MachineFunction*, LiveIntervalUnion*, SlotIndexes*,
MachineLoopRanges.cpp 23 INITIALIZE_PASS_DEPENDENCY(SlotIndexes)
32 AU.addRequiredTransitive<SlotIndexes>();
40 Indexes = &getAnalysis<SlotIndexes>();
59 SlotIndexes &Indexes)
LiveStackAnalysis.cpp 35 AU.addPreserved<SlotIndexes>();
36 AU.addRequiredTransitive<SlotIndexes>();
Splitter.h 15 #include "llvm/CodeGen/SlotIndexes.h"
30 class SlotIndexes;
57 SlotIndexes *sis;
LiveRangeCalc.cpp 30 void LiveRangeCalc::updateLiveIns(VNInfo *OverrideVNI, SlotIndexes *Indexes) {
59 SlotIndexes *Indexes,
64 assert(Indexes && "Missing SlotIndexes");
91 void LiveRangeCalc::calculateValues(SlotIndexes *Indexes,
94 assert(Indexes && "Missing SlotIndexes");
104 SlotIndexes *Indexes,
171 void LiveRangeCalc::updateSSA(SlotIndexes *Indexes,
174 assert(Indexes && "Missing SlotIndexes");
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
MachineLoopRanges.h 21 #include "llvm/CodeGen/SlotIndexes.h"
49 MachineLoopRange(const MachineLoop*, Allocator&, SlotIndexes&);
91 SlotIndexes *Indexes;
  /external/llvm/lib/CodeGen/
LiveStackAnalysis.cpp 30 INITIALIZE_PASS_DEPENDENCY(SlotIndexes)
38 AU.addPreserved<SlotIndexes>();
39 AU.addRequiredTransitive<SlotIndexes>();
SlotIndexes.cpp 1 //===-- SlotIndexes.cpp - Slot Indexes Pass ------------------------------===//
10 #include "llvm/CodeGen/SlotIndexes.h"
19 #define DEBUG_TYPE "slotindexes"
21 char SlotIndexes::ID = 0;
22 INITIALIZE_PASS(SlotIndexes, "slotindexes",
28 void SlotIndexes::getAnalysisUsage(AnalysisUsage &au) const {
33 void SlotIndexes::releaseMemory() {
41 bool SlotIndexes::runOnMachineFunction(MachineFunction &fn) {
106 void SlotIndexes::renumberIndexes()
    [all...]
MachineFunctionPrinterPass.cpp 17 #include "llvm/CodeGen/SlotIndexes.h"
48 MF.print(OS, getAnalysisIfAvailable<SlotIndexes>());
LiveRangeCalc.h 39 SlotIndexes *Indexes;
154 SlotIndexes*,
InterferenceCache.h 55 SlotIndexes *Indexes;
99 void clear(MachineFunction *mf, SlotIndexes *indexes, LiveIntervals *lis) {
163 void init(MachineFunction*, LiveIntervalUnion*, SlotIndexes*, LiveIntervals*,
VirtRegMap.cpp 161 SlotIndexes *Indexes;
189 INITIALIZE_PASS_DEPENDENCY(SlotIndexes)
202 AU.addRequired<SlotIndexes>();
203 AU.addPreserved<SlotIndexes>();
217 Indexes = &getAnalysis<SlotIndexes>();
264 for (SlotIndexes::MBBIndexIterator MBBI = Indexes->findMBBIndex(First);
308 SlotIndexes::MBBIndexIterator I = Indexes->MBBIndexBegin();
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
LiveStacks.cpp 30 INITIALIZE_PASS_DEPENDENCY(SlotIndexes)
38 AU.addPreserved<SlotIndexes>();
39 AU.addRequiredTransitive<SlotIndexes>();
SlotIndexes.cpp 1 //===-- SlotIndexes.cpp - Slot Indexes Pass ------------------------------===//
10 #include "llvm/CodeGen/SlotIndexes.h"
19 #define DEBUG_TYPE "slotindexes"
21 char SlotIndexes::ID = 0;
22 INITIALIZE_PASS(SlotIndexes, DEBUG_TYPE,
28 void SlotIndexes::getAnalysisUsage(AnalysisUsage &au) const {
33 void SlotIndexes::releaseMemory() {
41 bool SlotIndexes::runOnMachineFunction(MachineFunction &fn) {
106 void SlotIndexes::removeMachineInstrFromMaps(MachineInstr &MI) {
121 void SlotIndexes::removeSingleMachineInstrFromMaps(MachineInstr &MI)
    [all...]
InterferenceCache.h 21 #include "llvm/CodeGen/SlotIndexes.h"
61 SlotIndexes *Indexes = nullptr;
104 void clear(MachineFunction *mf, SlotIndexes *indexes, LiveIntervals *lis) {
173 SlotIndexes *indexes, LiveIntervals *lis,
LiveRangeCalc.h 32 #include "llvm/CodeGen/SlotIndexes.h"
48 SlotIndexes *Indexes = nullptr;
195 void reset(const MachineFunction *mf, SlotIndexes *SI,
293 const SlotIndexes &Indexes);
MachineFunctionPrinterPass.cpp 17 #include "llvm/CodeGen/SlotIndexes.h"
48 MF.print(OS, getAnalysisIfAvailable<SlotIndexes>());
VirtRegMap.cpp 33 #include "llvm/CodeGen/SlotIndexes.h"
182 SlotIndexes *Indexes;
217 INITIALIZE_PASS_DEPENDENCY(SlotIndexes)
228 AU.addRequired<SlotIndexes>();
229 AU.addPreserved<SlotIndexes>();
242 Indexes = &getAnalysis<SlotIndexes>();
289 for (SlotIndexes::MBBIndexIterator MBBI = Indexes->findMBBIndex(First);
333 SlotIndexes::MBBIndexIterator I = Indexes->MBBIndexBegin();
  /external/llvm/lib/Target/PowerPC/
PPCTLSDynamicCall.cpp 158 AU.addRequired<SlotIndexes>();
159 AU.addPreserved<SlotIndexes>();
168 INITIALIZE_PASS_DEPENDENCY(SlotIndexes)
PPCVSXFMAMutate.cpp 31 #include "llvm/CodeGen/SlotIndexes.h"
375 AU.addRequired<SlotIndexes>();
376 AU.addPreserved<SlotIndexes>();
385 INITIALIZE_PASS_DEPENDENCY(SlotIndexes)
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
PPCTLSDynamicCall.cpp 175 AU.addRequired<SlotIndexes>();
176 AU.addPreserved<SlotIndexes>();
185 INITIALIZE_PASS_DEPENDENCY(SlotIndexes)
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyOptimizeLiveIntervals.cpp 45 AU.addPreserved<SlotIndexes>();
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
WebAssemblyOptimizeLiveIntervals.cpp 45 AU.addPreserved<SlotIndexes>();

Completed in 2553 milliseconds

1 2 3 4 5