Home
last modified time | relevance | path

Searched defs:Zeros (Results 1 – 16 of 16) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/Support/
H A DScaledNumber.cpp65 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 DBinaryStreamWriter.cpp97 static constexpr char Zeros[ZerosSize] = {}; in padToAlignment() local
/openbsd/gnu/llvm/llvm/lib/BinaryFormat/
H A DDXContainer.cpp28 static uint8_t Zeros[16] = {0}; in isPopulated() local
/openbsd/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/
H A Dcommon_test.cpp54 TEST(ScudoCommonTest, Zeros) { in TEST() argument
/openbsd/gnu/llvm/llvm/lib/ProfileData/
H A DRawMemProfReader.cpp158 constexpr uint8_t Zeros[Size] = {0}; in getBuildIdString() local
/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonConstPropagation.cpp1662 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 DPPCDisassembler.cpp447 unsigned Zeros = countTrailingZeros(Imm); in decodeCRBitMOperand() local
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGCUDANV.cpp73 llvm::Constant *Zeros[2]; member in __anonfb38b4960111::CGNVCUDARuntime
H A DCGObjCGNU.cpp327 llvm::Constant *Zeros[2]; member in __anoncf511b5d0111::CGObjCGNU
H A DCodeGenModule.cpp5618 llvm::Constant *Zeros[] = { Zero, Zero }; in GetAddrOfConstantCFString() local
H A DCGBuiltin.cpp5277 llvm::Constant *Zeros[] = {llvm::ConstantInt::get(SizeTy, 0), in EmitBuiltinExpr() local
/openbsd/gnu/llvm/llvm/lib/IR/
H A DIRBuilder.cpp1264 SmallVector<int, 16> Zeros; in CreateVectorSplat() local
H A DConstants.cpp1424 SmallVector<int, 8> Zeros(EC.getKnownMinValue(), 0); in getSplat() local
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp11456 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 DX86ISelLowering.cpp11666 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 DARMISelLowering.cpp13841 unsigned Zeros = Imm.countLeadingZeros() + Imm.countTrailingZeros(); in PerformSHLSimplify() local