Home
last modified time | relevance | path

Searched refs:Opc2 (Results 1 – 10 of 10) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTLSDynamicCall.cpp92 unsigned Opc1, Opc2; in processBlock() local
98 Opc2 = PPC::GETtlsADDR; in processBlock()
102 Opc2 = PPC::GETtlsldADDR; in processBlock()
106 Opc2 = PPC::GETtlsADDR32; in processBlock()
110 Opc2 = PPC::GETtlsldADDR32; in processBlock()
115 Opc2 = PPC::GETtlsADDR64AIX; in processBlock()
120 Opc2 = PPC::GETtlsADDR32AIX; in processBlock()
126 Opc2 = PPC::GETtlsTpointer32AIX; in processBlock()
131 Opc2 = MI.getOperand(2).getTargetFlags() == in processBlock()
160 BuildMI(MBB, I, DL, TII->get(Opc2), GPR3); in processBlock()
[all …]
H A DPPCISelDAGToDAG.cpp6216 unsigned Opc1, Opc2, Opc3; in Select() local
6221 Opc2 = PPC::VADDUBM; in Select()
6226 Opc2 = PPC::VADDUHM; in Select()
6232 Opc2 = PPC::VADDUWM; in Select()
6247 ReplaceNode(N, CurDAG->getMachineNode(Opc2, dl, VT, TmpVal, TmpVal)); in Select()
6274 ReplaceNode(N, CurDAG->getMachineNode(Opc2, dl, VT, SDValue(Tmp1, 0), in Select()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNCreateVOPD.cpp73 unsigned Opc2 = SecondMI->getOpcode(); in doReplace() local
78 AMDGPU::getVOPDOpcode(Opc2), EncodingFamily); in doReplace()
141 unsigned Opc2 = SecondMI->getOpcode(); in runOnMachineFunction() local
143 llvm::AMDGPU::CanBeVOPD SecondCanBeVOPD = AMDGPU::getCanBeVOPD(Opc2); in runOnMachineFunction()
H A DGCNVOPDUtils.cpp128 unsigned Opc2 = SecondMI.getOpcode(); in shouldScheduleVOPDAdjacent() local
129 auto SecondCanBeVOPD = AMDGPU::getCanBeVOPD(Opc2); in shouldScheduleVOPDAdjacent()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMips16ISelLowering.h56 MachineBasicBlock *emitSeliT16(unsigned Opc1, unsigned Opc2,
60 MachineBasicBlock *emitSelT16(unsigned Opc1, unsigned Opc2,
H A DMips16ISelLowering.cpp571 Mips16TargetLowering::emitSelT16(unsigned Opc1, unsigned Opc2, MachineInstr &MI, in emitSelT16() argument
606 BuildMI(BB, DL, TII->get(Opc2)) in emitSelT16()
636 Mips16TargetLowering::emitSeliT16(unsigned Opc1, unsigned Opc2, in emitSeliT16() argument
672 BuildMI(BB, DL, TII->get(Opc2)) in emitSeliT16()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86EncodingOptimization.cpp181 unsigned Opc2; in optimizeVPCMPWithImmediateOneOrSix() local
185 Opc2 = X86::TO2; \ in optimizeVPCMPWithImmediateOneOrSix()
258 NewOpc = Opc2; in optimizeVPCMPWithImmediateOneOrSix()
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DContainerModeling.cpp128 BinaryOperator::Opcode Opc2);
962 BinaryOperator::Opcode Opc2) { in invalidateIteratorPositions() argument
965 compare(State, Pos.getOffset(), Offset2, Opc2); in invalidateIteratorPositions()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp3242 unsigned Opc2 = M68k::GetCondBranchFromCond( in EmitLoweredSelect() local
3244 BuildMI(Jcc1MBB, DL, TII->get(Opc2)).addMBB(SinkMBB); in EmitLoweredSelect()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp8707 unsigned Opc2 = Load2->getMachineOpcode(); in shouldScheduleLoadsNear() local
8708 if (Opc1 != Opc2) in shouldScheduleLoadsNear()