Home
last modified time | relevance | path

Searched refs:NewPrototype (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Support/
H A DRISCVVIntrinsicUtils.cpp1039 SmallVector<PrototypeDescriptor> NewPrototype(Prototype); in computeBuiltinTypes() local
1046 NewPrototype.insert(NewPrototype.begin() + 1, NewPrototype[0]); in computeBuiltinTypes()
1054 NewPrototype.insert(NewPrototype.begin() + 1, MaskoffType); in computeBuiltinTypes()
1060 PrototypeDescriptor MaskoffType = NewPrototype[1]; in computeBuiltinTypes()
1062 NewPrototype.insert(NewPrototype.begin() + NF + 1, NF, MaskoffType); in computeBuiltinTypes()
1073 NewPrototype.insert(NewPrototype.begin() + 1, in computeBuiltinTypes()
1076 NewPrototype.insert(NewPrototype.begin() + NF + 1, in computeBuiltinTypes()
1080 NewPrototype.insert(NewPrototype.begin() + 1, PrototypeDescriptor::Mask); in computeBuiltinTypes()
1085 NewPrototype.insert(NewPrototype.begin(), NewPrototype[0]); in computeBuiltinTypes()
1093 NewPrototype.insert(NewPrototype.begin(), MaskoffType); in computeBuiltinTypes()
[all …]