Lines Matching refs:getCurSDLoc

1064     Root = DAG.getTokenFactor(getCurSDLoc(), Pending);
1412 Result = RFV.getCopyFromRegs(DAG, FuncInfo, getCurSDLoc(), Chain, nullptr,
1478 return DAG.getConstant(*CI, getCurSDLoc(), VT);
1481 return DAG.getGlobalAddress(GV, getCurSDLoc(), VT);
1485 return DAG.getConstant(0, getCurSDLoc(),
1490 return DAG.getConstantFP(*CFP, getCurSDLoc(), VT);
1515 return DAG.getMergeValues(Constants, getCurSDLoc());
1530 return DAG.getMergeValues(Ops, getCurSDLoc());
1531 return NodeMap[V] = DAG.getBuildVector(VT, getCurSDLoc(), Ops);
1549 Constants[i] = DAG.getConstantFP(0, getCurSDLoc(), EltVT);
1551 Constants[i] = DAG.getConstant(0, getCurSDLoc(), EltVT);
1554 return DAG.getMergeValues(Constants, getCurSDLoc());
1576 Op = DAG.getConstantFP(0, getCurSDLoc(), EltVT);
1578 Op = DAG.getConstant(0, getCurSDLoc(), EltVT);
1583 return NodeMap[V] = DAG.getBuildVector(VT, getCurSDLoc(), Ops);
1603 return RFV.getCopyFromRegs(DAG, FuncInfo, getCurSDLoc(), Chain, nullptr, V);
1623 DAG.setRoot(DAG.getNode(ISD::CATCHPAD, getCurSDLoc(), MVT::Other,
1639 DAG.setRoot(DAG.getNode(ISD::BR, getCurSDLoc(), MVT::Other,
1659 SDValue Ret = DAG.getNode(ISD::CATCHRET, getCurSDLoc(), MVT::Other,
1787 DAG.getNode(ISD::CLEANUPRET, getCurSDLoc(), MVT::Other, getControlRoot());
1827 SDValue RetPtr = DAG.getCopyFromReg(DAG.getEntryNode(), getCurSDLoc(),
1841 SDValue Ptr = DAG.getObjectPtrOffset(getCurSDLoc(), RetPtr, Offsets[i]);
1845 Val = DAG.getPtrExtOrTrunc(Val, getCurSDLoc(), MemVTs[i]);
1846 Chains[i] = DAG.getStore(Chain, getCurSDLoc(), Val,
1851 Chain = DAG.getNode(ISD::TokenFactor, getCurSDLoc(),
1889 getCopyToParts(DAG, getCurSDLoc(),
1949 Chain, CallConv, isVarArg, Outs, OutVals, getCurSDLoc(), DAG);
2087 TBB, FBB, CurBB, getCurSDLoc(), TProb, FProb);
2096 nullptr, TBB, FBB, CurBB, getCurSDLoc(), TProb, FProb);
2266 DAG.setRoot(DAG.getNode(ISD::BR, getCurSDLoc(),
2332 nullptr, Succ0MBB, Succ1MBB, BrMBB, getCurSDLoc());
2379 CondLHS = DAG.getPtrExtOrTrunc(CondLHS, getCurSDLoc(), MemVT);
2380 CondRHS = DAG.getPtrExtOrTrunc(CondRHS, getCurSDLoc(), MemVT);
2438 SDValue Index = DAG.getCopyFromReg(getControlRoot(), getCurSDLoc(),
2441 SDValue BrJumpTable = DAG.getNode(ISD::BR_JT, getCurSDLoc(),
2452 SDLoc dl = getCurSDLoc();
2545 SDLoc dl = getCurSDLoc();
2576 CLI.setDebugLoc(getCurSDLoc())
2637 None, CallOptions, getCurSDLoc()).second;
2642 Chain = DAG.getNode(ISD::TRAP, getCurSDLoc(), MVT::Other, Chain);
2651 SDLoc dl = getCurSDLoc();
2717 SDLoc dl = getCurSDLoc();
2811 DAG.getTargetConstant(Intrinsic::wasm_rethrow_in_catch, getCurSDLoc(),
2814 DAG.setRoot(DAG.getNode(ISD::INTRINSIC_VOID, getCurSDLoc(), VTs, Ops));
2852 DAG.setRoot(DAG.getNode(ISD::BR, getCurSDLoc(), MVT::Other, getControlRoot(),
2881 DAG.setRoot(DAG.getNode(ISD::BR, getCurSDLoc(),
2910 SDLoc dl = getCurSDLoc();
2967 DAG.setRoot(DAG.getNode(ISD::BRIND, getCurSDLoc(),
2989 DAG.setRoot(DAG.getNode(ISD::TRAP, getCurSDLoc(), MVT::Other, DAG.getRoot()));
2998 setValue(&I, DAG.getNode(ISD::FNEG, getCurSDLoc(),
3137 SDValue UnNodeValue = DAG.getNode(Opcode, getCurSDLoc(), Op.getValueType(),
3165 SDValue BinNodeValue = DAG.getNode(Opcode, getCurSDLoc(), Op1.getValueType(),
3181 SDLoc DL = getCurSDLoc();
3218 SDValue Res = DAG.getNode(Opcode, getCurSDLoc(), Op1.getValueType(), Op1, Op2,
3230 setValue(&I, DAG.getNode(ISD::SDIV, getCurSDLoc(), Op1.getValueType(), Op1,
3252 Op1 = DAG.getPtrExtOrTrunc(Op1, getCurSDLoc(), MemVT);
3253 Op2 = DAG.getPtrExtOrTrunc(Op2, getCurSDLoc(), MemVT);
3258 setValue(&I, DAG.getSetCC(getCurSDLoc(), DestVT, Op1, Op2, Opcode));
3277 setValue(&I, DAG.getSetCC(getCurSDLoc(), DestVT, Op1, Op2, Condition));
3397 DAG.getNode(OpCode, getCurSDLoc(),
3407 OpCode, getCurSDLoc(),
3412 setValue(&I, DAG.getNode(ISD::MERGE_VALUES, getCurSDLoc(),
3421 setValue(&I, DAG.getNode(ISD::TRUNCATE, getCurSDLoc(), DestVT, N));
3430 setValue(&I, DAG.getNode(ISD::ZERO_EXTEND, getCurSDLoc(), DestVT, N));
3439 setValue(&I, DAG.getNode(ISD::SIGN_EXTEND, getCurSDLoc(), DestVT, N));
3445 SDLoc dl = getCurSDLoc();
3458 setValue(&I, DAG.getNode(ISD::FP_EXTEND, getCurSDLoc(), DestVT, N));
3466 setValue(&I, DAG.getNode(ISD::FP_TO_UINT, getCurSDLoc(), DestVT, N));
3474 setValue(&I, DAG.getNode(ISD::FP_TO_SINT, getCurSDLoc(), DestVT, N));
3482 setValue(&I, DAG.getNode(ISD::UINT_TO_FP, getCurSDLoc(), DestVT, N));
3490 setValue(&I, DAG.getNode(ISD::SINT_TO_FP, getCurSDLoc(), DestVT, N));
3502 N = DAG.getPtrExtOrTrunc(N, getCurSDLoc(), PtrMemVT);
3503 N = DAG.getZExtOrTrunc(N, getCurSDLoc(), DestVT);
3514 N = DAG.getZExtOrTrunc(N, getCurSDLoc(), PtrMemVT);
3515 N = DAG.getPtrExtOrTrunc(N, getCurSDLoc(), DestVT);
3521 SDLoc dl = getCurSDLoc();
3551 N = DAG.getAddrSpaceCast(getCurSDLoc(), DestVT, N, SrcAS, DestAS);
3560 SDValue InIdx = DAG.getSExtOrTrunc(getValue(I.getOperand(2)), getCurSDLoc(),
3562 setValue(&I, DAG.getNode(ISD::INSERT_VECTOR_ELT, getCurSDLoc(),
3570 SDValue InIdx = DAG.getSExtOrTrunc(getValue(I.getOperand(1)), getCurSDLoc(),
3572 setValue(&I, DAG.getNode(ISD::EXTRACT_VECTOR_ELT, getCurSDLoc(),
3581 SDLoc DL = getCurSDLoc();
3828 setValue(&I, DAG.getNode(ISD::MERGE_VALUES, getCurSDLoc(),
3868 setValue(&I, DAG.getNode(ISD::MERGE_VALUES, getCurSDLoc(),
3878 SDLoc dl = getCurSDLoc();
3989 SDLoc dl = getCurSDLoc();
4099 SDLoc dl = getCurSDLoc();
4184 SDValue CopyNode = DAG.getCopyToReg(getRoot(), getCurSDLoc(), VReg,
4218 getRoot(), getCurSDLoc(),
4262 SDLoc dl = getCurSDLoc();
4305 SDLoc sdl = getCurSDLoc();
4428 Scale = DAG.getTargetConstant(1, SDB->getCurSDLoc(), TLI.getPointerTy(DL));
4430 SDB->getCurSDLoc(), TLI.getPointerTy(DL));
4434 SDB->getCurSDLoc(), TLI.getPointerTy(DL));
4449 SDLoc sdl = getCurSDLoc();
4494 SDLoc sdl = getCurSDLoc();
4563 SDLoc sdl = getCurSDLoc();
4626 SDLoc dl = getCurSDLoc();
4663 SDLoc dl = getCurSDLoc();
4712 SDLoc dl = getCurSDLoc();
4724 SDLoc dl = getCurSDLoc();
4789 SDLoc dl = getCurSDLoc();
4865 Ops.push_back(DAG.getTargetConstant(Intrinsic, getCurSDLoc(),
4903 Info.opc, getCurSDLoc(), VTs, Ops, Info.memVT,
4907 Result = DAG.getNode(ISD::INTRINSIC_WO_CHAIN, getCurSDLoc(), VTs, Ops);
4909 Result = DAG.getNode(ISD::INTRINSIC_W_CHAIN, getCurSDLoc(), VTs, Ops);
4911 Result = DAG.getNode(ISD::INTRINSIC_VOID, getCurSDLoc(), VTs, Ops);
4925 Result = DAG.getNode(ISD::BITCAST, getCurSDLoc(), VT, Result);
5792 SDLoc sdl = getCurSDLoc();
6815 DAG.getCopyFromReg(DAG.getEntryNode(), getCurSDLoc(), VReg, PtrVT);
6817 N = DAG.getZExtOrTrunc(N, getCurSDLoc(), MVT::i32);
6829 SDLoc DL = getCurSDLoc();
6860 SDLoc DL = getCurSDLoc();
6917 Ops.push_back(DAG.getTargetGlobalAddress(Base, getCurSDLoc(), MVT::i64, 0));
6938 GA->getGlobal(), getCurSDLoc(),
6947 Ops.push_back(DAG.getTargetConstant(T.Offset, getCurSDLoc(), MVT::i32));
6953 getCurSDLoc(), MVT::Other, Ops),
6972 DAG, getCurSDLoc(), getRoot(), getValue(I.getArgOperand(0)),
6986 setValue(&I, DAG.getNode(ISD::AND, getCurSDLoc(), DestVT, Ptr,
6987 DAG.getZExtOrTrunc(Const, getCurSDLoc(), DestVT)));
6995 SDLoc sdl = getCurSDLoc();
7102 DAG.setRoot(DAG.getEHLabel(getCurSDLoc(), getControlRoot(), BeginLabel));
7130 DAG.setRoot(DAG.getEHLabel(getCurSDLoc(), getRoot(), EndLabel));
7233 CLI.setDebugLoc(getCurSDLoc())
7293 SDValue LoadVal = Builder.DAG.getLoad(LoadVT, Builder.getCurSDLoc(), Root,
7310 Value = DAG.getSExtOrTrunc(Value, getCurSDLoc(), VT);
7312 Value = DAG.getZExtOrTrunc(Value, getCurSDLoc(), VT);
7328 setValue(&I, DAG.getConstant(0, getCurSDLoc(), CallVT));
7334 DAG, getCurSDLoc(), DAG.getRoot(), getValue(LHS), getValue(RHS),
7403 SDValue Cmp = DAG.getSetCC(getCurSDLoc(), MVT::i1, LoadL, LoadR, ISD::SETNE);
7420 TSI.EmitTargetCodeForMemchr(DAG, getCurSDLoc(), DAG.getRoot(),
7449 SDLoc sdl = getCurSDLoc();
7483 TSI.EmitTargetCodeForStrcpy(DAG, getCurSDLoc(), getRoot(),
7506 TSI.EmitTargetCodeForStrcmp(DAG, getCurSDLoc(), DAG.getRoot(),
7529 TSI.EmitTargetCodeForStrlen(DAG, getCurSDLoc(), DAG.getRoot(),
7550 TSI.EmitTargetCodeForStrnlen(DAG, getCurSDLoc(), DAG.getRoot(),
7574 setValue(&I, DAG.getNode(Opcode, getCurSDLoc(), Tmp.getValueType(), Tmp));
7592 setValue(&I, DAG.getNode(Opcode, getCurSDLoc(), VT, Tmp0, Tmp1));
7634 setValue(&I, DAG.getNode(ISD::FCOPYSIGN, getCurSDLoc(),
8225 Chain = getAddressForMemoryInput(Chain, getCurSDLoc(), OpInfo, DAG);
8251 ExtraInfo.get(), getCurSDLoc(), TLI.getPointerTy(DAG.getDataLayout())));
8261 GetRegistersForValue(DAG, getCurSDLoc(), OpInfo, RefOpInfo);
8274 AsmNodeOperands.push_back(DAG.getTargetConstant(OpFlags, getCurSDLoc(),
8293 false, 0, getCurSDLoc(), DAG, AsmNodeOperands);
8335 SDLoc dl = getCurSDLoc();
8354 OpFlag, getCurSDLoc(), TLI.getPointerTy(DAG.getDataLayout())));
8386 ResOpType, getCurSDLoc(), TLI.getPointerTy(DAG.getDataLayout())));
8406 getCurSDLoc(),
8432 SDLoc dl = getCurSDLoc();
8446 false, 0, getCurSDLoc(), DAG,
8457 Chain = DAG.getNode(ISDOpc, getCurSDLoc(),
8492 V = DAG.getNode(ISD::BITCAST, getCurSDLoc(), ResultVT, V);
8498 V = DAG.getNode(ISD::TRUNCATE, getCurSDLoc(), ResultVT, V);
8517 DAG, FuncInfo, getCurSDLoc(), Chain, &Flag, CS.getInstruction());
8521 Val = TLI.LowerAsmOutputForConstraint(Chain, Flag, getCurSDLoc(),
8534 SDValue Store = DAG.getStore(Chain, getCurSDLoc(), Val, getValue(Ptr),
8556 SDValue V = DAG.getNode(ISD::MERGE_VALUES, getCurSDLoc(),
8563 Chain = DAG.getNode(ISD::TokenFactor, getCurSDLoc(), MVT::Other, OutChains);
8587 setValue(CS.getInstruction(), DAG.getMergeValues(Ops, getCurSDLoc()));
8591 DAG.setRoot(DAG.getNode(ISD::VASTART, getCurSDLoc(),
8601 TLI.getMemValueType(DAG.getDataLayout(), I.getType()), getCurSDLoc(),
8608 V, getCurSDLoc(), TLI.getValueType(DAG.getDataLayout(), I.getType()));
8613 DAG.setRoot(DAG.getNode(ISD::VAEND, getCurSDLoc(),
8620 DAG.setRoot(DAG.getNode(ISD::VACOPY, getCurSDLoc(),
8649 SDLoc SL = getCurSDLoc();
8694 CLI.setDebugLoc(getCurSDLoc())
8747 SDLoc DL = getCurSDLoc();
8813 SDLoc dl = getCurSDLoc();
8958 SDLoc dl = getCurSDLoc();
9442 RFV.getCopyToRegs(Op, DAG, getCurSDLoc(), Chain, nullptr, V, ExtendType);
9636 SDLoc dl = SDB->getCurSDLoc();
9829 SDB->DAG.getCopyToReg(NewRoot, SDB->getCurSDLoc(), SRetReg, ArgValue);
9905 SDB->getCurSDLoc());
10134 SDLoc DL = getCurSDLoc();
10322 getCurSDLoc(), I->Prob, UnhandledProbs);
10473 getCurSDLoc(), LeftProb, RightProb);
10584 DAG.setRoot(DAG.getNode(ISD::BR, getCurSDLoc(), MVT::Other,