Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:getArgOperand

3624     SDValue Op = getValue(I.getArgOperand(i));
4471 getValue(I.getArgOperand(0))));
4475 getValue(I.getArgOperand(0))));
4484 assert(cast<PointerType>(I.getArgOperand(0)->getType())->getAddressSpace()
4486 cast<PointerType>(I.getArgOperand(1)->getType())->getAddressSpace()
4489 SDValue Op1 = getValue(I.getArgOperand(0));
4490 SDValue Op2 = getValue(I.getArgOperand(1));
4491 SDValue Op3 = getValue(I.getArgOperand(2));
4492 unsigned Align = cast<ConstantInt>(I.getArgOperand(3))->getZExtValue();
4495 bool isVol = cast<ConstantInt>(I.getArgOperand(4))->getZExtValue();
4497 MachinePointerInfo(I.getArgOperand(0)),
4498 MachinePointerInfo(I.getArgOperand(1))));
4504 assert(cast<PointerType>(I.getArgOperand(0)->getType())->getAddressSpace()
4507 SDValue Op1 = getValue(I.getArgOperand(0));
4508 SDValue Op2 = getValue(I.getArgOperand(1));
4509 SDValue Op3 = getValue(I.getArgOperand(2));
4510 unsigned Align = cast<ConstantInt>(I.getArgOperand(3))->getZExtValue();
4513 bool isVol = cast<ConstantInt>(I.getArgOperand(4))->getZExtValue();
4515 MachinePointerInfo(I.getArgOperand(0))));
4521 assert(cast<PointerType>(I.getArgOperand(0)->getType())->getAddressSpace()
4523 cast<PointerType>(I.getArgOperand(1)->getType())->getAddressSpace()
4526 SDValue Op1 = getValue(I.getArgOperand(0));
4527 SDValue Op2 = getValue(I.getArgOperand(1));
4528 SDValue Op3 = getValue(I.getArgOperand(2));
4529 unsigned Align = cast<ConstantInt>(I.getArgOperand(3))->getZExtValue();
4532 bool isVol = cast<ConstantInt>(I.getArgOperand(4))->getZExtValue();
4534 MachinePointerInfo(I.getArgOperand(0)),
4535 MachinePointerInfo(I.getArgOperand(1))));
4685 GlobalVariable *GV = ExtractTypeInfo(I.getArgOperand(0));
4698 getValue(I.getArgOperand(0)),
4699 getValue(I.getArgOperand(1))));
4705 SDValue CfaArg = DAG.getSExtOrTrunc(getValue(I.getArgOperand(0)), sdl,
4721 ConstantInt *CI = dyn_cast<ConstantInt>(I.getArgOperand(0));
4732 cast<AllocaInst>(I.getArgOperand(0)->stripPointerCasts());
4740 Ops[1] = getValue(I.getArgOperand(0));
4750 getRoot(), getValue(I.getArgOperand(0))));
4762 SDValue ShAmt = getValue(I.getArgOperand(1));
4809 getValue(I.getArgOperand(0)), ShAmt);
4818 EVT ElVT = TLI->getValueType(I.getArgOperand(1)->getType());
4819 uint64_t Idx = (cast<ConstantInt>(I.getArgOperand(2))->getZExtValue() & 1) *
4822 getValue(I.getArgOperand(0)),
4823 getValue(I.getArgOperand(1)),
4833 uint64_t Idx = (cast<ConstantInt>(I.getArgOperand(1))->getZExtValue() & 1) *
4836 getValue(I.getArgOperand(0)),
4864 getArgOperand(0);
4868 getValue(I.getArgOperand(1)),
4869 getValue(I.getArgOperand(2)),
4875 setValue(&I, ExpandPowI(sdl, getValue(I.getArgOperand(0)),
4876 getValue(I.getArgOperand(1)), DAG));
4879 setValue(&I, expandLog(sdl, getValue(I.getArgOperand(0)), DAG, *TLI));
4882 setValue(&I, expandLog2(sdl, getValue(I.getArgOperand(0)), DAG, *TLI));
4885 setValue(&I, expandLog10(sdl, getValue(I.getArgOperand(0)), DAG, *TLI));
4888 setValue(&I, expandExp(sdl, getValue(I.getArgOperand(0)), DAG, *TLI));
4891 setValue(&I, expandExp2(sdl, getValue(I.getArgOperand(0)), DAG, *TLI));
4894 setValue(&I, expandPow(sdl, getValue(I.getArgOperand(0)),
4895 getValue(I.getArgOperand(1)), DAG, *TLI));
4921 getValue(I.getArgOperand(0)).getValueType(),
4922 getValue(I.getArgOperand(0))));
4927 getValue(I.getArgOperand(0)).getValueType(),
4928 getValue(I.getArgOperand(0)),
4929 getValue(I.getArgOperand(1)),
4930 getValue(I.getArgOperand(2))));
4937 getValue(I.getArgOperand(0)).getValueType(),
4938 getValue(I.getArgOperand(0)),
4939 getValue(I.getArgOperand(1)),
4940 getValue(I.getArgOperand(2))));
4943 getValue(I.getArgOperand(0)).getValueType(),
4944 getValue(I.getArgOperand(0)),
4945 getValue(I.getArgOperand(1)));
4947 getValue(I.getArgOperand(0)).getValueType(),
4949 getValue(I.getArgOperand(2)));
4956 MVT::i16, getValue(I.getArgOperand(0))));
4960 MVT::f32, getValue(I.getArgOperand(0))));
4963 SDValue Tmp = getValue(I.getArgOperand(0));
4978 getValue(I.getArgOperand(0)).getValueType(),
4979 getValue(I.getArgOperand(0))));
4982 SDValue Arg = getValue(I.getArgOperand(0));
4983 ConstantInt *CI = cast<ConstantInt>(I.getArgOperand(1));
4990 SDValue Arg = getValue(I.getArgOperand(0));
4991 ConstantInt *CI = cast<ConstantInt>(I.getArgOperand(1));
4998 SDValue Arg = getValue(I.getArgOperand(0));
5012 Res = getValue(I.getArgOperand(0));
5022 SDValue Src = getValue(I.getArgOperand(0)); // The guard's value.
5023 AllocaInst *Slot = cast<AllocaInst>(I.getArgOperand(1));
5040 ConstantInt *CI = dyn_cast<ConstantInt>(I.getArgOperand(1));
5065 const Function *F = cast<Function>(I.getArgOperand(1)->stripPointerCasts());
5069 Ops[1] = getValue(I.getArgOperand(0));
5070 Ops[2] = getValue(I.getArgOperand(1));
5071 Ops[3] = getValue(I.getArgOperand(2));
5072 Ops[4] = DAG.getSrcValue(I.getArgOperand(0));
5083 getValue(I.getArgOperand(0))));
5088 const Value *Alloca = I.getArgOperand(0)->stripPointerCasts();
5089 const Constant *TypeMap = cast<Constant>(I.getArgOperand(1));
5104 setValue(&I, getValue(I.getArgOperand(0)));
5147 SDValue Op1 = getValue(I.getArgOperand(0));
5148 SDValue Op2 = getValue(I.getArgOperand(1));
5156 unsigned rw = cast<ConstantInt>(I.getArgOperand(1))->getZExtValue();
5158 Ops[1] = getValue(I.getArgOperand(0));
5159 Ops[2] = getValue(I.getArgOperand(1));
5160 Ops[3] = getValue(I.getArgOperand(2));
5161 Ops[4] = getValue(I.getArgOperand(3));
5166 MachinePointerInfo(I.getArgOperand(0)),
5181 GetUnderlyingObjects(I.getArgOperand(1), Allocas, TD);
5457 const Value *LHS = I.getArgOperand(0), *RHS = I.getArgOperand(1);
5459 !I.getArgOperand(2)->getType()->isIntegerTy() ||
5463 const ConstantInt *Size = dyn_cast<ConstantInt>(I.getArgOperand(2));
5536 !I.getArgOperand(0)->getType()->isFloatingPointTy() ||
5537 I.getType() != I.getArgOperand(0)->getType() ||
5541 SDValue Tmp = getValue(I.getArgOperand(0));
5585 I.getArgOperand(0)->getType()->isFloatingPointTy() &&
5586 I.getType() == I.getArgOperand(0)->getType() &&
5587 I.getType() == I.getArgOperand(1)->getType() &&
5589 SDValue LHS = getValue(I.getArgOperand(0));
5590 SDValue RHS = getValue(I.getArgOperand(1));
6393 getValue(I.getArgOperand(0)),
6394 DAG.getSrcValue(I.getArgOperand(0))));
6411 getValue(I.getArgOperand(0)),
6412 DAG.getSrcValue(I.getArgOperand(0))));
6418 getValue(I.getArgOperand(0)),
6419 getValue(I.getArgOperand(1)),
6420 DAG.getSrcValue(I.getArgOperand(0)),
6421 DAG.getSrcValue(I.getArgOperand(1))));