Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp5176 uint64_t ExpMask = BitmanipMasks[MaskIdx] & maskTrailingOnes<uint64_t>(Width); in matchRISCVBitmanipPat() local
5179 ExpMask <<= ShAmt; in matchRISCVBitmanipPat()
5181 if (Mask != ExpMask) in matchRISCVBitmanipPat()
5379 uint64_t ExpMask = BitmanipMasks[MaskIdx] & maskTrailingOnes<uint64_t>(Width); in combineORToSHFL() local
5381 if (Mask != ExpMask) in combineORToSHFL()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp2629 const unsigned ExpMask = 0x7ff; in LowerFP_TO_FP16() local
2642 DAG.getConstant(ExpMask, DL, MVT::i32)); in LowerFP_TO_FP16()
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp5844 const unsigned ExpMask = 0x7ff; in lowerFPTRUNC_F64_TO_F16() local
5855 E = MIRBuilder.buildAnd(S32, E, MIRBuilder.buildConstant(S32, ExpMask)); in lowerFPTRUNC_F64_TO_F16()
/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGBuiltin.cpp3013 APInt ExpMask = APFloat::getInf(Semantics).bitcastToAPInt(); in EmitBuiltinExpr() local
3015 Builder.CreateSub(llvm::ConstantInt::get(IntTy, ExpMask), AbsV); in EmitBuiltinExpr()
3107 APInt ExpMask = APFloat::getInf(Semantics).bitcastToAPInt(); in EmitBuiltinExpr() local
3108 Value *ExpMaskShl1 = llvm::ConstantInt::get(IntTy, ExpMask.shl(1)); in EmitBuiltinExpr()