Searched refs:isABI (Results 1 – 2 of 2) sorted by relevance
904 bool isABI = (STI.getSmVersion() >= 20); in getPrototype() local905 assert(isABI && "Non-ABI compilation is not supported"); in getPrototype()906 if (!isABI) in getPrototype()1066 bool isABI = (STI.getSmVersion() >= 20); in LowerCall() local1067 assert(isABI && "Non-ABI compilation is not supported"); in LowerCall()1068 if (!isABI) in LowerCall()2067 bool isABI = (STI.getSmVersion() >= 20); in LowerFormalArguments() local2068 assert(isABI && "Non-ABI compilation is not supported"); in LowerFormalArguments()2069 if (!isABI) in LowerFormalArguments()2365 bool isABI = (STI.getSmVersion() >= 20); in LowerReturn() local[all …]
348 bool isABI = (nvptxSubtarget->getSmVersion() >= 20); in printReturnValStr() local355 if (isABI) { in printReturnValStr()1429 bool isABI = (nvptxSubtarget->getSmVersion() >= 20); in emitFunctionParamList() local1544 if (isABI) in emitFunctionParamList()1557 if (isABI || isKernelFunc) { in emitFunctionParamList()