Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64PreLegalizerCombiner.cpp331 auto Zeroes = Builder.buildConstant(MidTy, 0)->getOperand(0).getReg(); in applyExtAddvToUdotAddv() local
333 {Zeroes, Ext1SrcReg, Ext2SrcReg}); in applyExtAddvToUdotAddv()
393 auto Zeroes = Builder.buildConstant(ZeroesLLT, 0)->getOperand(0).getReg(); in applyExtAddvToUdotAddv() local
396 .buildInstr(DotOpcode, {MRI.getType(Zeroes)}, in applyExtAddvToUdotAddv()
397 {Zeroes, Ext1UnmergeReg[i], Ext2UnmergeReg[i]}) in applyExtAddvToUdotAddv()
/freebsd/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingFile.c335 char Zeroes[sizeof(uint64_t)] = {0}; in fileWriter() local
346 if (fwrite(Zeroes, sizeof(uint8_t), PartialWriteLen, File) != in fileWriter()
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/COFF/
H A DCOFFWriter.cpp224 S.Sym.Name.Offset.Zeroes = 0; in finalizeStringTable()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFF.h250 support::ulittle32_t Zeroes; member
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicsPowerPC.td103 // Count Leading / Trailing Zeroes under bit Mask Builtins.
1177 // P10 Vector Count Leading / Trailing Zeroes under bit Mask Builtins.
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DBuiltinsPPC.def700 // P10 Vector Count Leading / Trailing Zeroes under bit Mask built-ins.
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DCOFFObjectFile.cpp1216 if (Symbol->Name.Offset.Zeroes == 0) in getSymbolName()
/freebsd/contrib/llvm-project/lld/COFF/
H A DWriter.cpp1478 sym.Name.Offset.Zeroes = 0; in createSymbol()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp9638 SDValue Zeroes = DAG.getConstant(0, DL, StepVecVT); in expandVectorFindLastActive() local
9640 SDValue ActiveElts = DAG.getSelect(DL, StepVecVT, Mask, StepVec, Zeroes); in expandVectorFindLastActive()