Home
last modified time | relevance | path

Searched refs:LowerPPCMachineInstrToMCInst (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPC.h56 void LowerPPCMachineInstrToMCInst(const MachineInstr *MI, MCInst &OutMI,
H A DPPCAsmPrinter.cpp795 LowerPPCMachineInstrToMCInst(MI, TmpInst, *this); in emitInstruction()
847 LowerPPCMachineInstrToMCInst(MI, TmpInst, *this); in emitInstruction()
911 LowerPPCMachineInstrToMCInst(MI, TmpInst, *this); in emitInstruction()
935 LowerPPCMachineInstrToMCInst(MI, TmpInst, *this); in emitInstruction()
972 LowerPPCMachineInstrToMCInst(MI, TmpInst, *this); in emitInstruction()
1004 LowerPPCMachineInstrToMCInst(MI, TmpInst, *this); in emitInstruction()
1032 LowerPPCMachineInstrToMCInst(MI, TmpInst, *this); in emitInstruction()
1071 LowerPPCMachineInstrToMCInst(MI, TmpInst, *this); in emitInstruction()
1105 LowerPPCMachineInstrToMCInst(MI, TmpInst, *this); in emitInstruction()
1145 LowerPPCMachineInstrToMCInst(MI, TmpInst, *this); in emitInstruction()
[all …]
H A DPPCMCInstLower.cpp151 void llvm::LowerPPCMachineInstrToMCInst(const MachineInstr *MI, MCInst &OutMI, in LowerPPCMachineInstrToMCInst() function in llvm