Searched refs:NewPrototype (Results 1 – 1 of 1) sorted by relevance
| /src/contrib/llvm-project/clang/lib/Support/ |
| H A D | RISCVVIntrinsicUtils.cpp | 1042 SmallVector<PrototypeDescriptor> NewPrototype(Prototype.begin(), in computeBuiltinTypes() local 1050 NewPrototype.insert(NewPrototype.begin() + 1, NewPrototype[0]); in computeBuiltinTypes() 1058 NewPrototype.insert(NewPrototype.begin() + 1, MaskoffType); in computeBuiltinTypes() 1064 PrototypeDescriptor MaskoffType = NewPrototype[1]; in computeBuiltinTypes() 1066 NewPrototype.insert(NewPrototype.begin() + NF + 1, NF, MaskoffType); in computeBuiltinTypes() 1077 NewPrototype.insert(NewPrototype.begin() + 1, in computeBuiltinTypes() 1080 NewPrototype.insert(NewPrototype.begin() + NF + 1, in computeBuiltinTypes() 1084 NewPrototype.insert(NewPrototype.begin() + 1, PrototypeDescriptor::Mask); in computeBuiltinTypes() 1089 NewPrototype.insert(NewPrototype.begin(), NewPrototype[0]); in computeBuiltinTypes() 1097 NewPrototype.insert(NewPrototype.begin(), MaskoffType); in computeBuiltinTypes() [all …]
|