Home | History | Annotate | Download | only in Mips

Lines Matching full:cfp

143   unsigned materializeFP(const ConstantFP *CFP, MVT VT);
328 unsigned MipsFastISel::materializeFP(const ConstantFP *CFP, MVT VT) {
331 int64_t Imm = CFP->getValueAPF().bitcastToAPInt().getZExtValue();
397 if (const ConstantFP *CFP = dyn_cast<ConstantFP>(C))
398 return (UnsupportedFPMode) ? 0 : materializeFP(CFP, VT);