Lines Matching defs:TLI

5225                                        const TargetLowering &TLI) {
5273 const TargetLowering &TLI) {
5303 const TargetLowering &TLI, SDLoc dl) {
5311 TLI.getScalarShiftAmountTy(SrcOp.getValueType()))));
5592 const TargetLowering &TLI = DAG.getTargetLoweringInfo();
5593 SDValue CP = DAG.getConstantPool(C, TLI.getPointerTy());
5633 const TargetLowering &TLI = DAG.getTargetLoweringInfo();
5634 if (!TLI.isOperationLegalOrCustom(ISD::INSERT_VECTOR_ELT, VT))
6494 const TargetLowering &TLI = DAG.getTargetLoweringInfo();
6590 TLI.getShiftAmountTy(InsElt.getValueType())));
6605 TLI.getShiftAmountTy(InsElt0.getValueType())));
8942 const TargetLowering &TLI = DAG.getTargetLoweringInfo();
8947 SDValue CP = DAG.getConstantPool(C, TLI.getPointerTy());
9628 const TargetLowering &TLI = DAG.getTargetLoweringInfo();
9629 if (TLI.isOperationLegal(WideVal.getOpcode(), WideVT)) {
10402 const TargetLowering &TLI = DAG.getTargetLoweringInfo();
10409 SDValue CP = DAG.getConstantPool(C, TLI.getPointerTy());
13371 const TargetLowering &TLI = DAG.getTargetLoweringInfo();
13372 SDValue Callee = DAG.getExternalSymbol(LibcallName, TLI.getPointerTy());
13383 std::pair<SDValue, SDValue> CallResult = TLI.LowerCallTo(CLI);
13534 const TargetLowering &TLI = DAG.getTargetLoweringInfo();
13585 if (!TLI.isTypeLegal(N->getOperand(0).getValueType()))
16259 const TargetLowering &TLI = DAG.getTargetLoweringInfo();
16260 if (!DCI.isBeforeLegalize() && !TLI.isTypeLegal(VT.getVectorElementType()))
16364 const TargetLowering &TLI = DAG.getTargetLoweringInfo();
16365 unsigned NewAlign = TLI.getDataLayout()->
16368 if (NewAlign > Align || !TLI.isOperationLegalOrCustom(ISD::LOAD, VT))
16506 const TargetLowering &TLI = DAG.getTargetLoweringInfo();
16507 SDValue OffsetVal = DAG.getConstant(Offset, TLI.getPointerTy());
16509 SDValue ScalarAddr = DAG.getNode(ISD::ADD, dl, TLI.getPointerTy(),
16611 const TargetLowering &TLI = DAG.getTargetLoweringInfo();
16618 VT != MVT::f80 && TLI.isTypeLegal(VT) &&
16898 if (!TLI.isTypeLegal(VT))
16984 TLI.getSetCCResultType(*DAG.getContext(), VT) == Cond.getValueType()) {
17032 !DCI.isBeforeLegalize() && TLI.isOperationLegal(ISD::VSELECT, VT)) {
17055 TLI.SimplifyDemandedBits(Cond, DemandedMask, KnownZero, KnownOne, TLO))
17694 const TargetLowering &TLI = DAG.getTargetLoweringInfo();
17696 if (!TLI.isOperationLegalOrPromote(Narrow->getOpcode(), WideVT))
18080 const TargetLowering &TLI = DAG.getTargetLoweringInfo();
18094 SDValue Increment = DAG.getConstant(16, TLI.getPointerTy());
18146 if (TLI.isTypeLegal(Tp) && ((MemSz % Tp.getSizeInBits()) == 0)) {
18152 if (TLI.isTypeLegal(MVT::f64) && SclrLoadTy.getSizeInBits() < 64 &&
18181 if (!TLI.isTypeLegal(WideVecVT))
18187 TLI.getPointerTy());
18226 if (!TLI.isOperationLegalOrCustom(ISD::SRA, RegVT))
18276 const TargetLowering &TLI = DAG.getTargetLoweringInfo();
18293 SDValue Stride = DAG.getConstant(16, TLI.getPointerTy());
18311 const TargetLowering &TLI = DAG.getTargetLoweringInfo();
18339 if (!TLI.isTypeLegal(WideVecVT))
18353 if (TLI.isTypeLegal(Tp) && Tp.getSizeInBits() <= NumElems * ToSz)
18358 if (TLI.isTypeLegal(MVT::f64) && StoreType.getSizeInBits() < 64 &&
18369 TLI.getPointerTy());
18731 const TargetLowering &TLI = DAG.getTargetLoweringInfo();
18733 TLI.SimplifyDemandedBits(Op1, DemandedMask, KnownZero, KnownOne, TLO))