Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp54 static void executeFAddInst(GenericValue &Dest, GenericValue Src1, in executeFAddInst()
65 static void executeFSubInst(GenericValue &Dest, GenericValue Src1, in executeFSubInst()
76 static void executeFMulInst(GenericValue &Dest, GenericValue Src1, in executeFMulInst()
87 static void executeFDivInst(GenericValue &Dest, GenericValue Src1, in executeFDivInst()
98 static void executeFRemInst(GenericValue &Dest, GenericValue Src1, in executeFRemInst()
137 static GenericValue executeICMP_EQ(GenericValue Src1, GenericValue Src2, in executeICMP_EQ()
151 static GenericValue executeICMP_NE(GenericValue Src1, GenericValue Src2, in executeICMP_NE()
165 static GenericValue executeICMP_ULT(GenericValue Src1, GenericValue Src2, in executeICMP_ULT()
179 static GenericValue executeICMP_SLT(GenericValue Src1, GenericValue Src2, in executeICMP_SLT()
193 static GenericValue executeICMP_UGT(GenericValue Src1, GenericValue Src2, in executeICMP_UGT()
[all …]
/minix3/external/bsd/llvm/dist/llvm/lib/Target/R600/
H A DSIShrinkInstructions.cpp94 const MachineOperand *Src1 = TII->getNamedOperand(MI, AMDGPU::OpName::src1); in canShrink() local
250 const MachineOperand *Src1 = in runOnMachineFunction() local
H A DR600ExpandSpecialInstrs.cpp225 unsigned Src1 = BMI->getOperand( in runOnMachineFunction() local
276 unsigned Src1 = 0; in runOnMachineFunction() local
H A DSIInstrInfo.cpp755 MachineOperand &Src1 = MI->getOperand(Src1Idx); in commuteInstruction() local
1232 const MachineOperand &Src1 = MI->getOperand(Src1Idx); in verifyInstruction() local
2239 MachineOperand &Src1 = Inst->getOperand(2); in splitScalar64BitBinaryOp() local
H A DR600InstrInfo.cpp1276 MachineOperand &Src1 = MI->getOperand( in buildSlotOfVectorInstruction() local
/minix3/external/bsd/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonPeephole.cpp158 MachineOperand &Src1 = MI->getOperand(1); in runOnMachineFunction() local
175 MachineOperand &Src1 = MI->getOperand(1); in runOnMachineFunction() local
H A DHexagonISelDAGToDAG.cpp1329 SDNode* Src1 = N->getOperand(0).getNode(); in SelectAdd() local
/minix3/external/bsd/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64AdvSIMDScalarPass.cpp204 unsigned Src1 = 0, SubReg1; in isProfitableToTransform() local
297 unsigned Src1 = 0, SubReg1; in transformInstruction() local
H A DAArch64FastISel.cpp4490 const Value *Src1 = I->getOperand(1); in selectMul() local
/minix3/external/bsd/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZSelectionDAGInfo.cpp159 SDValue Src1, SDValue Src2, uint64_t Size) { in emitCLC()
193 SDValue Src1, SDValue Src2, SDValue Size, in EmitTargetCodeForMemcmp()
249 SDValue Src1, SDValue Src2, in EmitTargetCodeForStrcmp()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/
H A DX86FixupLEAs.cpp307 const MachineOperand &Src1 = MI->getOperand(SrcR1 == DstR ? 1 : 3); in processInstructionForSLM() local
H A DX86ISelLowering.cpp17064 SDValue Src1 = Op.getOperand(1); in LowerINTRINSIC_WO_CHAIN() local
/minix3/external/bsd/llvm/dist/llvm/lib/Target/AArch64/InstPrinter/
H A DAArch64InstPrinter.cpp1008 unsigned Src1 = MI->getOperand(1).getReg(); in printArithExtend() local
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGBuiltin.cpp6317 llvm::Value *Src1 = CGF.EmitScalarExpr(E->getArg(1)); in emitTernaryFPBuiltin() local
6329 llvm::Value *Src1 = CGF.EmitScalarExpr(E->getArg(1)); in emitFPIntBuiltin() local
6369 llvm::Value *Src1 = EmitScalarExpr(E->getArg(1)); in EmitR600BuiltinExpr() local
/minix3/external/bsd/llvm/dist/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp2680 SDValue Src1 = Op.getOperand(0); in LowerADDC_ADDE_SUBC_SUBE() local
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp1346 SDValue Src1 = N->getOperand(2); in SplitVecOp_VSELECT() local
H A DSelectionDAGBuilder.cpp3120 SDValue Src1 = getValue(I.getOperand(0)); in visitShuffleVector() local
/minix3/external/bsd/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp7709 unsigned Src1 = MI->getOperand(1).getReg(); in EmitInstrWithCustomInserter() local