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

/freebsd-current/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTLSDynamicCall.cpp92 unsigned Opc1, Opc2; local
98 Opc2 = PPC::GETtlsADDR;
102 Opc2 = PPC::GETtlsldADDR;
106 Opc2 = PPC::GETtlsADDR32;
110 Opc2 = PPC::GETtlsldADDR32;
114 // set Opc2 here.
115 Opc2 = PPC::GETtlsADDR64AIX;
119 // set Opc2 here.
120 Opc2 = PPC::GETtlsADDR32AIX;
125 // to change, so Opc2 i
[all...]
H A DPPCISelDAGToDAG.cpp6216 unsigned Opc1, Opc2, Opc3;
6221 Opc2 = PPC::VADDUBM;
6226 Opc2 = PPC::VADDUHM;
6232 Opc2 = PPC::VADDUWM;
6247 ReplaceNode(N, CurDAG->getMachineNode(Opc2, dl, VT, TmpVal, TmpVal));
6274 ReplaceNode(N, CurDAG->getMachineNode(Opc2, dl, VT, SDValue(Tmp1, 0),
/freebsd-current/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, argument
606 BuildMI(BB, DL, TII->get(Opc2))
636 Mips16TargetLowering::emitSeliT16(unsigned Opc1, unsigned Opc2, argument
672 BuildMI(BB, DL, TII->get(Opc2))
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNCreateVOPD.cpp73 unsigned Opc2 = SecondMI->getOpcode(); local
78 AMDGPU::getVOPDOpcode(Opc2), EncodingFamily);
141 unsigned Opc2 = SecondMI->getOpcode(); variable
143 llvm::AMDGPU::CanBeVOPD SecondCanBeVOPD = AMDGPU::getCanBeVOPD(Opc2);
H A DGCNVOPDUtils.cpp128 unsigned Opc2 = SecondMI.getOpcode(); local
129 auto SecondCanBeVOPD = AMDGPU::getCanBeVOPD(Opc2);
/freebsd-current/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86EncodingOptimization.cpp181 unsigned Opc2; local
185 Opc2 = X86::TO2; \
258 NewOpc = Opc2;
/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DContainerModeling.cpp128 BinaryOperator::Opcode Opc2);
962 BinaryOperator::Opcode Opc2) {
965 compare(State, Pos.getOffset(), Offset2, Opc2);
/freebsd-current/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp3242 unsigned Opc2 = M68k::GetCondBranchFromCond( local
3244 BuildMI(Jcc1MBB, DL, TII->get(Opc2)).addMBB(SinkMBB);
/freebsd-current/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp8707 unsigned Opc2 = Load2->getMachineOpcode();
8708 if (Opc1 != Opc2)

Completed in 309 milliseconds