Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp1079 for (auto VTP : VS->vTableFuncs()) { in tryFindVirtualCallTargets() local
1080 if (VTP.VTableOffset != P.AddressPointOffset + ByteOffset) in tryFindVirtualCallTargets()
1083 if (mustBeUnreachableFunction(VTP.FuncVI)) in tryFindVirtualCallTargets()
1086 TargetsForSlot.push_back(VTP.FuncVI); in tryFindVirtualCallTargets()
/openbsd/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp4053 if (VectorType *VTP = VectorTypes.FindNodeOrInsertPos(ID, InsertPos)) in getVectorType() local
4054 return QualType(VTP, 0); in getVectorType()
4127 if (VectorType *VTP = VectorTypes.FindNodeOrInsertPos(ID, InsertPos)) in getExtVectorType() local
4128 return QualType(VTP, 0); in getExtVectorType()
/openbsd/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZInstrVector.td1816 def VTP : TestVRRg<"vtp", 0xE65F>;