Searched refs:replaceInstrOperandWithImm (Results 1 – 2 of 2) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| HD | PPCInstrInfo.h | 446 void replaceInstrOperandWithImm(MachineInstr &MI, unsigned OpNo,
|
| HD | PPCInstrInfo.cpp | 2253 void PPCInstrInfo::replaceInstrOperandWithImm(MachineInstr &MI, in replaceInstrOperandWithImm() function in PPCInstrInfo 2828 replaceInstrOperandWithImm(CompareUseMI, 1, 0); in convertToImmediateForm() 3667 replaceInstrOperandWithImm(MI, III.ZeroIsSpecialOrig, Imm); in transformToImmFormFedByAdd() 3812 replaceInstrOperandWithImm(MI, III.OpNoForForwarding, SH); in transformToImmFormFedByLI() 3821 replaceInstrOperandWithImm(MI, III.OpNoForForwarding, SH); in transformToImmFormFedByLI() 3826 replaceInstrOperandWithImm(MI, ConstantOpNo, Imm); in transformToImmFormFedByLI() 3831 replaceInstrOperandWithImm(MI, ConstantOpNo, Imm); in transformToImmFormFedByLI()
|