Searched refs:useShortPointers (Results 1 – 4 of 4) sorted by relevance
49 bool useShortPointers() const { return UseShortPointers; } in useShortPointers() function
39 bool useShortPointers() const;
77 bool NVPTXDAGToDAGISel::useShortPointers() const { in useShortPointers() function in NVPTXDAGToDAGISel78 return TM.useShortPointers(); in useShortPointers()774 Opc = TM.is64Bit() ? (useShortPointers() ? NVPTX::cvta_shared_yes_6432 in SelectAddrSpaceCast()779 Opc = TM.is64Bit() ? (useShortPointers() ? NVPTX::cvta_const_yes_6432 in SelectAddrSpaceCast()784 Opc = TM.is64Bit() ? (useShortPointers() ? NVPTX::cvta_local_yes_6432 in SelectAddrSpaceCast()804 Opc = TM.is64Bit() ? (useShortPointers() ? NVPTX::cvta_to_shared_yes_3264 in SelectAddrSpaceCast()809 Opc = TM.is64Bit() ? (useShortPointers() ? NVPTX::cvta_to_const_yes_3264 in SelectAddrSpaceCast()814 Opc = TM.is64Bit() ? (useShortPointers() ? NVPTX::cvta_to_local_yes_3264 in SelectAddrSpaceCast()
174 def useShortPtr : Predicate<"useShortPointers()">;