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 498 bool isABI = (nvptxSubtarget.getSmVersion() >= 20);
499 assert(isABI && "Non-ABI compilation is not supported");
500 if (!isABI)
665 bool isABI = (nvptxSubtarget.getSmVersion() >= 20);
666 assert(isABI && "Non-ABI compilation is not supported");
667 if (!isABI)
    [all...]
NVPTXAsmPrinter.cpp 712 bool isABI = (nvptxSubtarget.getSmVersion() >= 20);
719 if (isABI) {
    [all...]

Completed in 44 milliseconds