/minix3/external/bsd/llvm/dist/llvm/lib/ExecutionEngine/Interpreter/ |
H A D | Execution.cpp | 55 GenericValue Src2, Type *Ty) { in executeFAddInst() 66 GenericValue Src2, Type *Ty) { in executeFSubInst() 77 GenericValue Src2, Type *Ty) { in executeFMulInst() 88 GenericValue Src2, Type *Ty) { in executeFDivInst() 99 GenericValue Src2, Type *Ty) { 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/Hexagon/ |
H A D | HexagonPeephole.cpp | 159 MachineOperand &Src2 = MI->getOperand(2); in runOnMachineFunction() local 176 MachineOperand &Src2 = MI->getOperand(2); in runOnMachineFunction() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/SystemZ/ |
H A D | SystemZSelectionDAGInfo.cpp | 159 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()
|
H A D | SystemZISelLowering.cpp | 2227 SDValue Src2 = Node->getVal(); in lowerATOMIC_LOAD_OP() local 2294 SDValue Src2 = Node->getVal(); in lowerATOMIC_LOAD_SUB() local 2745 MachineOperand Src2 = earlyUseOperand(MI->getOperand(3)); in emitAtomicLoadBinary() local 2864 unsigned Src2 = MI->getOperand(3).getReg(); in emitAtomicLoadMinMax() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/R600/ |
H A D | SIShrinkInstructions.cpp | 89 const MachineOperand *Src2 = TII->getNamedOperand(MI, AMDGPU::OpName::src2); in canShrink() local
|
H A D | SIInstrInfo.cpp | 1233 const MachineOperand &Src2 = MI->getOperand(Src2Idx); in verifyInstruction() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86FixupLEAs.cpp | 308 const MachineOperand &Src2 = MI->getOperand(SrcR1 == DstR ? 3 : 1); in processInstructionForSLM() local
|
H A D | X86InstrInfo.cpp | 2187 unsigned Src2 = MI->getOperand(2).getReg(); in convertToThreeAddressWithLEA() local 2403 const MachineOperand &Src2 = MI->getOperand(2); in convertToThreeAddress() local 2434 unsigned Src2 = MI->getOperand(2).getReg(); in convertToThreeAddress() local
|
H A D | X86ISelLowering.cpp | 17065 SDValue Src2 = Op.getOperand(2); in LowerINTRINSIC_WO_CHAIN() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/Sparc/ |
H A D | SparcAsmPrinter.cpp | 132 MCOperand &RS1, MCOperand &Src2, MCOperand &RD, in EmitBinary()
|
H A D | SparcISelLowering.cpp | 2686 SDValue Src2 = Op.getOperand(1); in LowerADDC_ADDE_SUBC_SUBE() local
|
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/ |
H A D | CGBuiltin.cpp | 6318 llvm::Value *Src2 = CGF.EmitScalarExpr(E->getArg(2)); in emitTernaryFPBuiltin() local 6370 llvm::Value *Src2 = EmitScalarExpr(E->getArg(2)); in EmitR600BuiltinExpr() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.cpp | 3121 SDValue Src2 = getValue(I.getOperand(1)); in visitShuffleVector() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.cpp | 7710 unsigned Src2 = MI->getOperand(2).getReg(); in EmitInstrWithCustomInserter() local
|