Searched refs:AllZeros (Results 1 – 7 of 7) sorted by relevance
/external/llvm-project/llvm/include/llvm/ADT/ |
D | Bitfields.h | 106 static constexpr Unsigned AllZeros = Unsigned(0); // 00000000 member 108 static constexpr Unsigned Umin = AllZeros; // 00000000
|
/external/perfetto/src/traced/probes/ftrace/ |
D | printk_formats_parser_unittest.cc | 31 TEST(PrintkFormatParserTest, AllZeros) { in TEST() argument
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | PGOInstrumentation.cpp | 965 bool readCounters(IndexedInstrProfReader *PGOReader, bool &AllZeros); 1141 bool PGOUseFunc::readCounters(IndexedInstrProfReader *PGOReader, bool &AllZeros) { in readCounters() argument 1189 AllZeros = (ValueSum == 0); in readCounters() 1574 bool AllZeros = false; in annotateAllFunctions() local 1575 if (!Func.readCounters(PGOReader.get(), AllZeros)) in annotateAllFunctions() 1577 if (AllZeros) { in annotateAllFunctions()
|
/external/llvm-project/llvm/lib/Transforms/Instrumentation/ |
D | PGOInstrumentation.cpp | 1042 bool readCounters(IndexedInstrProfReader *PGOReader, bool &AllZeros, 1226 bool PGOUseFunc::readCounters(IndexedInstrProfReader *PGOReader, bool &AllZeros, in readCounters() argument 1278 AllZeros = (ValueSum == 0); in readCounters() 1689 bool AllZeros = false; in annotateAllFunctions() local 1690 if (!Func.readCounters(PGOReader.get(), AllZeros, AllMinusOnes)) in annotateAllFunctions() 1692 if (AllZeros) { in annotateAllFunctions()
|
/external/llvm/test/CodeGen/X86/ |
D | vselect.ll | 144 ; Fold (vselect (build_vector AllZeros), N1, N2) -> N2
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | vselect.ll | 245 ; Fold (vselect (build_vector AllZeros), N1, N2) -> N2
|
/external/llvm-project/llvm/utils/TableGen/ |
D | GlobalISelEmitter.cpp | 2132 AllZeros, enumerator 4312 : VectorSplatImmPredicateMatcher::AllZeros); in importChildMatcher()
|