Home | History | Annotate | Download | only in Target

Lines Matching defs:nullptr

460     return VT.isSimple() && RegClassForVT[VT.getSimpleVT().SimpleTy] != nullptr;
552 IntrinsicInfo() : opc(0), ptrVal(nullptr), offset(0), size(0), align(1),
957 bool * /*Fast*/ = nullptr) const {
967 bool *Fast = nullptr) const;
1068 virtual unsigned getPrefLoopAlignment(MachineLoop *ML = nullptr) const {
1073 /// returns the address of that location. Otherwise, returns nullptr.
1079 /// Should be used only when getIRStackGuard returns nullptr.
1083 /// if any, otherwise return nullptr. Should be used only when
1084 /// getIRStackGuard returns nullptr.
1089 /// returns nullptr. Must be previously inserted by insertSSPDeclarations.
1090 /// Should be used only when getIRStackGuard returns nullptr.
1094 /// returns the address of that location. Otherwise, returns nullptr.
1173 /// This function should either return a nullptr, or a pointer to an IR-level
1204 return nullptr;
1213 return nullptr;
1263 /// it succeeds, and nullptr otherwise.
1268 return nullptr;
1405 std::fill(std::begin(RegClassForVT), std::end(RegClassForVT), nullptr);
1595 AddrMode() : BaseGV(nullptr), BaseOffs(0), HasBaseReg(false), Scale(0) {}
2518 : RetTy(nullptr), RetSExt(false), RetZExt(false), IsVarArg(false),
2521 CallConv(CallingConv::C), DAG(DAG), CS(nullptr), IsPatchPoint(false) {
2719 return nullptr;
2780 return nullptr;
2853 ConstraintType(TargetLowering::C_Unknown), CallOperandVal(nullptr),
2883 SelectionDAG *DAG = nullptr) const;