/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCTLSDynamicCall.cpp | 102 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 D | PPCISelDAGToDAG.cpp | 6227 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 D | GCNCreateVOPD.cpp | 73 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 D | GCNVOPDUtils.cpp | 128 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 D | Mips16ISelLowering.h | 56 MachineBasicBlock *emitSeliT16(unsigned Opc1, unsigned Opc2, 60 MachineBasicBlock *emitSelT16(unsigned Opc1, unsigned Opc2,
|
H A D | Mips16ISelLowering.cpp | 571 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 D | X86EncodingOptimization.cpp | 204 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 D | ContainerModeling.cpp | 133 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 D | M68kISelLowering.cpp | 3243 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 D | AArch64InstructionSelector.cpp | 233 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 D | X86InstrInfo.cpp | 8785 unsigned Opc2 = Load2->getMachineOpcode(); in shouldScheduleLoadsNear() local 8786 if (Opc1 != Opc2) in shouldScheduleLoadsNear()
|