Home
last modified time | relevance | path

Searched refs:CPEntry (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsConstantIslandPass.cpp303 struct CPEntry { struct in __anon101efffa0111::MipsConstantIslands
308 CPEntry(MachineInstr *cpemi, unsigned cpi, unsigned rc = 0) in CPEntry() function
317 std::vector<std::vector<CPEntry>> CPEntries;
373 CPEntry *findConstPoolEntry(unsigned CPI, const MachineInstr *CPEMI);
578 CPEntries.emplace_back(1, CPEntry(CPEMI, i)); in doInitialPlacement()
601 MipsConstantIslands::CPEntry
604 std::vector<CPEntry> &CPEs = CPEntries[CPI]; in findConstPoolEntry()
607 for (CPEntry &CPE : CPEs) { in findConstPoolEntry()
770 CPEntry *CPE = findConstPoolEntry(CPI, CPEMI); in initializeFunctionInfo()
1023 CPEntry *CPE = findConstPoolEntry(CPI, CPEMI); in decrementCPEReferenceCount()
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Target/CSKY/
H A DCSKYConstantIslandPass.cpp165 struct CPEntry { struct in __anonc8bd999c0111::CSKYConstantIslands
170 CPEntry(MachineInstr *Cpemi, unsigned Cpi, unsigned Rc = 0) in CPEntry() function
179 std::vector<std::vector<CPEntry>> CPEntries;
231 CPEntry *findConstPoolEntry(unsigned CPI, const MachineInstr *CPEMI);
422 CPEntries.emplace_back(1, CPEntry(CPEMI, I)); in doInitialPlacement()
451 CSKYConstantIslands::CPEntry *
454 std::vector<CPEntry> &CPEs = CPEntries[CPI]; in findConstPoolEntry()
573 CPEntry *CPE = findConstPoolEntry(CPI, CPEMI); in initializeFunctionInfo()
829 CPEntry *CPE = findConstPoolEntry(CPI, CPEMI); in decrementCPEReferenceCount()
859 std::vector<CPEntry> &CPEs = CPEntries[CPI]; in findInRangeCPEntry()
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMConstantIslandPass.cpp159 struct CPEntry { struct in __anonce701f480111::ARMConstantIslands
164 CPEntry(MachineInstr *cpemi, unsigned cpi, unsigned rc = 0) in CPEntry() argument
177 std::vector<std::vector<CPEntry>> CPEntries;
249 CPEntry *findConstPoolEntry(unsigned CPI, const MachineInstr *CPEMI);
512 const CPEntry & CPE = CPEntries[i][j]; in runOnMachineFunction()
591 CPEntries.emplace_back(1, CPEntry(CPEMI, i)); in doInitialConstPlacement()
659 CPEntries.emplace_back(1, CPEntry(CPEMI, JTI)); in doInitialJumpTablePlacement()
693 ARMConstantIslands::CPEntry *
696 std::vector<CPEntry> &CPEs = CPEntries[CPI]; in findConstPoolEntry()
699 for (CPEntry &CPE : CPEs) in findConstPoolEntry()
[all …]