Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTLSDynamicCall.cpp98 unsigned Opc1, Opc2; in processBlock() local
104 Opc2 = PPC::GETtlsADDR; in processBlock()
108 Opc2 = PPC::GETtlsldADDR; in processBlock()
112 Opc2 = PPC::GETtlsADDR32; in processBlock()
116 Opc2 = PPC::GETtlsldADDR32; in processBlock()
121 Opc2 = PPC::GETtlsMOD32AIX; in processBlock()
126 Opc2 = PPC::GETtlsMOD64AIX; in processBlock()
131 Opc2 = PPC::GETtlsADDR64AIX; in processBlock()
136 Opc2 = PPC::GETtlsADDR32AIX; in processBlock()
142 Opc2 = PPC::GETtlsTpointer32AIX; in processBlock()
[all …]
H A DPPCISelDAGToDAG.cpp6240 unsigned Opc1, Opc2, Opc3; in Select() local
6245 Opc2 = PPC::VADDUBM; in Select()
6250 Opc2 = PPC::VADDUHM; in Select()
6256 Opc2 = PPC::VADDUWM; in Select()
6271 ReplaceNode(N, CurDAG->getMachineNode(Opc2, dl, VT, TmpVal, TmpVal)); in Select()
6298 ReplaceNode(N, CurDAG->getMachineNode(Opc2, dl, VT, SDValue(Tmp1, 0), in Select()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNCreateVOPD.cpp61 unsigned Opc2 = SecondMI->getOpcode(); in doReplace() local
65 AMDGPU::getVOPDOpcode(Opc2, CI.IsVOPD3), in doReplace()
112 if (unsigned BitOp2 = AMDGPU::getBitOp2(Opc2)) in doReplace()
154 unsigned Opc2 = SecondMI->getOpcode(); in run() local
161 AMDGPU::getCanBeVOPD(Opc2, EncodingFamily, VOPD3); in run()
H A DGCNVOPDUtils.cpp195 unsigned Opc2 = SecondMI.getOpcode(); in shouldScheduleVOPDAdjacent() local
198 auto SecondCanBeVOPD = AMDGPU::getCanBeVOPD(Opc2, EncodingFamily, VOPD3); in shouldScheduleVOPDAdjacent()
/freebsd/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.cpp577 Mips16TargetLowering::emitSelT16(unsigned Opc1, unsigned Opc2, MachineInstr &MI, in emitSelT16() argument
612 BuildMI(BB, DL, TII->get(Opc2)) in emitSelT16()
642 Mips16TargetLowering::emitSeliT16(unsigned Opc1, unsigned Opc2, in emitSeliT16() argument
678 BuildMI(BB, DL, TII->get(Opc2)) in emitSeliT16()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86EncodingOptimization.cpp205 unsigned Opc2; in optimizeVPCMPWithImmediateOneOrSix() local
209 Opc2 = X86::TO2; \ in optimizeVPCMPWithImmediateOneOrSix()
282 NewOpc = Opc2; in optimizeVPCMPWithImmediateOneOrSix()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DContainerModeling.cpp133 BinaryOperator::Opcode Opc2);
976 BinaryOperator::Opcode Opc2) { in invalidateIteratorPositions() argument
979 compare(State, Pos.getOffset(), Offset2, Opc2); in invalidateIteratorPositions()
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp3243 unsigned Opc2 = M68k::GetCondBranchFromCond( in EmitLoweredSelect() local
3245 BuildMI(Jcc1MBB, DL, TII->get(Opc2)).addMBB(SinkMBB); in EmitLoweredSelect()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp233 unsigned Opc1, unsigned Opc2, bool isExt);
7027 unsigned Opc2, bool isExt) { in SelectTable() argument
7029 unsigned Opc = MRI.getType(DstReg) == LLT::fixed_vector(8, 8) ? Opc1 : Opc2; in SelectTable()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp8880 unsigned Opc2 = Load2->getMachineOpcode(); in shouldScheduleLoadsNear() local
8881 if (Opc1 != Opc2) in shouldScheduleLoadsNear()