Home
last modified time | relevance | path

Searched refs:Zeroes (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64PreLegalizerCombiner.cpp330 auto Zeroes = Builder.buildConstant(MidTy, 0)->getOperand(0).getReg(); in applyExtAddvToUdotAddv() local
332 {Zeroes, Ext1SrcReg, Ext2SrcReg}); in applyExtAddvToUdotAddv()
392 auto Zeroes = Builder.buildConstant(ZeroesLLT, 0)->getOperand(0).getReg(); in applyExtAddvToUdotAddv() local
395 .buildInstr(DotOpcode, {MRI.getType(Zeroes)}, in applyExtAddvToUdotAddv()
396 {Zeroes, Ext1UnmergeReg[i], Ext2UnmergeReg[i]}) in applyExtAddvToUdotAddv()
/freebsd/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingFile.c296 char Zeroes[sizeof(uint64_t)] = {0}; in fileWriter() local
307 if (fwrite(Zeroes, sizeof(uint8_t), PartialWriteLen, File) != in fileWriter()
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/COFF/
H A DCOFFWriter.cpp148 S.Sym.Name.Offset.Zeroes = 0; in finalizeStringTable()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicsPowerPC.td103 // Count Leading / Trailing Zeroes under bit Mask Builtins.
1113 // P10 Vector Count Leading / Trailing Zeroes under bit Mask Builtins.
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFF.h245 support::ulittle32_t Zeroes; member
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DCOFFObjectFile.cpp1157 if (Symbol->Name.Offset.Zeroes == 0) in getSymbolName()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DBuiltinsPPC.def646 // P10 Vector Count Leading / Trailing Zeroes under bit Mask built-ins.
/freebsd/contrib/llvm-project/lld/COFF/
H A DWriter.cpp1336 sym.Name.Offset.Zeroes = 0; in createSymbol()