Searched refs:replaceInstrOperandWithImm (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Target/PowerPC/ |
| H A D | PPCInstrInfo.h | 416 void replaceInstrOperandWithImm(MachineInstr &MI, unsigned OpNo,
|
| H A D | PPCInstrInfo.cpp | 2251 void PPCInstrInfo::replaceInstrOperandWithImm(MachineInstr &MI, in replaceInstrOperandWithImm() function in PPCInstrInfo 2513 replaceInstrOperandWithImm(CompareUseMI, 1, 0); in convertToImmediateForm() 3324 replaceInstrOperandWithImm(MI, III.ZeroIsSpecialOrig, Imm); in transformToImmFormFedByAdd() 3443 replaceInstrOperandWithImm(MI, III.OpNoForForwarding, SH); in transformToImmFormFedByLI() 3450 replaceInstrOperandWithImm(MI, III.OpNoForForwarding, SH); in transformToImmFormFedByLI() 3455 replaceInstrOperandWithImm(MI, ConstantOpNo, Imm); in transformToImmFormFedByLI() 3460 replaceInstrOperandWithImm(MI, ConstantOpNo, Imm); in transformToImmFormFedByLI()
|