Home | History | Annotate | Download | only in PowerPC

Lines Matching defs:Info

3762   TailCallArgumentInfo Info;
3763 Info.Arg = Arg;
3764 Info.FrameIdxOp = FIN;
3765 Info.FrameIdx = FI;
3766 TailCallArguments.push_back(Info);
4115 default: llvm_unreachable("Unknown loc info!");
5561 default: llvm_unreachable("Unknown loc info!");
10044 // load's pointer info offset value, and thus used to calculate the
10541 AsmOperandInfo &info, const char *constraint) const {
10543 Value *CallOperandVal = info.CallOperandVal;
10563 weight = TargetLowering::getSingleConstraintMatchWeight(info, constraint);
10866 bool PPCTargetLowering::getTgtMemIntrinsic(IntrinsicInfo &Info,
10915 Info.opc = ISD::INTRINSIC_W_CHAIN;
10916 Info.memVT = VT;
10917 Info
10918 Info.offset = -VT.getStoreSize()+1;
10919 Info.size = 2*VT.getStoreSize()-1;
10920 Info.align = 1;
10921 Info.vol = false;
10922 Info.readMem = true;
10923 Info.writeMem = false;
10951 Info.opc = ISD::INTRINSIC_W_CHAIN;
10952 Info.memVT = VT;
10953 Info.ptrVal = I.getArgOperand(0);
10954 Info.offset = 0;
10955 Info.size = VT.getStoreSize();
10956 Info.align = 1;
10957 Info.vol = false;
10958 Info.readMem = true;
10959 Info.writeMem = false;
11005 Info.opc = ISD::INTRINSIC_VOID;
11006 Info.memVT = VT;
11007 Info.ptrVal = I.getArgOperand(1);
11008 Info.offset = -VT.getStoreSize()+1;
11009 Info.size = 2*VT.getStoreSize()-1;
11010 Info.align = 1;
11011 Info.vol = false;
11012 Info.readMem = false;
11013 Info.writeMem = true;
11040 Info.opc = ISD::INTRINSIC_VOID;
11041 Info.memVT = VT;
11042 Info.ptrVal = I.getArgOperand(1);
11043 Info.offset = 0;
11044 Info.size = VT.getStoreSize();
11045 Info.align = 1;
11046 Info.vol = false;
11047 Info.readMem = false;
11048 Info.writeMem = true;