/openbsd/gnu/llvm/llvm/lib/Support/ |
H A D | ScaledNumber.cpp | 65 if (int Zeros = countLeadingZeros(Dividend64)) { in divide32() local 87 if (int Zeros = countTrailingZeros(Divisor)) { in divide64() local 97 if (int Zeros = countLeadingZeros(Dividend)) { in divide64() local
|
H A D | BinaryStreamWriter.cpp | 97 static constexpr char Zeros[ZerosSize] = {}; in padToAlignment() local
|
/openbsd/gnu/llvm/llvm/lib/BinaryFormat/ |
H A D | DXContainer.cpp | 28 static uint8_t Zeros[16] = {0}; in isPopulated() local
|
/openbsd/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/ |
H A D | common_test.cpp | 54 TEST(ScudoCommonTest, Zeros) { in TEST() argument
|
/openbsd/gnu/llvm/llvm/lib/ProfileData/ |
H A D | RawMemProfReader.cpp | 158 constexpr uint8_t Zeros[Size] = {0}; in getBuildIdString() local
|
/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/ |
H A D | HexagonConstPropagation.cpp | 1662 bool MachineConstEvaluator::evaluateCLBr(const RegisterSubReg &R1, bool Zeros, in evaluateCLBr() 1683 bool MachineConstEvaluator::evaluateCLBi(const APInt &A1, bool Zeros, in evaluateCLBi() 1697 bool MachineConstEvaluator::evaluateCTBr(const RegisterSubReg &R1, bool Zeros, in evaluateCTBr() 1718 bool MachineConstEvaluator::evaluateCTBi(const APInt &A1, bool Zeros, in evaluateCTBi()
|
/openbsd/gnu/llvm/llvm/lib/Target/PowerPC/Disassembler/ |
H A D | PPCDisassembler.cpp | 447 unsigned Zeros = countTrailingZeros(Imm); in decodeCRBitMOperand() local
|
/openbsd/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGCUDANV.cpp | 73 llvm::Constant *Zeros[2]; member in __anonfb38b4960111::CGNVCUDARuntime
|
H A D | CGObjCGNU.cpp | 327 llvm::Constant *Zeros[2]; member in __anoncf511b5d0111::CGObjCGNU
|
H A D | CodeGenModule.cpp | 5618 llvm::Constant *Zeros[] = { Zero, Zero }; in GetAddrOfConstantCFString() local
|
H A D | CGBuiltin.cpp | 5277 llvm::Constant *Zeros[] = {llvm::ConstantInt::get(SizeTy, 0), in EmitBuiltinExpr() local
|
/openbsd/gnu/llvm/llvm/lib/IR/ |
H A D | IRBuilder.cpp | 1264 SmallVector<int, 16> Zeros; in CreateVectorSplat() local
|
H A D | Constants.cpp | 1424 SmallVector<int, 8> Zeros(EC.getKnownMinValue(), 0); in getSplat() local
|
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 11456 SDValue Zeros = DAG.getConstant(0, dl, SrcVT); in LowerZERO_EXTEND_VECTOR_INREG() local 15193 SDValue Zeros = in performVecReduceAddCombine() local
|
/openbsd/gnu/llvm/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 11666 uint64_t Zeros = 0; in LowerCONCAT_VECTORSvXi1() local 30332 SDValue Zeros = DAG.getConstant(0, dl, VT); in LowerShiftByScalarImmediate() local 32197 SDValue Zeros = DAG.getConstant(0, DL, ByteVecVT); in LowerHorizontalByteSum() local 32209 SDValue Zeros = DAG.getConstant(0, DL, VT); in LowerHorizontalByteSum() local
|
/openbsd/gnu/llvm/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 13841 unsigned Zeros = Imm.countLeadingZeros() + Imm.countTrailingZeros(); in PerformSHLSimplify() local
|