Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPC.h57 void LowerPPCMachineInstrToMCInst(const MachineInstr *MI, MCInst &OutMI,
H A DPPCAsmPrinter.cpp898 LowerPPCMachineInstrToMCInst(MI, TmpInst, *this); in emitInstruction()
950 LowerPPCMachineInstrToMCInst(MI, TmpInst, *this); in emitInstruction()
1015 LowerPPCMachineInstrToMCInst(MI, TmpInst, *this); in emitInstruction()
1039 LowerPPCMachineInstrToMCInst(MI, TmpInst, *this); in emitInstruction()
1077 LowerPPCMachineInstrToMCInst(MI, TmpInst, *this); in emitInstruction()
1110 LowerPPCMachineInstrToMCInst(MI, TmpInst, *this); in emitInstruction()
1139 LowerPPCMachineInstrToMCInst(MI, TmpInst, *this); in emitInstruction()
1178 LowerPPCMachineInstrToMCInst(MI, TmpInst, *this); in emitInstruction()
1212 LowerPPCMachineInstrToMCInst(MI, TmpInst, *this); in emitInstruction()
1252 LowerPPCMachineInstrToMCInst(MI, TmpInst, *this); in emitInstruction()
[all …]
H A DPPCMCInstLower.cpp166 void llvm::LowerPPCMachineInstrToMCInst(const MachineInstr *MI, MCInst &OutMI, in LowerPPCMachineInstrToMCInst() function in llvm