HomeSort by relevance Sort by last modified time
    Searched refs:isABI (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp 256 bool isABI = (nvptxSubtarget.getSmVersion() >= 20);
265 if (isABI) {
360 if (isABI)
372 if (isABI) {
425 bool isABI = (nvptxSubtarget.getSmVersion() >= 20);
445 if (isABI)
484 if (isABI) {
590 if (isABI == false) {
596 if (isABI == false) {
610 if (isABI) {
    [all...]
NVPTXAsmPrinter.cpp 320 bool isABI = (nvptxSubtarget.getSmVersion() >= 20);
327 if (isABI) {
    [all...]

Completed in 155 milliseconds