Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYConstantIslandPass.cpp253 bool handleConstantPoolUser(unsigned CPUserIndex);
335 CPChange |= handleConstantPoolUser(I); in runOnMachineFunction()
1064 bool CSKYConstantIslands::handleConstantPoolUser(unsigned CPUserIndex) { in handleConstantPoolUser() function in CSKYConstantIslands
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsConstantIslandPass.cpp396 bool handleConstantPoolUser(unsigned CPUserIndex);
492 CPChange |= handleConstantPoolUser(i); in runOnMachineFunction()
1303 bool MipsConstantIslands::handleConstantPoolUser(unsigned CPUserIndex) { in handleConstantPoolUser() function in MipsConstantIslands
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMConstantIslandPass.cpp262 bool handleConstantPoolUser(unsigned CPUserIndex, bool CloserWater);
470 CPChange |= handleConstantPoolUser(i, NoCPIters >= CPMaxIteration / 2); in runOnMachineFunction()
1550 bool ARMConstantIslands::handleConstantPoolUser(unsigned CPUserIndex, in handleConstantPoolUser() function in ARMConstantIslands