Searched refs:ExpMask (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/ |
| H A D | LegalizerHelper.cpp | 6272 const unsigned ExpMask = 0x7ff; in lowerFPTRUNC_F64_TO_F16() local 6283 E = MIRBuilder.buildAnd(S32, E, MIRBuilder.buildConstant(S32, ExpMask)); in lowerFPTRUNC_F64_TO_F16() 7344 APInt ExpMask = Inf; in lowerISFPCLASS() local 7353 auto ExpMaskC = MIRBuilder.buildConstant(IntTy, ExpMask); in lowerISFPCLASS() 7451 APInt ExpLSB = ExpMask & ~(ExpMask.shl(1)); in lowerISFPCLASS() 7454 APInt MaxExpMinusOne = ExpMask - ExpLSB; in lowerISFPCLASS()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 8065 APInt ExpMask = Inf; in expandIS_FPCLASS() local 8067 ExpMask.clearBit(ExplicitIntBitInF80); in expandIS_FPCLASS() 8075 SDValue ExpMaskV = DAG.getConstant(ExpMask, DL, IntVT); in expandIS_FPCLASS() 8200 APInt ExpLSB = ExpMask & ~(ExpMask.shl(1)); in expandIS_FPCLASS() 8203 APInt ExpLimit = ExpMask - ExpLSB; in expandIS_FPCLASS()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUISelLowering.cpp | 2728 const unsigned ExpMask = 0x7ff; in LowerFP_TO_FP16() local 2741 DAG.getConstant(ExpMask, DL, MVT::i32)); in LowerFP_TO_FP16()
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGBuiltin.cpp | 3053 APInt ExpMask = APFloat::getInf(Semantics).bitcastToAPInt(); in EmitBuiltinExpr() local 3055 Builder.CreateSub(llvm::ConstantInt::get(IntTy, ExpMask), AbsV); in EmitBuiltinExpr() 3287 APInt ExpMask = APFloat::getInf(Semantics).bitcastToAPInt(); in EmitBuiltinExpr() local 3288 Value *ExpMaskShl1 = llvm::ConstantInt::get(IntTy, ExpMask.shl(1)); in EmitBuiltinExpr()
|