/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | BranchRelaxation.cpp | 96 MachineBasicBlock *splitBlockBeforeInstr(MachineInstr &MI, 226 MachineBasicBlock *BranchRelaxation::splitBlockBeforeInstr(MachineInstr &MI, in splitBlockBeforeInstr() function in BranchRelaxation 524 splitBlockBeforeInstr(*Next, DestBB); in relaxBranchInstructions()
|
/aosp_15_r20/external/llvm/lib/Target/AArch64/ |
H A D | AArch64BranchRelaxation.cpp | 91 MachineBasicBlock *splitBlockBeforeInstr(MachineInstr *MI); 224 AArch64BranchRelaxation::splitBlockBeforeInstr(MachineInstr *MI) { in splitBlockBeforeInstr() function in AArch64BranchRelaxation 420 MachineBasicBlock *NewBB = splitBlockBeforeInstr(MI); in fixupConditionalBranch()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ |
H A D | BranchRelaxation.cpp | 95 MachineBasicBlock *splitBlockBeforeInstr(MachineInstr &MI, 231 MachineBasicBlock *BranchRelaxation::splitBlockBeforeInstr(MachineInstr &MI, in splitBlockBeforeInstr() function in BranchRelaxation 573 splitBlockBeforeInstr(*Next, DestBB); in relaxBranchInstructions()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/CSKY/ |
H A D | CSKYConstantIslandPass.cpp | 244 MachineBasicBlock *splitBlockBeforeInstr(MachineInstr &MI); 647 CSKYConstantIslands::splitBlockBeforeInstr(MachineInstr &MI) { in splitBlockBeforeInstr() function in CSKYConstantIslands 1057 NewMBB = splitBlockBeforeInstr(*--MI); in createNewWater() 1325 splitBlockBeforeInstr(*MI); in fixupConditionalBr()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
H A D | MipsConstantIslandPass.cpp | 386 MachineBasicBlock *splitBlockBeforeInstr(MachineInstr &MI); 850 MipsConstantIslands::splitBlockBeforeInstr(MachineInstr &MI) { in splitBlockBeforeInstr() function in MipsConstantIslands 1302 NewMBB = splitBlockBeforeInstr(*--MI); in createNewWater() 1601 splitBlockBeforeInstr(*MI); in fixupConditionalBr()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Mips/ |
H A D | MipsConstantIslandPass.cpp | 386 MachineBasicBlock *splitBlockBeforeInstr(MachineInstr &MI); 844 MipsConstantIslands::splitBlockBeforeInstr(MachineInstr &MI) { in splitBlockBeforeInstr() function in MipsConstantIslands 1296 NewMBB = splitBlockBeforeInstr(*--MI); in createNewWater() 1594 splitBlockBeforeInstr(*MI); in fixupConditionalBr()
|
/aosp_15_r20/external/llvm/lib/Target/Mips/ |
H A D | MipsConstantIslandPass.cpp | 384 MachineBasicBlock *splitBlockBeforeInstr(MachineInstr &MI); 861 MipsConstantIslands::splitBlockBeforeInstr(MachineInstr &MI) { in splitBlockBeforeInstr() function in MipsConstantIslands 1321 NewMBB = splitBlockBeforeInstr(*--MI); in createNewWater() 1622 splitBlockBeforeInstr(*MI); in fixupConditionalBr()
|
/aosp_15_r20/external/llvm/lib/Target/ARM/ |
H A D | ARMConstantIslandPass.cpp | 299 MachineBasicBlock *splitBlockBeforeInstr(MachineInstr *MI); 979 MachineBasicBlock *ARMConstantIslands::splitBlockBeforeInstr(MachineInstr *MI) { in splitBlockBeforeInstr() function in ARMConstantIslands 1500 NewMBB = splitBlockBeforeInstr(&*MI); in createNewWater() 1762 splitBlockBeforeInstr(MI); in fixupConditionalBr()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
H A D | ARMConstantIslandPass.cpp | 253 MachineBasicBlock *splitBlockBeforeInstr(MachineInstr *MI); 886 MachineBasicBlock *ARMConstantIslands::splitBlockBeforeInstr(MachineInstr *MI) { in splitBlockBeforeInstr() function in ARMConstantIslands 1440 NewMBB = splitBlockBeforeInstr(&*MI); in createNewWater() 1695 splitBlockBeforeInstr(MI); in fixupConditionalBr()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/ |
H A D | ARMConstantIslandPass.cpp | 253 MachineBasicBlock *splitBlockBeforeInstr(MachineInstr *MI); 975 MachineBasicBlock *ARMConstantIslands::splitBlockBeforeInstr(MachineInstr *MI) { in splitBlockBeforeInstr() function in ARMConstantIslands 1529 NewMBB = splitBlockBeforeInstr(&*MI); in createNewWater() 1782 splitBlockBeforeInstr(MI); in fixupConditionalBr()
|