Searched refs:GType (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetObjectFile.cpp241 Type *GType = GVar->getValueType(); local
242 if (isa<ArrayType>(GType)) {
251 if (StructType *ST = dyn_cast<StructType>(GType)) {
258 unsigned Size = GVar->getParent()->getDataLayout().getTypeAllocSize(GType);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h1529 GVDAGType GType, int layout_order = -1) {
1537 switch (GType) {
1528 getNodeLabel(NodeRef Node, const BlockFrequencyInfoT *Graph, GVDAGType GType, int layout_order = -1) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp181 Type *GType = G.getValueType(); local
183 if (StructType *SGType = dyn_cast<StructType>(GType)) {

Completed in 77 milliseconds