Searched refs:Zeroes (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64PreLegalizerCombiner.cpp | 330 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 D | InstrProfilingFile.c | 300 char Zeroes[sizeof(uint64_t)] = {0}; in fileWriter() local 311 if (fwrite(Zeroes, sizeof(uint8_t), PartialWriteLen, File) != in fileWriter()
|
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/COFF/ |
H A D | COFFWriter.cpp | 148 S.Sym.Name.Offset.Zeroes = 0; in finalizeStringTable()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
H A D | COFF.h | 245 support::ulittle32_t Zeroes; member
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | IntrinsicsPowerPC.td | 103 // Count Leading / Trailing Zeroes under bit Mask Builtins. 1133 // P10 Vector Count Leading / Trailing Zeroes under bit Mask Builtins.
|
/freebsd/contrib/llvm-project/llvm/lib/Object/ |
H A D | COFFObjectFile.cpp | 1143 if (Symbol->Name.Offset.Zeroes == 0) in getSymbolName()
|
/freebsd/contrib/llvm-project/lld/COFF/ |
H A D | Writer.cpp | 1336 sym.Name.Offset.Zeroes = 0; in createSymbol()
|