Searched defs:Src2 (Results 1 - 8 of 8) sorted by relevance

/freebsd-10-stable/contrib/llvm/lib/Target/Hexagon/
H A DHexagonPeephole.cpp160 MachineOperand &Src2 = MI->getOperand(2); local
177 MachineOperand &Src2 = MI->getOperand(2); local
/freebsd-10-stable/contrib/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp53 executeFAddInst(GenericValue &Dest, GenericValue Src1, GenericValue Src2, Type *Ty) argument
64 executeFSubInst(GenericValue &Dest, GenericValue Src1, GenericValue Src2, Type *Ty) argument
75 executeFMulInst(GenericValue &Dest, GenericValue Src1, GenericValue Src2, Type *Ty) argument
86 executeFDivInst(GenericValue &Dest, GenericValue Src1, GenericValue Src2, Type *Ty) argument
97 executeFRemInst(GenericValue &Dest, GenericValue Src1, GenericValue Src2, Type *Ty) argument
136 executeICMP_EQ(GenericValue Src1, GenericValue Src2, Type *Ty) argument
150 executeICMP_NE(GenericValue Src1, GenericValue Src2, Type *Ty) argument
164 executeICMP_ULT(GenericValue Src1, GenericValue Src2, Type *Ty) argument
[all...]
/freebsd-10-stable/contrib/llvm/lib/Target/SystemZ/
H A DSystemZSelectionDAGInfo.cpp159 emitCLC(SelectionDAG &DAG, SDLoc DL, SDValue Chain, SDValue Src1, SDValue Src2, uint64_t Size) argument
193 EmitTargetCodeForMemcmp(SelectionDAG &DAG, SDLoc DL, SDValue Chain, SDValue Src1, SDValue Src2, SDValue Size, MachinePointerInfo Op1PtrInfo, MachinePointerInfo Op2PtrInfo) const argument
249 EmitTargetCodeForStrcmp(SelectionDAG &DAG, SDLoc DL, SDValue Chain, SDValue Src1, SDValue Src2, MachinePointerInfo Op1PtrInfo, MachinePointerInfo Op2PtrInfo) const argument
H A DSystemZISelLowering.cpp1968 SDValue Src2 = Node->getVal(); local
2409 MachineOperand Src2 = earlyUseOperand(MI->getOperand(3)); local
2531 unsigned Src2 = MI->getOperand(3).getReg(); local
[all...]
/freebsd-10-stable/contrib/llvm/lib/Target/Sparc/
H A DSparcAsmPrinter.cpp126 EmitBinary(MCStreamer &OutStreamer, unsigned Opcode, MCOperand &RS1, MCOperand &Src2, MCOperand &RD) argument
H A DSparcISelLowering.cpp2689 SDValue Src2 = Op.getOperand(1); local
/freebsd-10-stable/contrib/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp1986 unsigned Src2 = MI->getOperand(2).getReg(); local
2235 const MachineOperand &Src2 = MI->getOperand(2); local
2265 unsigned Src2 = MI->getOperand(2).getReg(); local
[all...]
/freebsd-10-stable/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp6710 unsigned Src2 = MI->getOperand(2).getReg(); local

Completed in 294 milliseconds