Searched refs:isABI (Results 1 – 2 of 2) sorted by relevance
882 bool isABI = (STI.getSmVersion() >= 20); in getPrototype() local883 assert(isABI && "Non-ABI compilation is not supported"); in getPrototype()884 if (!isABI) in getPrototype()1047 bool isABI = (STI.getSmVersion() >= 20); in LowerCall() local1048 assert(isABI && "Non-ABI compilation is not supported"); in LowerCall()1049 if (!isABI) in LowerCall()2045 bool isABI = (STI.getSmVersion() >= 20); in LowerFormalArguments() local2046 assert(isABI && "Non-ABI compilation is not supported"); in LowerFormalArguments()2047 if (!isABI) in LowerFormalArguments()2343 bool isABI = (STI.getSmVersion() >= 20); in LowerReturn() local[all …]
347 bool isABI = (nvptxSubtarget->getSmVersion() >= 20); in printReturnValStr() local354 if (isABI) { in printReturnValStr()1425 bool isABI = (nvptxSubtarget->getSmVersion() >= 20); in emitFunctionParamList() local1537 if (isABI) in emitFunctionParamList()1550 if (isABI || isKernelFunc) { in emitFunctionParamList()