Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp580 void SDNode::print_types(raw_ostream &OS, const SelectionDAG *G) const { in print_types() function in SDNode
988 print_types(OS, G); in printr()
1002 Value->print_types(OS, G); in printOperand()
/freebsd-14.2/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_affinity.cpp724 kmp_hw_t print_types[KMP_HW_LAST + 2]; in print() local
756 print_types[print_types_depth++] = types[level]; in print()
759 if (print_types[print_types_depth - 1] == KMP_HW_THREAD) { in print()
762 print_types[print_types_depth - 1] = KMP_HW_CORE; in print()
763 print_types[print_types_depth++] = KMP_HW_THREAD; in print()
765 print_types[print_types_depth++] = KMP_HW_CORE; in print()
770 print_types[print_types_depth++] = KMP_HW_THREAD; in print()
781 numerator_type = print_types[plevel]; in print()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h1036 void print_types(raw_ostream &OS, const SelectionDAG *G) const;