Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp5446 uint64_t ExpMask = BitmanipMasks[MaskIdx] & maskTrailingOnes<uint64_t>(Width); in matchRISCVBitmanipPat() local
5449 ExpMask <<= ShAmt; in matchRISCVBitmanipPat()
5451 if (Mask != ExpMask) in matchRISCVBitmanipPat()
5649 uint64_t ExpMask = BitmanipMasks[MaskIdx] & maskTrailingOnes<uint64_t>(Width); in combineORToSHFL() local
5651 if (Mask != ExpMask) in combineORToSHFL()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp2728 const unsigned ExpMask = 0x7ff; in LowerFP_TO_FP16() local
2741 DAG.getConstant(ExpMask, DL, MVT::i32)); in LowerFP_TO_FP16()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp6252 const unsigned ExpMask = 0x7ff; in lowerFPTRUNC_F64_TO_F16() local
6263 E = MIRBuilder.buildAnd(S32, E, MIRBuilder.buildConstant(S32, ExpMask)); in lowerFPTRUNC_F64_TO_F16()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp3094 APInt ExpMask = APFloat::getInf(Semantics).bitcastToAPInt(); in EmitBuiltinExpr() local
3096 Builder.CreateSub(llvm::ConstantInt::get(IntTy, ExpMask), AbsV); in EmitBuiltinExpr()
3188 APInt ExpMask = APFloat::getInf(Semantics).bitcastToAPInt(); in EmitBuiltinExpr() local
3189 Value *ExpMaskShl1 = llvm::ConstantInt::get(IntTy, ExpMask.shl(1)); in EmitBuiltinExpr()