Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp8714 SDValue ExpBits = DAG.getNode(ISD::AND, DL, IntVT, OpAsInt, ExpMaskV); in expandIS_FPCLASS() local
8716 DAG.getSetCC(DL, ResultVT, ExpBits, ZeroV, ISD::SETEQ); in expandIS_FPCLASS()
8769 SDValue ExpBits = DAG.getNode(ISD::AND, DL, IntVT, AbsV, ExpMaskV); in expandIS_FPCLASS() local
8771 DAG.getSetCC(DL, ResultVT, ExpBits, ZeroV, ISD::SETEQ); in expandIS_FPCLASS()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULegalizerInfo.cpp2496 const unsigned ExpBits = 11; in extractF64Exponent() local
2500 auto Const1 = B.buildConstant(S32, ExpBits); in extractF64Exponent()
H A DAMDGPUISelLowering.cpp2392 const unsigned ExpBits = 11; in extractF64Exponent() local
2397 DAG.getConstant(ExpBits, SL, MVT::i32)); in extractF64Exponent()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp8373 auto ExpBits = MIRBuilder.buildAnd(IntTy, AsInt, ExpMaskC); in lowerISFPCLASS() local
8375 ExpBits, ZeroC)); in lowerISFPCLASS()