Home
last modified time | relevance | path

Searched refs:useShortPointers (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/llvm/lib/Target/NVPTX/
DNVPTXTargetMachine.h47 bool useShortPointers() const { return UseShortPointers; } in useShortPointers() function
DNVPTXISelDAGToDAG.h38 bool useShortPointers() const;
DNVPTXISelDAGToDAG.cpp71 bool NVPTXDAGToDAGISel::useShortPointers() const { in useShortPointers() function in NVPTXDAGToDAGISel
72 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()
DNVPTXInstrInfo.td157 def useShortPtr : Predicate<"useShortPointers()">;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXTargetMachine.h49 bool useShortPointers() const { return UseShortPointers; } in useShortPointers() function
DNVPTXISelDAGToDAG.h38 bool useShortPointers() const;
DNVPTXISelDAGToDAG.cpp71 bool NVPTXDAGToDAGISel::useShortPointers() const { in useShortPointers() function in NVPTXDAGToDAGISel
72 return TM.useShortPointers(); in useShortPointers()
755 Opc = TM.is64Bit() ? (useShortPointers() ? NVPTX::cvta_shared_yes_6432 in SelectAddrSpaceCast()
760 Opc = TM.is64Bit() ? (useShortPointers() ? NVPTX::cvta_const_yes_6432 in SelectAddrSpaceCast()
765 Opc = TM.is64Bit() ? (useShortPointers() ? NVPTX::cvta_local_yes_6432 in SelectAddrSpaceCast()
785 Opc = TM.is64Bit() ? (useShortPointers() ? NVPTX::cvta_to_shared_yes_3264 in SelectAddrSpaceCast()
790 Opc = TM.is64Bit() ? (useShortPointers() ? NVPTX::cvta_to_const_yes_3264 in SelectAddrSpaceCast()
795 Opc = TM.is64Bit() ? (useShortPointers() ? NVPTX::cvta_to_local_yes_3264 in SelectAddrSpaceCast()
DNVPTXInstrInfo.td157 def useShortPtr : Predicate<"useShortPointers()">;