Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp5992 unsigned ImmBitWidth = Imm.getBitWidth(); in getIntImmCostInst() local
6018 if (Idx == 1 && ImmBitWidth == 64) { in getIntImmCostInst()
6037 if (Idx == 1 && ImmBitWidth == 64 && Imm.isIntN(32)) in getIntImmCostInst()
6040 if (Idx == 1 && ImmBitWidth == 64 && ST->is64Bit() && ST->hasBMI() && in getIntImmCostInst()
6048 if (Idx == 1 && ImmBitWidth == 64 && Imm.getZExtValue() == 0x80000000) in getIntImmCostInst()