Home
last modified time | relevance | path

Searched refs:Log2_64 (Results 1 – 20 of 20) sorted by relevance

/external/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCELFStreamer.cpp109 : sbss[(Log2_64(AccessSize))]; in HexagonMCEmitCommonSymbol()
131 ? ELF::SHN_HEXAGON_SCOMMON + (Log2_64(AccessSize) + 1) in HexagonMCEmitCommonSymbol()
/external/llvm/include/llvm/Support/
DMathExtras.h497 inline unsigned Log2_64(uint64_t Value) {
731 int Log2Z = Log2_64(X) + Log2_64(Y);
733 int Log2Max = Log2_64(Max);
/external/llvm/lib/Target/X86/
DX86ShuffleDecodeConstantPool.cpp306 unsigned EltMaskSize = Log2_64(NumElements); in DecodeVPERMVMask()
339 unsigned EltMaskSize = Log2_64(NumElements * 2); in DecodeVPERMV3Mask()
/external/llvm/lib/Target/WebAssembly/
DWebAssemblySetP2AlignOperands.cpp98 uint64_t P2Align = Log2_64((*MI.memoperands_begin())->getAlignment()); in runOnMachineFunction()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DMathExtras.h317 inline unsigned Log2_64(uint64_t Value) { in Log2_64() function
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DFastISel.cpp376 Imm = Log2_64(Imm); in SelectBinaryOp()
1068 Imm = Log2_64(Imm); in FastEmit_ri_()
1072 Imm = Log2_64(Imm); in FastEmit_ri_()
DDAGCombiner.cpp1783 unsigned lg2 = Log2_64(abs2); in visitSDIV()
/external/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp437 Imm = Log2_64(Imm); in selectBinaryOp()
1747 Imm = Log2_64(Imm); in fastEmit_ri_()
1751 Imm = Log2_64(Imm); in fastEmit_ri_()
DDAGCombiner.cpp3933 MaskLoBits = Log2_64(EltSize); in matchRotateSub()
/external/llvm/lib/Target/Mips/
DMips64InstrInfo.td38 return getImm(N, Log2_64((unsigned) N->getZExtValue()));
43 return getImm(N, Log2_64((unsigned) (N->getZExtValue() >> 32)));
DMipsSEISelLowering.cpp812 DAG.getConstant(Log2_64(C), DL, ShiftTy)); in genConstMult()
815 uint64_t Floor = 1LL << Log2_64(C); in genConstMult()
/external/swiftshader/third_party/LLVM/lib/Target/Alpha/
DAlphaInstrInfo.td68 return getI64Imm(Log2_64(getNearPower2((uint64_t)N->getZExtValue())));
73 return getI64Imm(Log2_64(x));
/external/llvm/lib/MC/MCParser/
DAsmParser.cpp4239 Pow2Alignment = Log2_64(Pow2Alignment); in parseDirectiveComm()
5028 Info.AsmRewrites->emplace_back(AOK_Align, IDLoc, 5, Log2_64(IntValue)); in parseDirectiveMSAlign()
/external/swiftshader/third_party/LLVM/lib/MC/MCParser/
DAsmParser.cpp2095 Pow2Alignment = Log2_64(Pow2Alignment); in ParseDirectiveComm()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMISelLowering.cpp7410 if (!isPowerOf2_64(cN) || c0 != cN || Log2_64(c0) < 1 || Log2_64(c0) > 32) in isConstVecPow2()
7450 DAG.getConstant(Log2_64(C), MVT::i32)); in PerformVCVTCombine()
7486 Op.getOperand(0), DAG.getConstant(Log2_64(C), MVT::i32)); in PerformVDIVCombine()
/external/clang/lib/AST/
DType.cpp89 return NumElements.getActiveBits() + llvm::Log2_64(ElementSize); in getNumAddressingBits()
/external/llvm/lib/Target/AArch64/
DAArch64InstrInfo.cpp3914 unsigned Imm = Log2_64(Mask); in optimizeCondBranch()
DAArch64ISelLowering.cpp3678 DAG.getConstant(Log2_64(Mask), dl, MVT::i64), in LowerBR_CC()
3694 DAG.getConstant(Log2_64(Mask), dl, MVT::i64), in LowerBR_CC()
7327 unsigned shift = Log2_64(NumBytes); in isLegalAddressingMode()
/external/llvm/lib/Target/AMDGPU/
DSIISelLowering.cpp1307 unsigned KnownBits = Log2_64(MaxGPUAlloc / MinGranularity); in LowerFrameIndex()
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86ISelLowering.cpp13047 DAG.getConstant(Log2_64(MulAmt1), MVT::i8)); in PerformMulCombine()
13054 DAG.getConstant(Log2_64(MulAmt2), MVT::i8)); in PerformMulCombine()