Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCTLSDynamicCall.cpp89 unsigned Opc1, Opc2; in processBlock() local
95 Opc2 = PPC::GETtlsADDR; in processBlock()
99 Opc2 = PPC::GETtlsldADDR; in processBlock()
103 Opc2 = PPC::GETtlsADDR32; in processBlock()
107 Opc2 = PPC::GETtlsldADDR32; in processBlock()
112 Opc2 = PPC::GETtlsADDR64AIX; in processBlock()
117 Opc2 = PPC::GETtlsADDR32AIX; in processBlock()
122 Opc2 = MI.getOperand(2).getTargetFlags() == in processBlock()
145 BuildMI(MBB, I, DL, TII->get(Opc2), GPR3).addReg(GPR3).addReg(GPR4); in processBlock()
159 (BuildMI(MBB, I, DL, TII->get(Opc2), GPR3).addReg(GPR3)); in processBlock()
H A DPPCISelDAGToDAG.cpp5919 unsigned Opc1, Opc2, Opc3; in Select() local
5924 Opc2 = PPC::VADDUBM; in Select()
5929 Opc2 = PPC::VADDUHM; in Select()
5935 Opc2 = PPC::VADDUWM; in Select()
5950 ReplaceNode(N, CurDAG->getMachineNode(Opc2, dl, VT, TmpVal, TmpVal)); in Select()
5977 ReplaceNode(N, CurDAG->getMachineNode(Opc2, dl, VT, SDValue(Tmp1, 0), in Select()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DGCNCreateVOPD.cpp65 unsigned Opc2 = SecondMI->getOpcode(); in doReplace() local
67 AMDGPU::getVOPDOpcode(Opc2)); in doReplace()
93 switch (Opc2) { in doReplace()
141 unsigned Opc2 = SecondMI->getOpcode(); in runOnMachineFunction() local
143 llvm::AMDGPU::CanBeVOPD SecondCanBeVOPD = AMDGPU::getCanBeVOPD(Opc2); in runOnMachineFunction()
H A DGCNVOPDUtils.cpp151 unsigned Opc2 = SecondMI.getOpcode(); in shouldScheduleVOPDAdjacent() local
152 auto SecondCanBeVOPD = AMDGPU::getCanBeVOPD(Opc2); in shouldScheduleVOPDAdjacent()
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp3085 unsigned Opc2 = M68k::GetCondBranchFromCond( in EmitLoweredSelect() local
3087 BuildMI(Jcc1MBB, DL, TII->get(Opc2)).addMBB(SinkMBB); in EmitLoweredSelect()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp7144 unsigned Opc2 = Load2->getMachineOpcode(); in areLoadsFromSameBasePtr() local
7228 switch (Opc2) { in areLoadsFromSameBasePtr()
7345 unsigned Opc2 = Load2->getMachineOpcode(); in shouldScheduleLoadsNear() local
7346 if (Opc1 != Opc2) in shouldScheduleLoadsNear()