Searched refs:is32Bit (Results 1 – 2 of 2) sorted by relevance
44 static bool is32Bit(EVT VT) { in is32Bit() function1484 bool Is32Bit = is32Bit(VT); in lowerGR128Binary()1795 if (is32Bit(VT)) in lowerSMUL_LOHI()1837 if (is32Bit(VT)) in lowerUMUL_LOHI()1860 if (is32Bit(VT)) { in lowerSDIVREM()1887 if (is32Bit(VT)) in lowerUDIVREM()
1828 bool is32Bit = TLI.getValueType(I->getType()) == MVT::i32; in FastLowerArguments() local1829 const TargetRegisterClass *RC = is32Bit ? RC32 : RC64; in FastLowerArguments()1830 unsigned SrcReg = is32Bit ? GPR32ArgRegs[Idx] : GPR64ArgRegs[Idx]; in FastLowerArguments()