Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp1047 for (auto VTP : VS->vTableFuncs()) { in tryFindVirtualCallTargets() local
1048 if (VTP.VTableOffset != P.AddressPointOffset + ByteOffset) in tryFindVirtualCallTargets()
1051 TargetsForSlot.push_back(VTP.FuncVI); in tryFindVirtualCallTargets()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp3918 if (VectorType *VTP = VectorTypes.FindNodeOrInsertPos(ID, InsertPos)) in getVectorType() local
3919 return QualType(VTP, 0); in getVectorType()
3988 if (VectorType *VTP = VectorTypes.FindNodeOrInsertPos(ID, InsertPos)) in getExtVectorType() local
3989 return QualType(VTP, 0); in getExtVectorType()
/netbsd-src/share/misc/
H A Dacronyms.comp1889 VTP VLAN Trunking Protocol
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZInstrVector.td1785 def VTP : TestVRRg<"vtp", 0xE65F>;