/aosp_15_r20/external/swiftshader/third_party/subzero/src/ |
H A D | IceTargetLoweringX8632.h | 444 void _adc(Variable *Dest, Operand *Src0) { in _adc() 450 void _add(Variable *Dest, Operand *Src0) { in _add() 456 void _addps(Variable *Dest, Operand *Src0) { in _addps() 459 void _addss(Variable *Dest, Operand *Src0) { in _addss() 463 void _and(Variable *Dest, Operand *Src0) { in _and() 466 void _andnps(Variable *Dest, Operand *Src0) { in _andnps() 469 void _andps(Variable *Dest, Operand *Src0) { in _andps() 475 void _blendvps(Variable *Dest, Operand *Src0, Operand *Src1) { in _blendvps() 492 void _bsf(Variable *Dest, Operand *Src0) { in _bsf() 495 void _bsr(Variable *Dest, Operand *Src0) { in _bsr() [all …]
|
H A D | IceTargetLoweringX8664.h | 440 void _adc(Variable *Dest, Operand *Src0) { in _adc() 446 void _add(Variable *Dest, Operand *Src0) { in _add() 452 void _addps(Variable *Dest, Operand *Src0) { in _addps() 455 void _addss(Variable *Dest, Operand *Src0) { in _addss() 459 void _and(Variable *Dest, Operand *Src0) { in _and() 462 void _andnps(Variable *Dest, Operand *Src0) { in _andnps() 465 void _andps(Variable *Dest, Operand *Src0) { in _andps() 471 void _blendvps(Variable *Dest, Operand *Src0, Operand *Src1) { in _blendvps() 488 void _bsf(Variable *Dest, Operand *Src0) { in _bsf() 491 void _bsr(Variable *Dest, Operand *Src0) { in _bsr() [all …]
|
H A D | IceTargetLoweringMIPS32.h | 166 void _add(Variable *Dest, Variable *Src0, Variable *Src1) { in _add() 170 void _addu(Variable *Dest, Variable *Src0, Variable *Src1) { in _addu() 174 void _and(Variable *Dest, Variable *Src0, Variable *Src1) { in _and() 188 void _br(CfgNode *TargetTrue, CfgNode *TargetFalse, Operand *Src0, in _br() 194 void _br(CfgNode *TargetTrue, CfgNode *TargetFalse, Operand *Src0, in _br() 199 void _br(CfgNode *TargetTrue, CfgNode *TargetFalse, Operand *Src0, in _br() 222 void _add_d(Variable *Dest, Variable *Src0, Variable *Src1) { in _add_d() 226 void _add_s(Variable *Dest, Variable *Src0, Variable *Src1) { in _add_s() 234 void _addiu(Variable *Dest, Variable *Src0, Operand *Src1, RelocOp Reloc) { in _addiu() 238 void _c_eq_d(Variable *Src0, Variable *Src1) { in _c_eq_d() [all …]
|
H A D | IceTargetLoweringARM32.h | 847 void _vadd(Variable *Dest, Variable *Src0, Variable *Src1) { in _vadd() 850 void _vand(Variable *Dest, Variable *Src0, Variable *Src1) { in _vand() 853 InstARM32Vbsl *_vbsl(Variable *Dest, Variable *Src0, Variable *Src1) { in _vbsl() 856 void _vceq(Variable *Dest, Variable *Src0, Variable *Src1) { in _vceq() 859 InstARM32Vcge *_vcge(Variable *Dest, Variable *Src0, Variable *Src1) { in _vcge() 862 InstARM32Vcgt *_vcgt(Variable *Dest, Variable *Src0, Variable *Src1) { in _vcgt() 869 void _vdiv(Variable *Dest, Variable *Src0, Variable *Src1) { in _vdiv() 883 void _veor(Variable *Dest, Variable *Src0, Variable *Src1) { in _veor() 897 void _vmla(Variable *Dest, Variable *Src0, Variable *Src1) { in _vmla() 900 void _vmlap(Variable *Dest, Variable *Src0, Variable *Src1) { in _vmlap() [all …]
|
H A D | IceInstMIPS32.h | 409 Variable *Src0) { in create() 436 InstMIPS32TwoAddrFPR(Cfg *Func, Variable *Dest, Variable *Src0) in InstMIPS32TwoAddrFPR() 453 Variable *Src0) { in create() 480 InstMIPS32TwoAddrGPR(Cfg *Func, Variable *Dest, Variable *Src0) in InstMIPS32TwoAddrGPR() 500 Variable *Src0, Variable *Src1) { in create() 527 InstMIPS32ThreeAddrFPR(Cfg *Func, Variable *Dest, Variable *Src0, in InstMIPS32ThreeAddrFPR() 549 Variable *Src0, Variable *Src1) { in create() 576 InstMIPS32ThreeAddrGPR(Cfg *Func, Variable *Dest, Variable *Src0, in InstMIPS32ThreeAddrGPR() 820 CfgNode *TargetFalse, Operand *Src0, in create() 828 CfgNode *TargetFalse, Operand *Src0, in create() [all …]
|
H A D | IceInstARM32.h | 770 InstARM32ThreeAddrGPR(Cfg *Func, Variable *Dest, Variable *Src0, in InstARM32ThreeAddrGPR() 795 static InstARM32ThreeAddrFP *create(Cfg *Func, Variable *Dest, Variable *Src0, in create() 821 InstARM32ThreeAddrFP(Cfg *Func, Variable *Dest, Variable *Src0, Operand *Src1) in InstARM32ThreeAddrFP() 846 Variable *Src0, Variable *Src1) { in create() 852 create(Cfg *Func, Variable *Dest, Variable *Src0, ConstantInteger32 *Src1) { in create() 861 InstARM32ThreeAddrSignAwareFP(Cfg *Func, Variable *Dest, Variable *Src0, in InstARM32ThreeAddrSignAwareFP() 875 static InstARM32FourAddrGPR *create(Cfg *Func, Variable *Dest, Variable *Src0, in create() 900 InstARM32FourAddrGPR(Cfg *Func, Variable *Dest, Variable *Src0, in InstARM32FourAddrGPR() 925 static InstARM32FourAddrFP *create(Cfg *Func, Variable *Dest, Variable *Src0, in create() 950 InstARM32FourAddrFP(Cfg *Func, Variable *Dest, Variable *Src0, Variable *Src1) in InstARM32FourAddrFP() [all …]
|
H A D | IceTargetLoweringX8664.cpp | 666 Operand *&Src0, Operand *&Src1) { in canFoldLoadIntoBinaryInst() 720 Operand *Src0 = Arith->getSrc(0); in doLoadOpt() local 727 Operand *Src0 = Icmp->getSrc(0); in doLoadOpt() local 734 Operand *Src0 = Fcmp->getSrc(0); in doLoadOpt() local 741 Operand *Src0 = Select->getTrueOperand(); in doLoadOpt() local 749 auto *Src0 = llvm::dyn_cast<Variable>(Cast->getSrc(0)); in doLoadOpt() local 1349 bool TargetX8664::optimizeScalarMul(Variable *Dest, Operand *Src0, in optimizeScalarMul() 1661 Operand *Src0 = legalize(Instr->getSrc(0)); in lowerArithmetic() local 2200 Operand *Src0 = legalize(Cond, Legal_Reg | Legal_Mem); in lowerBr() local 2487 Operand *Src0 = legalizeUndef(Instr->getSrc(0)); in lowerCast() local [all …]
|
H A D | IceTargetLoweringX8632.cpp | 657 Operand *&Src0, Operand *&Src1) { in canFoldLoadIntoBinaryInst() 710 Operand *Src0 = Arith->getSrc(0); in doLoadOpt() local 717 Operand *Src0 = Icmp->getSrc(0); in doLoadOpt() local 724 Operand *Src0 = Fcmp->getSrc(0); in doLoadOpt() local 731 Operand *Src0 = Select->getTrueOperand(); in doLoadOpt() local 739 auto *Src0 = llvm::dyn_cast<Variable>(Cast->getSrc(0)); in doLoadOpt() local 1426 bool TargetX8632::optimizeScalarMul(Variable *Dest, Operand *Src0, in optimizeScalarMul() 1738 Operand *Src0 = legalize(Instr->getSrc(0)); in lowerArithmetic() local 2384 Operand *Src0 = legalize(Cond, Legal_Reg | Legal_Mem); in lowerBr() local 2739 Operand *Src0 = legalizeUndef(Instr->getSrc(0)); in lowerCast() local [all …]
|
H A D | IceTargetLoweringARM32.cpp | 531 Operand *Src0 = Instr->getSrc(0); in genTargetHelperCallFor() local 592 Operand *Src0 = Instr->getSrc(0); in genTargetHelperCallFor() local 722 Operand *Src0 = Intrinsic->getArg(0); in genTargetHelperCallFor() local 2168 Variable *Src0 = Func->makeVariable(IceType_i1); in lowerInt1Arithmetic() local 2258 Operand *const Src0; member in Ice::ARM32::__anon15914fd80a11::NumericOperandsBase 2398 Variable *Dest, Operand *Src0, in lowerInt64Arithmetic() 2902 Operand *Src0 = legalizeUndef(Instr->getSrc(0)); in lowerArithmetic() local 3342 Operand *Src0 = Instr->getSrc(0); in lowerAssign() local 3710 Operand *Src0 = legalizeUndef(Instr->getSrc(0)); in lowerCast() local 3959 Operand *Src0 = Instr->getSrc(0); in lowerCast() local [all …]
|
H A D | IceTargetLoweringMIPS32.cpp | 304 Operand *Src0 = Instr->getSrc(0); in genTargetHelperCallFor() local 331 Operand *Src0 = Instr->getSrc(0); in genTargetHelperCallFor() local 419 Operand *Src0 = Instr->getSrc(0); in genTargetHelperCallFor() local 585 Operand *Src0 = Intrinsic->getArg(0); in genTargetHelperCallFor() local 737 Operand *Src0 = Intrinsic->getArg(0); in genTargetHelperCallFor() local 2137 Operand *Src0 = NumSrcs < 1 ? nullptr : CurInstr->getSrc(0); in postLowerLegalization() local 2418 Variable *Dest, Operand *Src0, in lowerInt64Arithmetic() 2714 Operand *Src0 = legalizeUndef(Instr->getSrc(0)); in lowerArithmetic() local 3011 Operand *Src0 = legalizeUndef(Instr->getSrc(0)); in lowerAssign() local 3023 Operand *Src0 = Instr->getSrc(0); in lowerAssign() local [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | MachineIRBuilder.h | 1312 MachineInstrBuilder buildAnd(const DstOp &Dst, const SrcOp &Src0, in buildAnd() 1327 MachineInstrBuilder buildOr(const DstOp &Dst, const SrcOp &Src0, in buildOr() 1333 MachineInstrBuilder buildXor(const DstOp &Dst, const SrcOp &Src0, in buildXor() 1341 MachineInstrBuilder buildNot(const DstOp &Dst, const SrcOp &Src0) { in buildNot() 1347 MachineInstrBuilder buildCTPOP(const DstOp &Dst, const SrcOp &Src0) { in buildCTPOP() 1352 MachineInstrBuilder buildCTLZ(const DstOp &Dst, const SrcOp &Src0) { in buildCTLZ() 1357 MachineInstrBuilder buildCTLZ_ZERO_UNDEF(const DstOp &Dst, const SrcOp &Src0) { in buildCTLZ_ZERO_UNDEF() 1362 MachineInstrBuilder buildCTTZ(const DstOp &Dst, const SrcOp &Src0) { in buildCTTZ() 1367 MachineInstrBuilder buildCTTZ_ZERO_UNDEF(const DstOp &Dst, const SrcOp &Src0) { in buildCTTZ_ZERO_UNDEF() 1379 MachineInstrBuilder buildFSub(const DstOp &Dst, const SrcOp &Src0, in buildFSub() [all …]
|
H A D | ConstantFoldingMIRBuilder.h | 50 const SrcOp &Src0 = SrcOps[0]; variable 61 const SrcOp &Src0 = SrcOps[0]; variable
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | MachineIRBuilder.h | 1640 MachineInstrBuilder buildAnd(const DstOp &Dst, const SrcOp &Src0, in buildAnd() 1662 MachineInstrBuilder buildXor(const DstOp &Dst, const SrcOp &Src0, in buildXor() 1670 MachineInstrBuilder buildNot(const DstOp &Dst, const SrcOp &Src0) { in buildNot() 1678 MachineInstrBuilder buildNeg(const DstOp &Dst, const SrcOp &Src0) { in buildNeg() 1684 MachineInstrBuilder buildCTPOP(const DstOp &Dst, const SrcOp &Src0) { in buildCTPOP() 1689 MachineInstrBuilder buildCTLZ(const DstOp &Dst, const SrcOp &Src0) { in buildCTLZ() 1694 MachineInstrBuilder buildCTLZ_ZERO_UNDEF(const DstOp &Dst, const SrcOp &Src0) { in buildCTLZ_ZERO_UNDEF() 1699 MachineInstrBuilder buildCTTZ(const DstOp &Dst, const SrcOp &Src0) { in buildCTTZ() 1704 MachineInstrBuilder buildCTTZ_ZERO_UNDEF(const DstOp &Dst, const SrcOp &Src0) { in buildCTTZ_ZERO_UNDEF() 1709 MachineInstrBuilder buildBSwap(const DstOp &Dst, const SrcOp &Src0) { in buildBSwap() [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/GlobalISel/ |
D | MachineIRBuilder.h | 1755 MachineInstrBuilder buildAnd(const DstOp &Dst, const SrcOp &Src0, in buildAnd() 1777 MachineInstrBuilder buildXor(const DstOp &Dst, const SrcOp &Src0, in buildXor() 1785 MachineInstrBuilder buildNot(const DstOp &Dst, const SrcOp &Src0) { in buildNot() 1793 MachineInstrBuilder buildNeg(const DstOp &Dst, const SrcOp &Src0) { in buildNeg() 1799 MachineInstrBuilder buildCTPOP(const DstOp &Dst, const SrcOp &Src0) { in buildCTPOP() 1804 MachineInstrBuilder buildCTLZ(const DstOp &Dst, const SrcOp &Src0) { in buildCTLZ() 1809 MachineInstrBuilder buildCTLZ_ZERO_UNDEF(const DstOp &Dst, const SrcOp &Src0) { in buildCTLZ_ZERO_UNDEF() 1814 MachineInstrBuilder buildCTTZ(const DstOp &Dst, const SrcOp &Src0) { in buildCTTZ() 1819 MachineInstrBuilder buildCTTZ_ZERO_UNDEF(const DstOp &Dst, const SrcOp &Src0) { in buildCTTZ_ZERO_UNDEF() 1824 MachineInstrBuilder buildBSwap(const DstOp &Dst, const SrcOp &Src0) { in buildBSwap() [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/GlobalISel/ |
D | MachineIRBuilder.h | 1680 MachineInstrBuilder buildAnd(const DstOp &Dst, const SrcOp &Src0, in buildAnd() 1702 MachineInstrBuilder buildXor(const DstOp &Dst, const SrcOp &Src0, in buildXor() 1710 MachineInstrBuilder buildNot(const DstOp &Dst, const SrcOp &Src0) { in buildNot() 1718 MachineInstrBuilder buildNeg(const DstOp &Dst, const SrcOp &Src0) { in buildNeg() 1724 MachineInstrBuilder buildCTPOP(const DstOp &Dst, const SrcOp &Src0) { in buildCTPOP() 1729 MachineInstrBuilder buildCTLZ(const DstOp &Dst, const SrcOp &Src0) { in buildCTLZ() 1734 MachineInstrBuilder buildCTLZ_ZERO_UNDEF(const DstOp &Dst, const SrcOp &Src0) { in buildCTLZ_ZERO_UNDEF() 1739 MachineInstrBuilder buildCTTZ(const DstOp &Dst, const SrcOp &Src0) { in buildCTTZ() 1744 MachineInstrBuilder buildCTTZ_ZERO_UNDEF(const DstOp &Dst, const SrcOp &Src0) { in buildCTTZ_ZERO_UNDEF() 1749 MachineInstrBuilder buildBSwap(const DstOp &Dst, const SrcOp &Src0) { in buildBSwap() [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/CodeGen/GlobalISel/ |
D | MachineIRBuilder.h | 1729 MachineInstrBuilder buildAnd(const DstOp &Dst, const SrcOp &Src0, in buildAnd() 1751 MachineInstrBuilder buildXor(const DstOp &Dst, const SrcOp &Src0, in buildXor() 1759 MachineInstrBuilder buildNot(const DstOp &Dst, const SrcOp &Src0) { in buildNot() 1767 MachineInstrBuilder buildNeg(const DstOp &Dst, const SrcOp &Src0) { in buildNeg() 1773 MachineInstrBuilder buildCTPOP(const DstOp &Dst, const SrcOp &Src0) { in buildCTPOP() 1778 MachineInstrBuilder buildCTLZ(const DstOp &Dst, const SrcOp &Src0) { in buildCTLZ() 1783 MachineInstrBuilder buildCTLZ_ZERO_UNDEF(const DstOp &Dst, const SrcOp &Src0) { in buildCTLZ_ZERO_UNDEF() 1788 MachineInstrBuilder buildCTTZ(const DstOp &Dst, const SrcOp &Src0) { in buildCTTZ() 1793 MachineInstrBuilder buildCTTZ_ZERO_UNDEF(const DstOp &Dst, const SrcOp &Src0) { in buildCTTZ_ZERO_UNDEF() 1798 MachineInstrBuilder buildBSwap(const DstOp &Dst, const SrcOp &Src0) { in buildBSwap() [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/GlobalISel/ |
D | MachineIRBuilder.h | 1729 MachineInstrBuilder buildAnd(const DstOp &Dst, const SrcOp &Src0, in buildAnd() 1751 MachineInstrBuilder buildXor(const DstOp &Dst, const SrcOp &Src0, in buildXor() 1759 MachineInstrBuilder buildNot(const DstOp &Dst, const SrcOp &Src0) { in buildNot() 1767 MachineInstrBuilder buildNeg(const DstOp &Dst, const SrcOp &Src0) { in buildNeg() 1773 MachineInstrBuilder buildCTPOP(const DstOp &Dst, const SrcOp &Src0) { in buildCTPOP() 1778 MachineInstrBuilder buildCTLZ(const DstOp &Dst, const SrcOp &Src0) { in buildCTLZ() 1783 MachineInstrBuilder buildCTLZ_ZERO_UNDEF(const DstOp &Dst, const SrcOp &Src0) { in buildCTLZ_ZERO_UNDEF() 1788 MachineInstrBuilder buildCTTZ(const DstOp &Dst, const SrcOp &Src0) { in buildCTTZ() 1793 MachineInstrBuilder buildCTTZ_ZERO_UNDEF(const DstOp &Dst, const SrcOp &Src0) { in buildCTTZ_ZERO_UNDEF() 1798 MachineInstrBuilder buildBSwap(const DstOp &Dst, const SrcOp &Src0) { in buildBSwap() [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/ |
H A D | SIPeepholeSDWA.cpp | 539 MachineOperand *Src0 = TII->getNamedOperand(MI, AMDGPU::OpName::src0); in matchSDWAOperand() local 579 MachineOperand *Src0 = TII->getNamedOperand(MI, AMDGPU::OpName::src0); in matchSDWAOperand() local 647 MachineOperand *Src0 = TII->getNamedOperand(MI, AMDGPU::OpName::src0); in matchSDWAOperand() local 663 MachineOperand *Src0 = TII->getNamedOperand(MI, AMDGPU::OpName::src0); in matchSDWAOperand() local 959 if (MachineOperand *Src0 = TII->getNamedOperand(MI, AMDGPU::OpName::src0)) { in isConvertibleToSDWA() local 1011 MachineOperand *Src0 = TII->getNamedOperand(MI, AMDGPU::OpName::src0); in convertToSDWA() local
|
H A D | SIShrinkInstructions.cpp | 97 MachineOperand &Src0 = MI.getOperand(Src0Idx); in foldImmediates() local 223 const MachineOperand &Src0 = MI.getOperand(0); in shrinkScalarCompare() local 392 MachineOperand &Src0 = *TII->getNamedOperand(MI, AMDGPU::OpName::src0); in shrinkMadFma() local 486 MachineOperand *Src0 = &MI.getOperand(1); in shrinkScalarLogicOp() local 819 MachineOperand *Src0 = &MI.getOperand(1); in runOnMachineFunction() local
|
H A D | AMDGPUInstCombineIntrinsic.cpp | 44 static APFloat fmed3AMDGCN(const APFloat &Src0, const APFloat &Src1, in fmed3AMDGCN() 423 Value *Src0 = II.getArgOperand(0); in instCombineIntrinsic() local 507 Value *Src0 = II.getArgOperand(0); in instCombineIntrinsic() local 536 Value *Src0 = II.getArgOperand(0); in instCombineIntrinsic() local 639 Value *Src0 = II.getArgOperand(0); in instCombineIntrinsic() local 712 Value *Src0 = II.getArgOperand(0); in instCombineIntrinsic() local
|
H A D | SIFoldOperands.cpp | 1029 MachineOperand *Src0 = getImmOrMaterializedImm(MI->getOperand(Src0Idx)); in tryConstantFoldOp() local 1127 MachineOperand *Src0 = TII->getNamedOperand(MI, AMDGPU::OpName::src0); in tryFoldCndMask() local 1165 MachineOperand *Src0 = getImmOrMaterializedImm(MI.getOperand(1)); in tryFoldZeroHighBits() local 1335 const MachineOperand *Src0 = TII->getNamedOperand(MI, AMDGPU::OpName::src0); in isClamp() local 1462 const MachineOperand *Src0 = TII->getNamedOperand(MI, AMDGPU::OpName::src0); in isOMod() local 1496 const MachineOperand *Src0 = TII->getNamedOperand(MI, AMDGPU::OpName::src0); in isOMod() local
|
/aosp_15_r20/external/llvm/lib/Target/AMDGPU/ |
H A D | SIInstrInfo.cpp | 889 unsigned Src0 = MI.getOperand(1).getReg(); in expandPostRAPseudo() local 954 MachineOperand &Src0 = MI.getOperand(Src0Idx); in commuteInstructionImpl() local 1239 MachineOperand *Src0 = getNamedOperand(UseMI, AMDGPU::OpName::src0); in FoldImmediate() local 1425 const MachineOperand *Src0 = getNamedOperand(MI, AMDGPU::OpName::src0); in convertToThreeAddress() local 1433 const MachineOperand *Src0 = getNamedOperand(MI, AMDGPU::OpName::src0); in convertToThreeAddress() local 1760 const MachineOperand &Src0 = MI.getOperand(Src0Idx); in verifyInstruction() local 2066 MachineOperand &Src0 = MI.getOperand(Src0Idx); in legalizeOperandsVOP2() local 2087 MachineOperand &Src0 = MI.getOperand(Src0Idx); in legalizeOperandsVOP2() local 2312 unsigned Src0 = MI.getOperand(1).getReg(); in legalizeOperands() local 2703 MachineOperand &Src0 = Inst.getOperand(1); in splitScalar64BitUnaryOp() local [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | SIPeepholeSDWA.cpp | 563 MachineOperand *Src0 = TII->getNamedOperand(MI, AMDGPU::OpName::src0); in matchSDWAOperand() local 604 MachineOperand *Src0 = TII->getNamedOperand(MI, AMDGPU::OpName::src0); in matchSDWAOperand() local 673 MachineOperand *Src0 = TII->getNamedOperand(MI, AMDGPU::OpName::src0); in matchSDWAOperand() local 690 MachineOperand *Src0 = TII->getNamedOperand(MI, AMDGPU::OpName::src0); in matchSDWAOperand() local 1031 MachineOperand *Src0 = TII->getNamedOperand(MI, AMDGPU::OpName::src0); in convertToSDWA() local
|
H A D | SIInstrInfo.cpp | 1631 MachineOperand &Src0, in swapSourceModifiers() 1690 MachineOperand &Src0 = MI.getOperand(Src0Idx); in commuteInstructionImpl() local 2367 MachineOperand *Src0 = getNamedOperand(UseMI, AMDGPU::OpName::src0); in FoldImmediate() local 2640 const MachineOperand *Src0 = &MI.getOperand(Src0Idx); in convertToThreeAddress() local 2652 const MachineOperand *Src0 = getNamedOperand(MI, AMDGPU::OpName::src0); in convertToThreeAddress() local 3525 const MachineOperand &Src0 = MI.getOperand(Src0Idx); in verifyInstruction() local 3538 const MachineOperand &Src0 = MI.getOperand(Src0Idx); in verifyInstruction() local 3612 const MachineOperand &Src0 = MI.getOperand(Src0Idx); in verifyInstruction() local 4027 MachineOperand &Src0 = MI.getOperand(Src0Idx); in legalizeOperandsVOP2() local 4633 Register Src0 = MI.getOperand(1).getReg(); in legalizeOperands() local [all …]
|
/aosp_15_r20/external/swiftshader/third_party/subzero/unittest/AssemblerX8664/ |
H A D | GPRArith.cpp | 33 #define TestSetCC(C, Dest, IsTrue, Src0, Value0, Src1, Value1) \ in TEST_F() argument 57 #define TestImpl(Dest, Src0, Src1) \ in TEST_F() argument 709 #define TestImplRegReg(Inst0, Inst1, Dst0, Dst1, Value0, Src0, Src1, Value1, \ in TEST_F() argument 800 #define TestImplAddrReg(Inst0, Inst1, Value0, Src0, Src1, Value1, Op, Size) \ in TEST_F() argument 862 #define TestImplOp(Inst0, Inst1, Dst0, Dst1, Value0, Src0, Src1, Value1, Op, \ in TEST_F() argument 873 #define TestImplValues(Dst0, Dst1, Value0, Src0, Src1, Value1, Size) \ in TEST_F() argument 879 #define TestImplSize(Dst0, Dst1, Src0, Src1, Size) \ in TEST_F() argument 885 #define TestImpl(Dst0, Dst1, Src0, Src1) \ in TEST_F() argument
|