Home
last modified time | relevance | path

Searched refs:Opc1 (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCTLSDynamicCall.cpp82 unsigned Opc1, Opc2; in processBlock() local
89 Opc1 = PPC::ADDItlsgdL; in processBlock()
93 Opc1 = PPC::ADDItlsldL; in processBlock()
97 Opc1 = PPC::ADDItlsgdL32; in processBlock()
101 Opc1 = PPC::ADDItlsldL32; in processBlock()
117 MachineInstr *Addi = BuildMI(MBB, I, DL, TII->get(Opc1), GPR3) in processBlock()
DPPCISelDAGToDAG.cpp5228 unsigned Opc1, Opc2, Opc3; in Select() local
5232 Opc1 = PPC::VSPLTISB; in Select()
5237 Opc1 = PPC::VSPLTISH; in Select()
5243 Opc1 = PPC::VSPLTISW; in Select()
5257 SDNode *Tmp = CurDAG->getMachineNode(Opc1, dl, VT, EltVal); in Select()
5269 SDNode *Tmp1 = CurDAG->getMachineNode(Opc1, dl, VT, EltVal); in Select()
5271 SDNode *Tmp2 = CurDAG->getMachineNode(Opc1, dl, VT, EltVal); in Select()
5283 SDNode *Tmp1 = CurDAG->getMachineNode(Opc1, dl, VT, EltVal); in Select()
5285 SDNode *Tmp2 = CurDAG->getMachineNode(Opc1, dl, VT, EltVal); in Select()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMips16ISelLowering.h56 MachineBasicBlock *emitSeliT16(unsigned Opc1, unsigned Opc2,
60 MachineBasicBlock *emitSelT16(unsigned Opc1, unsigned Opc2,
DMips16ISelLowering.cpp571 Mips16TargetLowering::emitSelT16(unsigned Opc1, unsigned Opc2, MachineInstr &MI, in emitSelT16() argument
609 BuildMI(BB, DL, TII->get(Opc1)).addMBB(sinkMBB); in emitSelT16()
636 Mips16TargetLowering::emitSeliT16(unsigned Opc1, unsigned Opc2, in emitSeliT16() argument
675 BuildMI(BB, DL, TII->get(Opc1)).addMBB(sinkMBB); in emitSeliT16()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineVectorOps.cpp1582 BinaryOperator::BinaryOps Opc1 = B1->getOpcode(); in foldSelectShuffle() local
1584 if (ConstantsAreOp1 && Opc0 != Opc1) { in foldSelectShuffle()
1588 if (Opc0 == Instruction::Shl || Opc1 == Instruction::Shl) in foldSelectShuffle()
1596 Opc1 = AltB1.Opcode; in foldSelectShuffle()
1601 if (Opc0 != Opc1) in foldSelectShuffle()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIInstrInfo.cpp107 unsigned Opc1 = N1->getMachineOpcode(); in nodesHaveSameOperandValue() local
110 int Op1Idx = AMDGPU::getNamedOperandIdx(Opc1, OpName); in nodesHaveSameOperandValue()
153 unsigned Opc1 = Load1->getMachineOpcode(); in areLoadsFromSameBasePtr() local
156 if (!get(Opc0).mayLoad() || !get(Opc1).mayLoad()) in areLoadsFromSameBasePtr()
159 if (isDS(Opc0) && isDS(Opc1)) { in areLoadsFromSameBasePtr()
173 int Offset1Idx = AMDGPU::getNamedOperandIdx(Opc1, AMDGPU::OpName::offset); in areLoadsFromSameBasePtr()
182 Offset1Idx -= get(Opc1).NumDefs; in areLoadsFromSameBasePtr()
188 if (isSMRD(Opc0) && isSMRD(Opc1)) { in areLoadsFromSameBasePtr()
191 AMDGPU::getNamedOperandIdx(Opc1, AMDGPU::OpName::sbase) == -1) in areLoadsFromSameBasePtr()
214 if ((isMUBUF(Opc0) || isMTBUF(Opc0)) && (isMUBUF(Opc1) || isMTBUF(Opc1))) { in areLoadsFromSameBasePtr()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86InstrInfo.cpp5750 unsigned Opc1 = Load1->getMachineOpcode(); in areLoadsFromSameBasePtr() local
5752 switch (Opc1) { in areLoadsFromSameBasePtr()
5951 unsigned Opc1 = Load1->getMachineOpcode(); in shouldScheduleLoadsNear() local
5953 if (Opc1 != Opc2) in shouldScheduleLoadsNear()
5956 switch (Opc1) { in shouldScheduleLoadsNear()
DX86ISelLowering.cpp23637 unsigned IntrWithRoundingModeOpcode = IntrData->Opc1; in LowerINTRINSIC_WO_CHAIN()
23658 Opc = IntrData->Opc1; in LowerINTRINSIC_WO_CHAIN()
23670 unsigned IntrWithRoundingModeOpcode = IntrData->Opc1; in LowerINTRINSIC_WO_CHAIN()
23692 Opc = IntrData->Opc1; in LowerINTRINSIC_WO_CHAIN()
23708 unsigned IntrWithRoundingModeOpcode = IntrData->Opc1; in LowerINTRINSIC_WO_CHAIN()
23733 unsigned IntrWithRoundingModeOpcode = IntrData->Opc1; in LowerINTRINSIC_WO_CHAIN()
23759 Opc = IntrData->Opc1; in LowerINTRINSIC_WO_CHAIN()
23771 unsigned IntrWithRoundingModeOpcode = IntrData->Opc1; in LowerINTRINSIC_WO_CHAIN()
23820 NewOp = DAG.getNode(IntrData->Opc1, dl, VT, Src1, Src2, in LowerINTRINSIC_WO_CHAIN()
23837 Opc = IntrData->Opc1; in LowerINTRINSIC_WO_CHAIN()
[all …]
DX86IntrinsicsInfo.h47 uint16_t Opc1; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp419 unsigned Opc1 = Is64Bit ? AArch64::MOVi64imm : AArch64::MOVi32imm; in materializeFP() local
424 BuildMI(*FuncInfo.MBB, FuncInfo.InsertPt, DbgLoc, TII.get(Opc1), TmpReg) in materializeFP()