/netbsd-src/external/apache2/llvm/dist/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
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
H A D | HexagonConstPropagation.cpp | 1668 bool MachineConstEvaluator::evaluateCLBr(const RegisterSubReg &R1, bool Zeros, in evaluateCLBr() 1689 bool MachineConstEvaluator::evaluateCLBi(const APInt &A1, bool Zeros, in evaluateCLBi() 1703 bool MachineConstEvaluator::evaluateCTBr(const RegisterSubReg &R1, bool Zeros, in evaluateCTBr() 1724 bool MachineConstEvaluator::evaluateCTBi(const APInt &A1, bool Zeros, in evaluateCTBi()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/Disassembler/ |
H A D | PPCDisassembler.cpp | 392 unsigned Zeros = countTrailingZeros(Imm); in decodeCRBitMOperand() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGCUDANV.cpp | 92 llvm::Constant *Zeros[] = {llvm::ConstantInt::get(SizeTy, 0), in makeConstantString() local
|
H A D | CGObjCGNU.cpp | 326 llvm::Constant *Zeros[2]; member in __anon119c321b0111::CGObjCGNU
|
H A D | CodeGenModule.cpp | 5040 llvm::Constant *Zeros[] = { Zero, Zero }; in GetAddrOfConstantCFString() local
|
H A D | CGBuiltin.cpp | 5067 llvm::Constant *Zeros[] = {llvm::ConstantInt::get(SizeTy, 0), in EmitBuiltinExpr() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | IRBuilder.cpp | 1075 SmallVector<int, 16> Zeros; in CreateVectorSplat() local
|
H A D | Constants.cpp | 1436 SmallVector<int, 8> Zeros(EC.getKnownMinValue(), 0); in getSplat() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 10762 uint64_t Zeros = 0; in LowerCONCAT_VECTORSvXi1() local 28075 SDValue Zeros = DAG.getConstant(0, dl, VT); in LowerScalarImmediateShift() local 29358 SDValue Zeros = DAG.getConstant(0, DL, ByteVecVT); in LowerHorizontalByteSum() local 29370 SDValue Zeros = DAG.getConstant(0, DL, VT); in LowerHorizontalByteSum() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 11936 SDValue Zeros = in performVecReduceAddCombine() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 12957 unsigned Zeros = Imm.countLeadingZeros() + Imm.countTrailingZeros(); in PerformSHLSimplify() local
|