Searched refs:useShortPointers (Results 1 – 4 of 4) sorted by relevance
50 bool useShortPointers() const { return UseShortPointers; } in useShortPointers() function
38 bool useShortPointers() const;
70 bool NVPTXDAGToDAGISel::useShortPointers() const { in useShortPointers() function in NVPTXDAGToDAGISel71 return TM.useShortPointers(); in useShortPointers()754 Opc = TM.is64Bit() ? (useShortPointers() ? NVPTX::cvta_shared_yes_6432 in SelectAddrSpaceCast()759 Opc = TM.is64Bit() ? (useShortPointers() ? NVPTX::cvta_const_yes_6432 in SelectAddrSpaceCast()764 Opc = TM.is64Bit() ? (useShortPointers() ? NVPTX::cvta_local_yes_6432 in SelectAddrSpaceCast()784 Opc = TM.is64Bit() ? (useShortPointers() ? NVPTX::cvta_to_shared_yes_3264 in SelectAddrSpaceCast()789 Opc = TM.is64Bit() ? (useShortPointers() ? NVPTX::cvta_to_const_yes_3264 in SelectAddrSpaceCast()794 Opc = TM.is64Bit() ? (useShortPointers() ? NVPTX::cvta_to_local_yes_3264 in SelectAddrSpaceCast()
150 def useShortPtr : Predicate<"useShortPointers()">;