Lines Matching refs:assert

97     assert((Size == 1 || Size == 2 || Size == 4 || Size == 8) &&
117 assert(VA.isRegLoc() && "Value shouldn't be assigned to reg");
118 assert(VA.getLocReg() == PhysReg && "Assigning to the wrong reg?");
120 assert(VA.getValVT().getSizeInBits() <= 64 && "Unsupported value size");
121 assert(VA.getLocVT().getSizeInBits() <= 64 && "Unsupported location size");
130 assert((Size == 1 || Size == 2 || Size == 4 || Size == 8) &&
142 assert(Arg.Regs.size() == 1 && "Can't handle multple regs yet");
145 assert(VA.needsCustom() && "Value doesn't need custom handling");
146 assert(VA.getValVT() == MVT::f64 && "Unsupported type");
149 assert(NextVA.needsCustom() && "Value doesn't need custom handling");
150 assert(NextVA.getValVT() == MVT::f64 && "Unsupported type");
152 assert(VA.getValNo() == NextVA.getValNo() &&
155 assert(VA.isRegLoc() && "Value should be in reg");
156 assert(NextVA.isRegLoc() && "Value should be in reg");
200 assert(OrigArg.Regs.size() == SplitVTs.size() && "Regs / types mismatch");
268 assert(!Val == VRegs.empty() && "Return value without a vreg");
294 assert((Size == 1 || Size == 2 || Size == 4 || Size == 8) &&
311 assert((Size == 1 || Size == 2 || Size == 4 || Size == 8) &&
319 assert(MRI.getType(ValVReg).isScalar() && "Only scalars supported atm");
339 assert(VA.isRegLoc() && "Value shouldn't be assigned to reg");
340 assert(VA.getLocReg() == PhysReg && "Assigning to the wrong reg?");
345 assert(ValSize <= 64 && "Unsupported value size");
346 assert(LocSize <= 64 && "Unsupported location size");
352 assert(ValSize < LocSize && "Extensions not supported");
366 assert(Arg.Regs.size() == 1 && "Can't handle multple regs yet");
369 assert(VA.needsCustom() && "Value doesn't need custom handling");
370 assert(VA.getValVT() == MVT::f64 && "Unsupported type");
373 assert(NextVA.needsCustom() && "Value doesn't need custom handling");
374 assert(NextVA.getValVT() == MVT::f64 && "Unsupported type");
376 assert(VA.getValNo() == NextVA.getValNo() &&
379 assert(VA.isRegLoc() && "Value should be in reg");
380 assert(NextVA.isRegLoc() && "Value should be in reg");