Lines Matching refs:isABI
904 bool isABI = (STI.getSmVersion() >= 20); in getPrototype() local
905 assert(isABI && "Non-ABI compilation is not supported"); in getPrototype()
906 if (!isABI) in getPrototype()
1066 bool isABI = (STI.getSmVersion() >= 20); in LowerCall() local
1067 assert(isABI && "Non-ABI compilation is not supported"); in LowerCall()
1068 if (!isABI) in LowerCall()
2067 bool isABI = (STI.getSmVersion() >= 20); in LowerFormalArguments() local
2068 assert(isABI && "Non-ABI compilation is not supported"); in LowerFormalArguments()
2069 if (!isABI) in LowerFormalArguments()
2365 bool isABI = (STI.getSmVersion() >= 20); in LowerReturn() local
2366 assert(isABI && "Non-ABI compilation is not supported"); in LowerReturn()
2367 if (!isABI) in LowerReturn()