/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/ |
D | LeonPasses.cpp | 52 MachineBasicBlock::iterator NMBBI = std::next(MBBI); in runOnMachineFunction() local 53 BuildMI(MBB, NMBBI, DL, TII.get(SP::NOP)); in runOnMachineFunction() 147 MachineBasicBlock::iterator NMBBI = std::next(MBBI); in runOnMachineFunction() local 149 BuildMI(MBB, NMBBI, DL, TII.get(SP::NOP)); in runOnMachineFunction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsExpandPseudo.cpp | 62 MachineBasicBlock::iterator &NMBBI, unsigned Size); 65 MachineBasicBlock::iterator &NMBBI); 76 MachineBasicBlock::iterator &NMBBI) { in expandAtomicCmpSwapSubword() argument 197 NMBBI = BB.end(); in expandAtomicCmpSwapSubword() 204 MachineBasicBlock::iterator &NMBBI) { in expandAtomicCmpSwap() argument 297 NMBBI = BB.end(); in expandAtomicCmpSwap() 304 MachineBasicBlock::iterator &NMBBI) { in expandAtomicBinOpSubword() argument 571 NMBBI = BB.end(); in expandAtomicBinOpSubword() 579 MachineBasicBlock::iterator &NMBBI, in expandAtomicBinOp() argument 806 NMBBI = BB.end(); in expandAtomicBinOp() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/ |
D | ARCExpandPseudos.cpp | 83 MachineBasicBlock::iterator NMBBI = std::next(MBBI); in runOnMachineFunction() local 94 MBBI = NMBBI; in runOnMachineFunction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/ |
D | AVRRelaxMemOperations.cpp | 79 BlockIt NMBBI = std::next(MBBI); in runOnBasicBlock() local 81 MBBI = NMBBI; in runOnBasicBlock()
|
D | AVRExpandPseudoInsts.cpp | 104 BlockIt NMBBI = std::next(MBBI); in expandMBB() local 106 MBBI = NMBBI; in expandMBB()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZPostRewrite.cpp | 255 MachineBasicBlock::iterator NMBBI = std::next(MBBI); in selectMBB() local 256 Modified |= selectMI(MBB, MBBI, NMBBI); in selectMBB() 257 MBBI = NMBBI; in selectMBB()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ExpandPseudo.cpp | 389 MachineBasicBlock::iterator NMBBI = std::next(MBBI); in ExpandMBB() local 391 MBBI = NMBBI; in ExpandMBB()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64SpeculationHardening.cpp | 622 MachineBasicBlock::iterator NMBBI = std::next(MBBI); in lowerSpeculationSafeValuePseudos() local 643 MBBI = NMBBI; in lowerSpeculationSafeValuePseudos()
|
D | AArch64ExpandPseudoInsts.cpp | 723 MachineBasicBlock::iterator NMBBI = std::next(MBBI); in expandMBB() local 724 Modified |= expandMI(MBB, MBBI, NMBBI); in expandMBB() 725 MBBI = NMBBI; in expandMBB()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/ |
D | RISCVExpandPseudoInsts.cpp | 90 MachineBasicBlock::iterator NMBBI = std::next(MBBI); in expandMBB() local 91 Modified |= expandMI(MBB, MBBI, NMBBI); in expandMBB() 92 MBBI = NMBBI; in expandMBB()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMExpandPseudoInsts.cpp | 1963 MachineBasicBlock::iterator NMBBI = std::next(MBBI); in ExpandMBB() local 1964 Modified |= ExpandMI(MBB, MBBI, NMBBI); in ExpandMBB() 1965 MBBI = NMBBI; in ExpandMBB()
|