Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPC.h56 void LowerPPCMachineInstrToMCInst(const MachineInstr *MI, MCInst &OutMI,
H A DPPCAsmPrinter.cpp768 LowerPPCMachineInstrToMCInst(MI, TmpInst, *this); in emitInstruction()
820 LowerPPCMachineInstrToMCInst(MI, TmpInst, *this); in emitInstruction()
883 LowerPPCMachineInstrToMCInst(MI, TmpInst, *this); in emitInstruction()
907 LowerPPCMachineInstrToMCInst(MI, TmpInst, *this); in emitInstruction()
944 LowerPPCMachineInstrToMCInst(MI, TmpInst, *this); in emitInstruction()
976 LowerPPCMachineInstrToMCInst(MI, TmpInst, *this); in emitInstruction()
1004 LowerPPCMachineInstrToMCInst(MI, TmpInst, *this); in emitInstruction()
1043 LowerPPCMachineInstrToMCInst(MI, TmpInst, *this); in emitInstruction()
1077 LowerPPCMachineInstrToMCInst(MI, TmpInst, *this); in emitInstruction()
1117 LowerPPCMachineInstrToMCInst(MI, TmpInst, *this); in emitInstruction()
[all …]
H A DPPCMCInstLower.cpp151 void llvm::LowerPPCMachineInstrToMCInst(const MachineInstr *MI, MCInst &OutMI, in LowerPPCMachineInstrToMCInst() function in llvm