Home
last modified time | relevance | path

Searched defs:Src2 (Results 1 – 25 of 88) sorted by relevance

1234

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp109 GenericValue Src2, Type *Ty) { in executeFAddInst()
120 GenericValue Src2, Type *Ty) { in executeFSubInst()
131 GenericValue Src2, Type *Ty) { in executeFMulInst()
142 GenericValue Src2, Type *Ty) { in executeFDivInst()
153 GenericValue Src2, Type *Ty) { 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.cpp56 GenericValue Src2, Type *Ty) { in executeFAddInst()
67 GenericValue Src2, Type *Ty) { in executeFSubInst()
78 GenericValue Src2, Type *Ty) { in executeFMulInst()
89 GenericValue Src2, Type *Ty) { in executeFDivInst()
100 GenericValue Src2, Type *Ty) { 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.cpp109 GenericValue Src2, Type *Ty) { in executeFAddInst()
120 GenericValue Src2, Type *Ty) { in executeFSubInst()
131 GenericValue Src2, Type *Ty) { in executeFMulInst()
142 GenericValue Src2, Type *Ty) { in executeFDivInst()
153 GenericValue Src2, Type *Ty) { 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/llvm/lib/Target/AMDGPU/
H A DSIShrinkInstructions.cpp84 const MachineOperand *Src2 = TII->getNamedOperand(MI, AMDGPU::OpName::src2); in canShrink() local
348 const MachineOperand *Src2 = in runOnMachineFunction() local
386 const MachineOperand *Src2 = in runOnMachineFunction() local
H A DSIInstrInfo.cpp1241 MachineOperand *Src2 = getNamedOperand(UseMI, AMDGPU::OpName::src2); in FoldImmediate() local
1435 const MachineOperand *Src2 = getNamedOperand(MI, AMDGPU::OpName::src2); in convertToThreeAddress() local
1762 const MachineOperand &Src2 = MI.getOperand(Src2Idx); in verifyInstruction() local
/aosp_15_r20/external/llvm/lib/Target/SystemZ/
H A DSystemZSelectionDAGInfo.cpp150 SDValue Src1, SDValue Src2, uint64_t Size) { in emitCLC()
185 SDValue Src2, SDValue Size, MachinePointerInfo Op1PtrInfo, in EmitTargetCodeForMemcmp()
236 SDValue Src2, MachinePointerInfo Op1PtrInfo, in EmitTargetCodeForStrcmp()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
H A DSystemZSelectionDAGInfo.cpp146 SDValue Src1, SDValue Src2, uint64_t Size) { in emitCLC()
181 SDValue Src2, SDValue Size, MachinePointerInfo Op1PtrInfo, in EmitTargetCodeForMemcmp()
232 SDValue Src2, MachinePointerInfo Op1PtrInfo, in EmitTargetCodeForStrcmp()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
H A DSIShrinkInstructions.cpp394 MachineOperand &Src2 = *TII->getNamedOperand(MI, AMDGPU::OpName::src2); in shrinkMadFma() local
945 const MachineOperand *Src2 = in runOnMachineFunction() local
973 const MachineOperand *Src2 = TII->getNamedOperand(MI, in runOnMachineFunction() local
H A DGCNDPPCombine.cpp321 auto *Src2 = TII->getNamedOperand(OrigMI, AMDGPU::OpName::src2); in createDPPInst() local
654 auto *Src2 = TII->getNamedOperand(OrigMI, AMDGPU::OpName::src2); in combineDPPMov() local
H A DSIOptimizeExecMasking.cpp143 const MachineOperand &Src2 = MI.getOperand(2); in isLogicalOpOnExec() local
159 const MachineOperand &Src2 = MI.getOperand(2); in isLogicalOpOnExec() local
H A DAMDGPUMacroFusion.cpp46 const MachineOperand *Src2 = TII.getNamedOperand(SecondMI, in shouldScheduleAdjacent() local
H A DSIPeepholeSDWA.cpp623 MachineOperand *Src2 = TII->getNamedOperand(MI, AMDGPU::OpName::src2); in matchSDWAOperand() local
1037 MachineOperand *Src2 = TII->getNamedOperand(MI, AMDGPU::OpName::src2); in convertToSDWA() local
H A DAMDGPUInstCombineIntrinsic.cpp45 const APFloat &Src2) { in fmed3AMDGCN()
641 Value *Src2 = II.getArgOperand(2); in instCombineIntrinsic() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/
H A DHexagonPeephole.cpp152 MachineOperand &Src2 = MI.getOperand(2); in runOnMachineFunction() local
169 MachineOperand &Src2 = MI.getOperand(2); in runOnMachineFunction() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DSIOptimizeExecMasking.cpp113 const MachineOperand &Src2 = MI.getOperand(2); in isLogicalOpOnExec() local
129 const MachineOperand &Src2 = MI.getOperand(2); in isLogicalOpOnExec() local
H A DSIShrinkInstructions.cpp742 const MachineOperand *Src2 = in runOnMachineFunction() local
760 const MachineOperand *Src2 = TII->getNamedOperand(MI, in runOnMachineFunction() local
H A DAMDGPUMacroFusion.cpp47 const MachineOperand *Src2 = TII.getNamedOperand(SecondMI, in shouldScheduleAdjacent() local
H A DSIPeepholeSDWA.cpp649 MachineOperand *Src2 = TII->getNamedOperand(MI, AMDGPU::OpName::src2); in matchSDWAOperand() local
1060 MachineOperand *Src2 = TII->getNamedOperand(MI, AMDGPU::OpName::src2); in convertToSDWA() local
H A DSIInstrInfo.cpp2378 MachineOperand *Src2 = getNamedOperand(UseMI, AMDGPU::OpName::src2); in FoldImmediate() local
2658 const MachineOperand *Src2 = getNamedOperand(MI, AMDGPU::OpName::src2); in convertToThreeAddress() local
2998 const MachineOperand *Src2 = getNamedOperand(MI, AMDGPU::OpName::src2); in canShrink() local
3091 const MachineOperand *Src2 = getNamedOperand(MI, AMDGPU::OpName::src2); in buildShrunkInst() local
3527 const MachineOperand &Src2 = MI.getOperand(Src2Idx); in verifyInstruction() local
4147 MachineOperand &Src2 = MI.getOperand(VOP3Idx[2]); in legalizeOperandsVOP3() local
H A DGCNDPPCombine.cpp240 if (auto *Src2 = TII->getNamedOperand(OrigMI, AMDGPU::OpName::src2)) { in createDPPInst() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonPeephole.cpp157 MachineOperand &Src2 = MI.getOperand(2); in runOnMachineFunction() local
174 MachineOperand &Src2 = MI.getOperand(2); in runOnMachineFunction() local
/aosp_15_r20/external/llvm/lib/Target/Hexagon/
H A DHexagonPeephole.cpp160 MachineOperand &Src2 = MI.getOperand(2); in runOnMachineFunction() local
177 MachineOperand &Src2 = MI.getOperand(2); in runOnMachineFunction() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/SystemZ/
H A DSystemZSelectionDAGInfo.cpp174 SDValue Src2, SDValue Size, MachinePointerInfo Op1PtrInfo, in EmitTargetCodeForMemcmp()
226 SDValue Src2, MachinePointerInfo Op1PtrInfo, in EmitTargetCodeForStrcmp()
/aosp_15_r20/prebuilts/go/linux-x86/test/typeparam/
Dissue47878.go15 type Src2[T any] []func() Src2[T] type
/aosp_15_r20/external/llvm/lib/Target/X86/
H A DX86FixupLEAs.cpp378 const MachineOperand &Src2 = MI.getOperand(SrcR1 == DstR ? 3 : 1); in processInstructionForSLM() local

1234