OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nvptxSubtarget
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.h
19
#include "
NVPTXSubtarget
.h"
150
if (AP.
nvptxSubtarget
.is64Bit())
244
const
NVPTXSubtarget
&
nvptxSubtarget
;
278
nvptxSubtarget
(TM.getSubtarget<
NVPTXSubtarget
>()) {
NVPTXAsmPrinter.cpp
309
if (
nvptxSubtarget
.getDrvInterface() == NVPTX::CUDA)
420
bool isABI = (
nvptxSubtarget
.getSmVersion() >= 20);
892
if (
nvptxSubtarget
.getDrvInterface() == NVPTX::CUDA)
939
unsigned PTXVersion =
nvptxSubtarget
.getPTXVersion();
943
O <<
nvptxSubtarget
.getTargetName();
945
if (
nvptxSubtarget
.getDrvInterface() == NVPTX::NVCL)
947
if (
nvptxSubtarget
.getDrvInterface() == NVPTX::CUDA) {
948
if (!
nvptxSubtarget
.hasDouble())
958
if (
nvptxSubtarget
.is64Bit())
1024
if (
nvptxSubtarget
.getDrvInterface() == NVPTX::CUDA)
[
all
...]
NVPTXISelLowering.h
19
#include "
NVPTXSubtarget
.h"
146
const
NVPTXSubtarget
&
nvptxSubtarget
; // cache the subtarget here
NVPTXISelLowering.cpp
104
nvptxSubtarget
(TM.getSubtarget<
NVPTXSubtarget
>()) {
149
if (
nvptxSubtarget
.hasROT64()) {
156
if (
nvptxSubtarget
.hasROT32()) {
350
bool isABI = (
nvptxSubtarget
.getSmVersion() >= 20);
506
bool isABI = (
nvptxSubtarget
.getSmVersion() >= 20);
[
all
...]
Completed in 51 milliseconds