Searched refs:isABI (Results 1 – 2 of 2) sorted by relevance
906 bool isABI = (STI.getSmVersion() >= 20); in getPrototype() local907 assert(isABI && "Non-ABI compilation is not supported"); in getPrototype()908 if (!isABI) in getPrototype()1068 bool isABI = (STI.getSmVersion() >= 20); in LowerCall() local1069 assert(isABI && "Non-ABI compilation is not supported"); in LowerCall()1070 if (!isABI) in LowerCall()2082 bool isABI = (STI.getSmVersion() >= 20); in LowerFormalArguments() local2083 assert(isABI && "Non-ABI compilation is not supported"); in LowerFormalArguments()2084 if (!isABI) in LowerFormalArguments()2379 bool isABI = (STI.getSmVersion() >= 20); in LowerReturn() local[all …]
348 bool isABI = (nvptxSubtarget->getSmVersion() >= 20); in printReturnValStr() local355 if (isABI) { in printReturnValStr()1452 bool isABI = (nvptxSubtarget->getSmVersion() >= 20); in emitFunctionParamList() local1572 if (isABI) in emitFunctionParamList()1585 if (isABI || isKernelFunc) { in emitFunctionParamList()