Lines Matching refs:PVT
1013 MVT PVT = getPointerTy(MF->getDataLayout()); in emitEHSjLjSetJmp() local
1014 assert((PVT == MVT::i64 || PVT == MVT::i32) && "Invalid Pointer Size!"); in emitEHSjLjSetJmp()
1068 const int64_t LabelOffset = 1 * PVT.getStoreSize(); // Slot 2. in emitEHSjLjSetJmp()
1069 const int64_t BCOffset = 2 * PVT.getStoreSize(); // Slot 3. in emitEHSjLjSetJmp()
1070 const int64_t SPOffset = 3 * PVT.getStoreSize(); // Slot 4. in emitEHSjLjSetJmp()
1075 const TargetRegisterClass *PtrRC = getRegClassFor(PVT); in emitEHSjLjSetJmp()
1163 MVT PVT = getPointerTy(MF->getDataLayout()); in emitEHSjLjLongJmp() local
1164 assert((PVT == MVT::i64 || PVT == MVT::i32) && "Invalid Pointer Size!"); in emitEHSjLjLongJmp()
1175 const int64_t LabelOffset = 1 * PVT.getStoreSize(); in emitEHSjLjLongJmp()
1176 const int64_t BCOffset = 2 * PVT.getStoreSize(); in emitEHSjLjLongJmp()
1177 const int64_t SPOffset = 3 * PVT.getStoreSize(); in emitEHSjLjLongJmp()
1178 const int64_t LPOffset = 4 * PVT.getStoreSize(); in emitEHSjLjLongJmp()