Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp1080 for (auto VTP : VS->vTableFuncs()) { in tryFindVirtualCallTargets() local
1081 if (VTP.VTableOffset != P.AddressPointOffset + ByteOffset) in tryFindVirtualCallTargets()
1084 if (mustBeUnreachableFunction(VTP.FuncVI)) in tryFindVirtualCallTargets()
1087 TargetsForSlot.push_back(VTP.FuncVI); in tryFindVirtualCallTargets()
/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp4019 if (VectorType *VTP = VectorTypes.FindNodeOrInsertPos(ID, InsertPos)) in getVectorType() local
4020 return QualType(VTP, 0); in getVectorType()
4089 if (VectorType *VTP = VectorTypes.FindNodeOrInsertPos(ID, InsertPos)) in getExtVectorType() local
4090 return QualType(VTP, 0); in getExtVectorType()
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZInstrVector.td1816 def VTP : TestVRRg<"vtp", 0xE65F>;