Home
last modified time | relevance | path

Searched refs:LastOpcode (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchExpandPseudoInsts.cpp68 unsigned LastOpcode, unsigned IdentifyingMO);
72 unsigned LastOpcode, unsigned IdentifyingMO,
213 MachineBasicBlock::iterator &NextMBBI, unsigned LastOpcode, in expandLargeAddressLoad() argument
216 return expandLargeAddressLoad(MBB, MBBI, NextMBBI, LastOpcode, IdentifyingMO, in expandLargeAddressLoad()
223 MachineBasicBlock::iterator &NextMBBI, unsigned LastOpcode, in expandLargeAddressLoad() argument
291 BuildMI(MBB, MBBI, DL, TII->get(LastOpcode), DestReg) in expandLargeAddressLoad()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp508 int LastOpcode = LastInst->getOpcode(); in analyzeBranch() local
512 if (LastOpcode == Hexagon::J2_jump && !LastInst->getOperand(0).isMBB()) in analyzeBranch()
518 bool LastOpcodeHasJMP_c = PredOpcodeHasJMP_c(LastOpcode); in analyzeBranch()
526 if (LastOpcode == Hexagon::J2_jump) { in analyzeBranch()
530 if (isEndLoopN(LastOpcode)) { in analyzeBranch()
558 if (SecLastOpcodeHasJMP_c && (LastOpcode == Hexagon::J2_jump)) { in analyzeBranch()
571 (LastOpcode == Hexagon::J2_jump)) { in analyzeBranch()
582 if (SecLastOpcode == Hexagon::J2_jump && LastOpcode == Hexagon::J2_jump) { in analyzeBranch()
591 if (isEndLoopN(SecLastOpcode) && LastOpcode == Hexagon::J2_jump) { in analyzeBranch()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMLoadStoreOptimizer.cpp2344 unsigned LastOpcode = 0; in RescheduleOps() local
2351 if (LastOpcode && LSMOpcode != LastOpcode) in RescheduleOps()
2370 LastOpcode = LSMOpcode; in RescheduleOps()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp4567 unsigned LastOpcode = Inst.getOpcode(); in matchAndEmitIntelInstruction() local
4571 if (Match.empty() || LastOpcode != Inst.getOpcode()) in matchAndEmitIntelInstruction()