Searched refs:isABI (Results 1 – 2 of 2) sorted by relevance
352 bool isABI = (nvptxSubtarget.getSmVersion() >= 20); in getPrototype() local353 assert(isABI && "Non-ABI compilation is not supported"); in getPrototype()354 if (!isABI) in getPrototype()533 bool isABI = (nvptxSubtarget.getSmVersion() >= 20); in LowerCall() local534 assert(isABI && "Non-ABI compilation is not supported"); in LowerCall()535 if (!isABI) in LowerCall()1400 bool isABI = (nvptxSubtarget.getSmVersion() >= 20); in LowerFormalArguments() local1401 assert(isABI && "Non-ABI compilation is not supported"); in LowerFormalArguments()1402 if (!isABI) in LowerFormalArguments()1705 bool isABI = (nvptxSubtarget.getSmVersion() >= 20); in LowerReturn() local[all …]
425 bool isABI = (nvptxSubtarget.getSmVersion() >= 20); in printReturnValStr() local432 if (isABI) { in printReturnValStr()1496 bool isABI = (nvptxSubtarget.getSmVersion() >= 20); in emitFunctionParamList() local1593 if (isABI) in emitFunctionParamList()1606 if (isABI || isKernelFunc) { in emitFunctionParamList()