Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchExpandPseudoInsts.cpp294 unsigned LastOpcode, unsigned IdentifyingMO);
298 unsigned LastOpcode, unsigned IdentifyingMO,
432 MachineBasicBlock::iterator &NextMBBI, unsigned LastOpcode, in expandLargeAddressLoad() argument
435 return expandLargeAddressLoad(MBB, MBBI, NextMBBI, LastOpcode, IdentifyingMO, in expandLargeAddressLoad()
442 MachineBasicBlock::iterator &NextMBBI, unsigned LastOpcode, in expandLargeAddressLoad() argument
495 BuildMI(MBB, MBBI, DL, TII->get(LastOpcode), DestReg) in expandLargeAddressLoad()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp509 int LastOpcode = LastInst->getOpcode(); in analyzeBranch() local
513 if (LastOpcode == Hexagon::J2_jump && !LastInst->getOperand(0).isMBB()) in analyzeBranch()
519 bool LastOpcodeHasJMP_c = PredOpcodeHasJMP_c(LastOpcode); in analyzeBranch()
527 if (LastOpcode == Hexagon::J2_jump) { in analyzeBranch()
531 if (isEndLoopN(LastOpcode)) { in analyzeBranch()
559 if (SecLastOpcodeHasJMP_c && (LastOpcode == Hexagon::J2_jump)) { in analyzeBranch()
572 (LastOpcode == Hexagon::J2_jump)) { in analyzeBranch()
583 if (SecLastOpcode == Hexagon::J2_jump && LastOpcode == Hexagon::J2_jump) { in analyzeBranch()
592 if (isEndLoopN(SecLastOpcode) && LastOpcode == Hexagon::J2_jump) { in analyzeBranch()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMLoadStoreOptimizer.cpp2345 unsigned LastOpcode = 0; in RescheduleOps() local
2352 if (LastOpcode && LSMOpcode != LastOpcode) in RescheduleOps()
2371 LastOpcode = LSMOpcode; in RescheduleOps()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp4384 unsigned LastOpcode = Inst.getOpcode(); in MatchAndEmitIntelInstruction() local
4388 if (Match.empty() || LastOpcode != Inst.getOpcode()) in MatchAndEmitIntelInstruction()