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.cpp102 unsigned Opc1, Opc2; in processBlock() local
108 Opc2 = PPC::GETtlsADDR; in processBlock()
112 Opc2 = PPC::GETtlsldADDR; in processBlock()
116 Opc2 = PPC::GETtlsADDR32; in processBlock()
120 Opc2 = PPC::GETtlsldADDR32; in processBlock()
125 Opc2 = PPC::GETtlsMOD32AIX; in processBlock()
130 Opc2 = PPC::GETtlsMOD64AIX; in processBlock()
135 Opc2 = PPC::GETtlsADDR64AIX; in processBlock()
140 Opc2 = PPC::GETtlsADDR32AIX; in processBlock()
146 Opc2 = PPC::GETtlsTpointer32AIX; in processBlock()
[all …]
H A DPPCISelDAGToDAG.cpp6227 unsigned Opc1, Opc2, Opc3; in Select() local
6232 Opc2 = PPC::VADDUBM; in Select()
6237 Opc2 = PPC::VADDUHM; in Select()
6243 Opc2 = PPC::VADDUWM; in Select()
6258 ReplaceNode(N, CurDAG->getMachineNode(Opc2, dl, VT, TmpVal, TmpVal)); in Select()
6285 ReplaceNode(N, CurDAG->getMachineNode(Opc2, dl, VT, SDValue(Tmp1, 0), in Select()
/freebsd/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()
142 unsigned Opc2 = SecondMI->getOpcode(); in runOnMachineFunction() local
144 llvm::AMDGPU::CanBeVOPD SecondCanBeVOPD = AMDGPU::getCanBeVOPD(Opc2); in runOnMachineFunction()
H A DGCNVOPDUtils.cpp128 unsigned Opc2 = SecondMI.getOpcode(); in shouldScheduleVOPDAdjacent()
129 auto SecondCanBeVOPD = AMDGPU::getCanBeVOPD(Opc2); in shouldScheduleVOPDAdjacent()
122 unsigned Opc2 = SecondMI.getOpcode(); shouldScheduleVOPDAdjacent() local
/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.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/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86EncodingOptimization.cpp204 unsigned Opc2; in optimizeVPCMPWithImmediateOneOrSix() local
208 Opc2 = X86::TO2; \ in optimizeVPCMPWithImmediateOneOrSix()
281 NewOpc = Opc2; in optimizeVPCMPWithImmediateOneOrSix()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DContainerModeling.cpp133 BinaryOperator::Opcode Opc2);
971 BinaryOperator::Opcode Opc2) { in invalidateIteratorPositions() argument
974 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);
6854 unsigned Opc2, bool isExt) { in SelectTable() argument
6856 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.cpp8785 unsigned Opc2 = Load2->getMachineOpcode(); in shouldScheduleLoadsNear() local
8786 if (Opc1 != Opc2) in shouldScheduleLoadsNear()