|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
lib/Target/Mips/MipsFastISel.cpp 188 bool emitIntExt(MVT SrcVT, unsigned SrcReg, MVT DestVT, unsigned DestReg,
References
lib/Target/Mips/MipsFastISel.cpp 1058 if (!emitIntExt(MVT::i1, CondReg, MVT::i32, ZExtCondReg, true))
1826 if (!emitIntExt(SrcVT, SrcReg, DestVT, ResultReg, isZExt))
1914 bool Success = emitIntExt(SrcVT, SrcReg, DestVT, DestReg, isZExt);
1986 if (!emitIntExt(Op0MVT, Op0Reg, MVT::i32, TempReg, IsZExt))
2107 if (!emitIntExt(VMVT, VReg, MVT::i32, TempReg, IsUnsigned))