Lines Matching refs:TLO
8411 TargetLoweringObjectFile *TLO = getTargetMachine().getObjFileLowering(); in lowerINIT_TRAMPOLINE() local
8412 assert(TLO); in lowerINIT_TRAMPOLINE()
8413 MCContext &MCCtx = TLO->getContext(); in lowerINIT_TRAMPOLINE()
20829 TargetLoweringOpt &TLO) const { in targetShrinkDemandedConstant()
20831 if (!TLO.LegalOps) in targetShrinkDemandedConstant()
20858 auto UseMask = [Mask, Op, &TLO](const APInt &NewMask) -> bool { in targetShrinkDemandedConstant()
20862 SDValue NewC = TLO.DAG.getConstant(NewMask, DL, Op.getValueType()); in targetShrinkDemandedConstant()
20863 SDValue NewOp = TLO.DAG.getNode(Op.getOpcode(), DL, Op.getValueType(), in targetShrinkDemandedConstant()
20865 return TLO.CombineTo(Op, NewOp); in targetShrinkDemandedConstant()
21167 const APInt &OriginalDemandedElts, KnownBits &Known, TargetLoweringOpt &TLO, in SimplifyDemandedBitsForTargetNode() argument
21183 OriginalDemandedElts, Known2, TLO, Depth + 1)) in SimplifyDemandedBitsForTargetNode()
21195 Op, OriginalDemandedBits, OriginalDemandedElts, Known, TLO, Depth); in SimplifyDemandedBitsForTargetNode()