Lines Matching refs:isABI
352 bool isABI = (nvptxSubtarget.getSmVersion() >= 20); in getPrototype() local
353 assert(isABI && "Non-ABI compilation is not supported"); in getPrototype()
354 if (!isABI) in getPrototype()
533 bool isABI = (nvptxSubtarget.getSmVersion() >= 20); in LowerCall() local
534 assert(isABI && "Non-ABI compilation is not supported"); in LowerCall()
535 if (!isABI) in LowerCall()
1400 bool isABI = (nvptxSubtarget.getSmVersion() >= 20); in LowerFormalArguments() local
1401 assert(isABI && "Non-ABI compilation is not supported"); in LowerFormalArguments()
1402 if (!isABI) in LowerFormalArguments()
1705 bool isABI = (nvptxSubtarget.getSmVersion() >= 20); in LowerReturn() local
1706 assert(isABI && "Non-ABI compilation is not supported"); in LowerReturn()
1707 if (!isABI) in LowerReturn()