Searched refs:Zeroes (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
| H A D | AArch64PreLegalizerCombiner.cpp | 331 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 D | InstrProfilingFile.c | 335 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 D | COFFWriter.cpp | 224 S.Sym.Name.Offset.Zeroes = 0; in finalizeStringTable()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
| H A D | COFF.h | 250 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. 1177 // P10 Vector Count Leading / Trailing Zeroes under bit Mask Builtins.
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | BuiltinsPPC.def | 700 // P10 Vector Count Leading / Trailing Zeroes under bit Mask built-ins.
|
| /freebsd/contrib/llvm-project/llvm/lib/Object/ |
| H A D | COFFObjectFile.cpp | 1216 if (Symbol->Name.Offset.Zeroes == 0) in getSymbolName()
|
| /freebsd/contrib/llvm-project/lld/COFF/ |
| H A D | Writer.cpp | 1478 sym.Name.Offset.Zeroes = 0; in createSymbol()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 9638 SDValue Zeroes = DAG.getConstant(0, DL, StepVecVT); in expandVectorFindLastActive() local 9640 SDValue ActiveElts = DAG.getSelect(DL, StepVecVT, Mask, StepVec, Zeroes); in expandVectorFindLastActive()
|