Searched refs:emitStringWrapper (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.h | 586 MachineBasicBlock *emitStringWrapper(MachineInstr &MI, MachineBasicBlock *BB,
|
D | SystemZISelLowering.cpp | 5861 MachineBasicBlock *SystemZTargetLowering::emitStringWrapper( in emitStringWrapper() function in SystemZTargetLowering 6227 return emitStringWrapper(MI, MBB, SystemZ::CLST); in EmitInstrWithCustomInserter() 6229 return emitStringWrapper(MI, MBB, SystemZ::MVST); in EmitInstrWithCustomInserter() 6231 return emitStringWrapper(MI, MBB, SystemZ::SRST); in EmitInstrWithCustomInserter()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.h | 640 MachineBasicBlock *emitStringWrapper(MachineInstr &MI, MachineBasicBlock *BB,
|
D | SystemZISelLowering.cpp | 6883 MachineBasicBlock *SystemZTargetLowering::emitStringWrapper( in emitStringWrapper() function in SystemZTargetLowering 7255 return emitStringWrapper(MI, MBB, SystemZ::CLST); in EmitInstrWithCustomInserter() 7257 return emitStringWrapper(MI, MBB, SystemZ::MVST); in EmitInstrWithCustomInserter() 7259 return emitStringWrapper(MI, MBB, SystemZ::SRST); in EmitInstrWithCustomInserter()
|