/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/ |
H A D | DXContainer.cpp | 28 static uint8_t Zeros[16] = {0}; isPopulated() local
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | ScaledNumber.cpp | 65 if (int Zeros = llvm::countl_zero(Dividend64)) { in divide32() local 87 if (int Zeros = llvm::countr_zero(Divisor)) { in divide64() local 97 if (int Zeros = llvm::countl_zero(Dividend)) { in divide64() local
|
H A D | BinaryStreamWriter.cpp | 98 static constexpr char Zeros[ZerosSize] = {}; in padToAlignment() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonConstPropagation.cpp | 1661 bool MachineConstEvaluator::evaluateCLBr(const RegisterSubReg &R1, bool Zeros, in evaluateCLBr() argument 1682 bool MachineConstEvaluator::evaluateCLBi(const APInt &A1, bool Zeros, in evaluateCLBi() argument 1696 bool MachineConstEvaluator::evaluateCTBr(const RegisterSubReg &R1, bool Zeros, in evaluateCTBr() argument 1717 evaluateCTBi(const APInt & A1,bool Zeros,bool Ones,APInt & Result) evaluateCTBi() argument [all...] |
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/Disassembler/ |
H A D | PPCDisassembler.cpp | 351 unsigned Zeros = llvm::countr_zero(Imm); in decodeCRBitMOperand() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64LegalizerInfo.cpp | 1951 auto Zeros = MIRBuilder.buildConstant(Dt, 0); in legalizeCTPOP() local
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | IRBuilder.cpp | 1208 SmallVector<int, 16> Zeros; in CreateVectorSplat() local
|
H A D | Constants.cpp | 1495 SmallVector<int, 8> Zeros(EC.getKnownMinValue(), 0); in getSplat() local
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGObjCGNU.cpp | 325 llvm::Constant *Zeros[2]; member in __anonbab9bb100111::CGObjCGNU
|
/freebsd/contrib/googletest/googletest/test/ |
H A D | gtest_unittest.cc | 2825 TEST_F(FloatTest, Zeros) { in TEST_F() argument 2982 TEST_F(DoubleTest, Zeros) { in TEST_F() argument
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 10107 SDValue Zeros = DAG.getConstant(0, DL, DT); in LowerCTPOP_PARITY() local 13132 SDValue Zeros = DAG.getConstant(0, dl, SrcVT); in LowerZERO_EXTEND_VECTOR_INREG() local 17778 SDValue Zeros = DAG.getConstant(0, DL, TargetType); in performVecReduceAddCombine() local 17788 SDValue Zeros = DAG.getConstant(0, DL, MVT::v4i32); in performVecReduceAddCombine() local 17811 SDValue Zeros = DAG.getConstant(0, DL, MVT::v2i32); in performVecReduceAddCombine() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 9291 uint64_t Zeros = 0; in LowerCONCAT_VECTORSvXi1() local 29292 SDValue Zeros = DAG.getConstant(0, dl, VT); in LowerShiftByScalarImmediate() local 31224 SDValue Zeros = DAG.getConstant(0, DL, ByteVecVT); in LowerHorizontalByteSum() local 31236 SDValue Zeros = DAG.getConstant(0, DL, VT); in LowerHorizontalByteSum() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 13998 unsigned Zeros = Imm.countl_zero() + Imm.countr_zero(); in PerformSHLSimplify() local
|