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 350 bool isABI = (nvptxSubtarget.getSmVersion() >= 20);
351 assert(isABI && "Non-ABI compilation is not supported");
352 if (!isABI)
506 bool isABI = (nvptxSubtarget.getSmVersion() >= 20);
507 assert(isABI && "Non-ABI compilation is not supported");
508 if (!isABI)
    [all...]
NVPTXAsmPrinter.cpp 420 bool isABI = (nvptxSubtarget.getSmVersion() >= 20);
427 if (isABI) {
    [all...]

Completed in 64 milliseconds