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.cpp247 bool handleConstantPoolUser(unsigned CPUserIndex);
329 CPChange |= handleConstantPoolUser(I); in runOnMachineFunction()
1058 bool CSKYConstantIslands::handleConstantPoolUser(unsigned CPUserIndex) { in handleConstantPoolUser() function in CSKYConstantIslands
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsConstantIslandPass.cpp394 bool handleConstantPoolUser(unsigned CPUserIndex);
490 CPChange |= handleConstantPoolUser(i); in runOnMachineFunction()
1301 bool MipsConstantIslands::handleConstantPoolUser(unsigned CPUserIndex) { in handleConstantPoolUser() function in MipsConstantIslands
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMConstantIslandPass.cpp258 bool handleConstantPoolUser(unsigned CPUserIndex, bool CloserWater);
468 CPChange |= handleConstantPoolUser(i, NoCPIters >= CPMaxIteration / 2); in runOnMachineFunction()
1531 bool ARMConstantIslands::handleConstantPoolUser(unsigned CPUserIndex, in handleConstantPoolUser() function in ARMConstantIslands