Lines Matching refs:isABI
906 bool isABI = (STI.getSmVersion() >= 20); in getPrototype() local
907 assert(isABI && "Non-ABI compilation is not supported"); in getPrototype()
908 if (!isABI) in getPrototype()
1068 bool isABI = (STI.getSmVersion() >= 20); in LowerCall() local
1069 assert(isABI && "Non-ABI compilation is not supported"); in LowerCall()
1070 if (!isABI) in LowerCall()
2082 bool isABI = (STI.getSmVersion() >= 20); in LowerFormalArguments() local
2083 assert(isABI && "Non-ABI compilation is not supported"); in LowerFormalArguments()
2084 if (!isABI) in LowerFormalArguments()
2379 bool isABI = (STI.getSmVersion() >= 20); in LowerReturn() local
2380 assert(isABI && "Non-ABI compilation is not supported"); in LowerReturn()
2381 if (!isABI) in LowerReturn()