Searched refs:CPEntry (Results 1 – 3 of 3) sorted by relevance
| /src/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsConstantIslandPass.cpp | 303 struct CPEntry { struct in __anona32b52f80111::MipsConstantIslands 308 CPEntry(MachineInstr *cpemi, unsigned cpi, unsigned rc = 0) in CPEntry() argument 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 …]
|
| /src/contrib/llvm-project/llvm/lib/Target/CSKY/ |
| H A D | CSKYConstantIslandPass.cpp | 165 struct CPEntry { struct in __anon5bc9ec9a0111::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 …]
|
| /src/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMConstantIslandPass.cpp | 159 struct CPEntry { struct in __anon13af9ac60111::ARMConstantIslands 164 CPEntry(MachineInstr *cpemi, unsigned cpi, unsigned rc = 0) in CPEntry() function 177 std::vector<std::vector<CPEntry>> CPEntries; 249 CPEntry *findConstPoolEntry(unsigned CPI, const MachineInstr *CPEMI); 510 const CPEntry & CPE = CPEntries[i][j]; in runOnMachineFunction() 589 CPEntries.emplace_back(1, CPEntry(CPEMI, i)); in doInitialConstPlacement() 666 CPEntries.emplace_back(1, CPEntry(CPEMI, JTI)); in doInitialJumpTablePlacement() 700 ARMConstantIslands::CPEntry * 703 std::vector<CPEntry> &CPEs = CPEntries[CPI]; in findConstPoolEntry() 706 for (CPEntry &CPE : CPEs) in findConstPoolEntry() [all …]
|