Lines Matching refs:isABI
1393 bool isABI = (STI.getSmVersion() >= 20); in getPrototype() local
1394 assert(isABI && "Non-ABI compilation is not supported"); in getPrototype()
1395 if (!isABI) in getPrototype()
1657 bool isABI = (STI.getSmVersion() >= 20); in LowerCall() local
1658 assert(isABI && "Non-ABI compilation is not supported"); in LowerCall()
1659 if (!isABI) in LowerCall()
3183 bool isABI = (STI.getSmVersion() >= 20); in LowerFormalArguments() local
3184 assert(isABI && "Non-ABI compilation is not supported"); in LowerFormalArguments()
3185 if (!isABI) in LowerFormalArguments()
3402 bool isABI = (STI.getSmVersion() >= 20); in LowerReturn() local
3403 assert(isABI && "Non-ABI compilation is not supported"); in LowerReturn()
3404 if (!isABI) in LowerReturn()