Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMipsConstantIslandPass.cpp402 bool handleConstantPoolUser(unsigned CPUserIndex);
498 CPChange |= handleConstantPoolUser(i); in runOnMachineFunction()
1322 bool MipsConstantIslands::handleConstantPoolUser(unsigned CPUserIndex) { in handleConstantPoolUser() function in MipsConstantIslands
/external/llvm/lib/Target/Mips/
DMipsConstantIslandPass.cpp394 bool handleConstantPoolUser(unsigned CPUserIndex);
493 CPChange |= handleConstantPoolUser(i); in runOnMachineFunction()
1328 bool MipsConstantIslands::handleConstantPoolUser(unsigned CPUserIndex) { in handleConstantPoolUser() function in MipsConstantIslands
/external/llvm/lib/Target/ARM/
DARMConstantIslandPass.cpp309 bool handleConstantPoolUser(unsigned CPUserIndex, bool CloserWater);
472 CPChange |= handleConstantPoolUser(i, NoCPIters >= CPMaxIteration / 2); in runOnMachineFunction()
1507 bool ARMConstantIslands::handleConstantPoolUser(unsigned CPUserIndex, in handleConstantPoolUser() function in ARMConstantIslands
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMConstantIslandPass.cpp255 bool handleConstantPoolUser(unsigned CPUserIndex, bool CloserWater);
417 CPChange |= handleConstantPoolUser(i, NoCPIters >= CPMaxIteration / 2); in runOnMachineFunction()
1434 bool ARMConstantIslands::handleConstantPoolUser(unsigned CPUserIndex, in handleConstantPoolUser() function in ARMConstantIslands