Home
last modified time | relevance | path

Searched defs:Src1 (Results 1 – 25 of 141) sorted by relevance

123456

/aosp_15_r20/external/swiftshader/third_party/subzero/src/
H A DIceTargetLoweringMIPS32.h166 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()
189 Operand *Src1, CondMIPS32::Cond Condition) { in _br()
200 Operand *Src1, const InstMIPS32Label *Label, 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()
242 void _c_eq_s(Variable *Src0, Variable *Src1) { in _c_eq_s()
[all …]
H A DIceTargetLoweringARM32.h847 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 DIceTargetLoweringX8632.h447 void _adc_rmw(X86OperandMem *DestSrc0, Operand *Src1) { in _adc_rmw()
453 void _add_rmw(X86OperandMem *DestSrc0, Operand *Src1) { in _add_rmw()
472 void _and_rmw(X86OperandMem *DestSrc0, Operand *Src1) { in _and_rmw()
475 void _blendvps(Variable *Dest, Operand *Src0, Operand *Src1) { in _blendvps()
505 void _cmp(Operand *Src0, Operand *Src1) { in _cmp()
536 void _div(Variable *Dest, Operand *Src0, Operand *Src1) { in _div()
547 void _idiv(Variable *Dest, Operand *Src0, Operand *Src1) { in _idiv()
556 void _insertps(Variable *Dest, Operand *Src0, Operand *Src1) { in _insertps()
613 void _mul(Variable *Dest, Variable *Src0, Operand *Src1) { in _mul()
630 void _or_rmw(X86OperandMem *DestSrc0, Operand *Src1) { in _or_rmw()
[all …]
H A DIceTargetLoweringX8664.h443 void _adc_rmw(X86OperandMem *DestSrc0, Operand *Src1) { in _adc_rmw()
449 void _add_rmw(X86OperandMem *DestSrc0, Operand *Src1) { in _add_rmw()
468 void _and_rmw(X86OperandMem *DestSrc0, Operand *Src1) { in _and_rmw()
471 void _blendvps(Variable *Dest, Operand *Src0, Operand *Src1) { in _blendvps()
501 void _cmp(Operand *Src0, Operand *Src1) { in _cmp()
532 void _div(Variable *Dest, Operand *Src0, Operand *Src1) { in _div()
541 void _idiv(Variable *Dest, Operand *Src0, Operand *Src1) { in _idiv()
550 void _insertps(Variable *Dest, Operand *Src0, Operand *Src1) { in _insertps()
607 void _mul(Variable *Dest, Variable *Src0, Operand *Src1) { in _mul()
624 void _or_rmw(X86OperandMem *DestSrc0, Operand *Src1) { in _or_rmw()
[all …]
H A DIceInstARM32.h771 Operand *Src1, CondARM32::Cond Predicate, bool SetFlags) in InstARM32ThreeAddrGPR()
796 Variable *Src1) { 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()
862 Operand *Src1) in InstARM32ThreeAddrSignAwareFP()
876 Variable *Src1, Variable *Src2, in create()
901 Variable *Src1, Variable *Src2, in InstARM32FourAddrGPR()
926 Variable *Src1) { in create()
950 InstARM32FourAddrFP(Cfg *Func, Variable *Dest, Variable *Src0, Variable *Src1) in InstARM32FourAddrFP()
[all …]
H A DIceInstMIPS32.h500 Variable *Src0, Variable *Src1) { in create()
528 Variable *Src1) in InstMIPS32ThreeAddrFPR()
549 Variable *Src0, Variable *Src1) { in create()
577 Variable *Src1) in InstMIPS32ThreeAddrGPR()
821 Operand *Src1, CondMIPS32::Cond Cond) { in create()
837 Operand *Src1, const InstMIPS32Label *Label, in create()
903 static InstMIPS32FPCmp *create(Cfg *Func, Variable *Src0, Variable *Src1) { in create()
937 InstMIPS32FPCmp(Cfg *Func, Variable *Src0, Variable *Src1) in InstMIPS32FPCmp()
988 static InstMIPS32Trap *create(Cfg *Func, Operand *Src0, Operand *Src1, in create()
1025 InstMIPS32Trap(Cfg *Func, Operand *Src0, Operand *Src1, const uint32_t Tcode) in InstMIPS32Trap()
[all …]
H A DIceTargetLoweringX8664.cpp666 Operand *&Src0, Operand *&Src1) { in canFoldLoadIntoBinaryInst()
721 Operand *Src1 = Arith->getSrc(1); in doLoadOpt() local
728 Operand *Src1 = Icmp->getSrc(1); in doLoadOpt() local
735 Operand *Src1 = Fcmp->getSrc(1); in doLoadOpt() local
742 Operand *Src1 = Select->getFalseOperand(); in doLoadOpt() local
1350 int32_t Src1) { in optimizeScalarMul()
1662 Operand *Src1 = legalize(Instr->getSrc(1)); in lowerArithmetic() local
2786 Operand *Src1 = Fcmp->getSrc(1); in lowerFcmpAndConsumer() local
2890 Operand *Src1 = Fcmp->getSrc(1); in lowerFcmpVector() local
2962 Operand *Src1 = legalize(Icmp->getSrc(1)); in lowerIcmpAndConsumer() local
[all …]
H A DIceTargetLoweringX8632.cpp657 Operand *&Src0, Operand *&Src1) { in canFoldLoadIntoBinaryInst()
711 Operand *Src1 = Arith->getSrc(1); in doLoadOpt() local
718 Operand *Src1 = Icmp->getSrc(1); in doLoadOpt() local
725 Operand *Src1 = Fcmp->getSrc(1); in doLoadOpt() local
732 Operand *Src1 = Select->getFalseOperand(); in doLoadOpt() local
1427 int32_t Src1) { in optimizeScalarMul()
1739 Operand *Src1 = legalize(Instr->getSrc(1)); in lowerArithmetic() local
3083 Operand *Src1 = Fcmp->getSrc(1); in lowerFcmpAndConsumer() local
3187 Operand *Src1 = Fcmp->getSrc(1); in lowerFcmpVector() local
3259 Operand *Src1 = legalize(Icmp->getSrc(1)); in lowerIcmpAndConsumer() local
[all …]
H A DIceTargetLoweringARM32.cpp532 Operand *Src1 = Instr->getSrc(1); in genTargetHelperCallFor() local
2133 Operand *Src1, ExtInstr ExtFunc, in lowerIDivRem()
2171 Operand *Src1 = Instr->getSrc(1); in lowerInt1Arithmetic() local
2259 Operand *const Src1; member in Ice::ARM32::__anon15914fd80a11::NumericOperandsBase
2367 Operand *Src1 = Instr->getArg(1); in preambleDivRem() local
2399 Operand *Src1) { in lowerInt64Arithmetic()
2903 Operand *Src1 = legalizeUndef(Instr->getSrc(1)); in lowerArithmetic() local
4053 Operand *Src1 = Instr->getSrc(1); in lowerExtractElement() local
4132 Operand *Src1 = Instr->getSrc(1); in lowerFcmpCond() local
4170 auto *Src1 = legalizeToReg(Instr->getSrc(1)); in lowerFcmp() local
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp108 static void executeFAddInst(GenericValue &Dest, GenericValue Src1, in executeFAddInst()
119 static void executeFSubInst(GenericValue &Dest, GenericValue Src1, in executeFSubInst()
130 static void executeFMulInst(GenericValue &Dest, GenericValue Src1, in executeFMulInst()
141 static void executeFDivInst(GenericValue &Dest, GenericValue Src1, in executeFDivInst()
152 static void executeFRemInst(GenericValue &Dest, GenericValue Src1, in executeFRemInst()
191 static GenericValue executeICMP_EQ(GenericValue Src1, GenericValue Src2, in executeICMP_EQ()
205 static GenericValue executeICMP_NE(GenericValue Src1, GenericValue Src2, in executeICMP_NE()
219 static GenericValue executeICMP_ULT(GenericValue Src1, GenericValue Src2, in executeICMP_ULT()
233 static GenericValue executeICMP_SLT(GenericValue Src1, GenericValue Src2, in executeICMP_SLT()
247 static GenericValue executeICMP_UGT(GenericValue Src1, GenericValue Src2, in executeICMP_UGT()
[all …]
/aosp_15_r20/external/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp55 static void executeFAddInst(GenericValue &Dest, GenericValue Src1, in executeFAddInst()
66 static void executeFSubInst(GenericValue &Dest, GenericValue Src1, in executeFSubInst()
77 static void executeFMulInst(GenericValue &Dest, GenericValue Src1, in executeFMulInst()
88 static void executeFDivInst(GenericValue &Dest, GenericValue Src1, in executeFDivInst()
99 static void executeFRemInst(GenericValue &Dest, GenericValue Src1, in executeFRemInst()
138 static GenericValue executeICMP_EQ(GenericValue Src1, GenericValue Src2, in executeICMP_EQ()
152 static GenericValue executeICMP_NE(GenericValue Src1, GenericValue Src2, in executeICMP_NE()
166 static GenericValue executeICMP_ULT(GenericValue Src1, GenericValue Src2, in executeICMP_ULT()
180 static GenericValue executeICMP_SLT(GenericValue Src1, GenericValue Src2, in executeICMP_SLT()
194 static GenericValue executeICMP_UGT(GenericValue Src1, GenericValue Src2, in executeICMP_UGT()
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp108 static void executeFAddInst(GenericValue &Dest, GenericValue Src1, in executeFAddInst()
119 static void executeFSubInst(GenericValue &Dest, GenericValue Src1, in executeFSubInst()
130 static void executeFMulInst(GenericValue &Dest, GenericValue Src1, in executeFMulInst()
141 static void executeFDivInst(GenericValue &Dest, GenericValue Src1, in executeFDivInst()
152 static void executeFRemInst(GenericValue &Dest, GenericValue Src1, in executeFRemInst()
192 static GenericValue executeICMP_EQ(GenericValue Src1, GenericValue Src2, in executeICMP_EQ()
206 static GenericValue executeICMP_NE(GenericValue Src1, GenericValue Src2, in executeICMP_NE()
220 static GenericValue executeICMP_ULT(GenericValue Src1, GenericValue Src2, in executeICMP_ULT()
234 static GenericValue executeICMP_SLT(GenericValue Src1, GenericValue Src2, in executeICMP_SLT()
248 static GenericValue executeICMP_UGT(GenericValue Src1, GenericValue Src2, in executeICMP_UGT()
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
H A DMachineIRBuilder.h1313 const SrcOp &Src1) { in buildAnd()
1328 const SrcOp &Src1) { in buildOr()
1334 const SrcOp &Src1) { in buildXor()
1380 const SrcOp &Src1) { in buildFSub()
1424 const SrcOp &Src1) { in buildFCopysign()
1450 const SrcOp &Src1) { in buildSMin()
1456 const SrcOp &Src1) { in buildSMax()
1462 const SrcOp &Src1) { in buildUMin()
1468 const SrcOp &Src1) { in buildUMax()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
H A DSIOptimizeExecMasking.cpp140 const MachineOperand &Src1 = MI.getOperand(1); in isLogicalOpOnExec() local
156 const MachineOperand &Src1 = MI.getOperand(1); in isLogicalOpOnExec() local
517 MachineOperand &Src1 = SaveExecInst->getOperand(2); in optimizeExecSequence() local
564 MachineOperand *Src1 = TII->getNamedOperand(VCmp, AMDGPU::OpName::src1); in optimizeVCMPSaveExecSequence() local
663 MachineOperand *Src1 = TII->getNamedOperand(*VCmp, AMDGPU::OpName::src1); in tryRecordVCmpxAndSaveexecSequence() local
H A DSIPeepholeSDWA.cpp547 MachineOperand *Src1 = TII->getNamedOperand(MI, AMDGPU::OpName::src1); in matchSDWAOperand() local
584 MachineOperand *Src1 = TII->getNamedOperand(MI, AMDGPU::OpName::src1); in matchSDWAOperand() local
618 MachineOperand *Src1 = TII->getNamedOperand(MI, AMDGPU::OpName::src1); in matchSDWAOperand() local
664 MachineOperand *Src1 = TII->getNamedOperand(MI, AMDGPU::OpName::src1); in matchSDWAOperand() local
964 if (MachineOperand *Src1 = TII->getNamedOperand(MI, AMDGPU::OpName::src1)) { in isConvertibleToSDWA() local
1021 MachineOperand *Src1 = TII->getNamedOperand(MI, AMDGPU::OpName::src1); in convertToSDWA() local
H A DAMDGPUInstCombineIntrinsic.cpp44 static APFloat fmed3AMDGCN(const APFloat &Src0, const APFloat &Src1, in fmed3AMDGCN()
424 Value *Src1 = II.getArgOperand(1); in instCombineIntrinsic() local
508 Value *Src1 = II.getArgOperand(1); in instCombineIntrinsic() local
537 Value *Src1 = II.getArgOperand(1); in instCombineIntrinsic() local
640 Value *Src1 = II.getArgOperand(1); in instCombineIntrinsic() local
713 Value *Src1 = II.getArgOperand(1); in instCombineIntrinsic() local
H A DSIShrinkInstructions.cpp227 const MachineOperand &Src1 = MI.getOperand(1); in shrinkScalarCompare() local
393 MachineOperand &Src1 = *TII->getNamedOperand(MI, AMDGPU::OpName::src1); in shrinkMadFma() local
487 MachineOperand *Src1 = &MI.getOperand(2); in shrinkScalarLogicOp() local
820 MachineOperand *Src1 = &MI.getOperand(2); in runOnMachineFunction() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/GlobalISel/
H A DMachineIRBuilder.h1641 const SrcOp &Src1) { in buildAnd()
1663 const SrcOp &Src1) { in buildXor()
1815 const SrcOp &Src1) { in buildFCopysign()
1841 const SrcOp &Src1) { in buildSMin()
1847 const SrcOp &Src1) { in buildSMax()
1853 const SrcOp &Src1) { in buildUMin()
1859 const SrcOp &Src1) { in buildUMax()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/GlobalISel/
DMachineIRBuilder.h1756 const SrcOp &Src1) { in buildAnd()
1778 const SrcOp &Src1) { in buildXor()
1944 const SrcOp &Src1) { in buildFCopysign()
1978 const SrcOp &Src1) { in buildSMin()
1984 const SrcOp &Src1) { in buildSMax()
1990 const SrcOp &Src1) { in buildUMin()
1996 const SrcOp &Src1) { in buildUMax()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/GlobalISel/
DMachineIRBuilder.h1681 const SrcOp &Src1) { in buildAnd()
1703 const SrcOp &Src1) { in buildXor()
1869 const SrcOp &Src1) { in buildFCopysign()
1903 const SrcOp &Src1) { in buildSMin()
1909 const SrcOp &Src1) { in buildSMax()
1915 const SrcOp &Src1) { in buildUMin()
1921 const SrcOp &Src1) { in buildUMax()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/CodeGen/GlobalISel/
DMachineIRBuilder.h1730 const SrcOp &Src1) { in buildAnd()
1752 const SrcOp &Src1) { in buildXor()
1918 const SrcOp &Src1) { in buildFCopysign()
1952 const SrcOp &Src1) { in buildSMin()
1958 const SrcOp &Src1) { in buildSMax()
1964 const SrcOp &Src1) { in buildUMin()
1970 const SrcOp &Src1) { in buildUMax()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/GlobalISel/
DMachineIRBuilder.h1730 const SrcOp &Src1) { in buildAnd()
1752 const SrcOp &Src1) { in buildXor()
1918 const SrcOp &Src1) { in buildFCopysign()
1952 const SrcOp &Src1) { in buildSMin()
1958 const SrcOp &Src1) { in buildSMax()
1964 const SrcOp &Src1) { in buildUMin()
1970 const SrcOp &Src1) { in buildUMax()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DSIOptimizeExecMasking.cpp110 const MachineOperand &Src1 = MI.getOperand(1); in isLogicalOpOnExec() local
126 const MachineOperand &Src1 = MI.getOperand(1); in isLogicalOpOnExec() local
390 MachineOperand &Src1 = SaveExecInst->getOperand(2); in runOnMachineFunction() local
H A DSIPeepholeSDWA.cpp571 MachineOperand *Src1 = TII->getNamedOperand(MI, AMDGPU::OpName::src1); in matchSDWAOperand() local
609 MachineOperand *Src1 = TII->getNamedOperand(MI, AMDGPU::OpName::src1); in matchSDWAOperand() local
644 MachineOperand *Src1 = TII->getNamedOperand(MI, AMDGPU::OpName::src1); in matchSDWAOperand() local
691 MachineOperand *Src1 = TII->getNamedOperand(MI, AMDGPU::OpName::src1); in matchSDWAOperand() local
1043 MachineOperand *Src1 = TII->getNamedOperand(MI, AMDGPU::OpName::src1); in convertToSDWA() local
/aosp_15_r20/external/llvm/lib/Target/AMDGPU/
H A DSIShrinkInstructions.cpp106 const MachineOperand *Src1 = TII->getNamedOperand(MI, AMDGPU::OpName::src1); in canShrink() local
277 const MachineOperand &Src1 = MI.getOperand(2); in runOnMachineFunction() local
381 const MachineOperand *Src1 = in runOnMachineFunction() local

123456