Searched refs:AllZeros (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | Bitfields.h | 106 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 D | PGOInstrumentation.cpp | 1104 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 D | GlobalISelMatchTable.h | 1606 enum SplatKind { AllZeros, AllOnes }; enumerator
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | GlobalISelEmitter.cpp | 1171 : VectorSplatImmPredicateMatcher::AllZeros); in importChildMatcher()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeIntegerTypes.cpp | 4628 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()
|