Searched refs:decrementCPEReferenceCount (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsConstantIslandPass.cpp | 389 bool decrementCPEReferenceCount(unsigned CPI, MachineInstr* CPEMI); 1020 bool MipsConstantIslands::decrementCPEReferenceCount(unsigned CPI, in decrementCPEReferenceCount() function in MipsConstantIslands 1078 return decrementCPEReferenceCount(CPI, CPEMI) ? 2 : 1; in findInRangeCPEntry() 1134 return decrementCPEReferenceCount(CPI, CPEMI) ? 2 : 1; in findLongFormInRangeCPEntry() 1373 decrementCPEReferenceCount(CPI, CPEMI); in handleConstantPoolUser()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/ |
H A D | CSKYConstantIslandPass.cpp | 247 bool decrementCPEReferenceCount(unsigned CPI, MachineInstr *CPEMI); 826 bool CSKYConstantIslands::decrementCPEReferenceCount(unsigned CPI, in decrementCPEReferenceCount() function in CSKYConstantIslands 883 return decrementCPEReferenceCount(CPI, CPEMI) ? 2 : 1; in findInRangeCPEntry() 1129 decrementCPEReferenceCount(CPI, CPEMI); in handleConstantPoolUser()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMConstantIslandPass.cpp | 255 bool decrementCPEReferenceCount(unsigned CPI, MachineInstr* CPEMI); 1208 bool ARMConstantIslands::decrementCPEReferenceCount(unsigned CPI, in decrementCPEReferenceCount() function in ARMConstantIslands 1272 return decrementCPEReferenceCount(CPI, CPEMI) ? 2 : 1; in findInRangeCPEntry() 1635 decrementCPEReferenceCount(CPI, CPEMI); in handleConstantPoolUser()
|