Home
last modified time | relevance | path

Searched refs:AllZeros (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DBitfields.h106 static constexpr Unsigned AllZeros = Unsigned(0); // 00000000 member
108 static constexpr Unsigned Umin = AllZeros; // 00000000
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1104 bool readCounters(IndexedInstrProfReader *PGOReader, bool &AllZeros,
1371 bool PGOUseFunc::readCounters(IndexedInstrProfReader *PGOReader, bool &AllZeros, in readCounters() argument
1397 AllZeros = (ValueSum == 0); in readCounters()
2147 bool AllZeros = false; in annotateAllFunctions() local
2148 if (!Func.readCounters(PGOReader.get(), AllZeros, PseudoKind)) in annotateAllFunctions()
2150 if (AllZeros) { in annotateAllFunctions()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DGlobalISelMatchTable.h1606 enum SplatKind { AllZeros, AllOnes }; enumerator
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp1171 : VectorSplatImmPredicateMatcher::AllZeros); in importChildMatcher()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp4628 SDValue AllZeros = DAG.getConstant(0, dl, VT); in ExpandIntRes_ShiftThroughStack() local
4629 Init = DAG.getNode(ISD::BUILD_PAIR, dl, StackSlotVT, AllZeros, Shiftee); in ExpandIntRes_ShiftThroughStack()