Searched defs:PtrVT (Results 1 - 15 of 15) sorted by relevance

/external/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp245 EVT PtrVT = getTargetLowering()->getPointerTy(); local
252 AArch64ISD::WrapperSmall, DL, PtrVT,
253 CurDAG->getTargetConstantPool(CV, PtrVT, 0, 0, AArch64II::MO_NO_FLAG),
254 CurDAG->getTargetConstantPool(CV, PtrVT, 0, 0, AArch64II::MO_LO12),
260 AArch64::MOVZxii, DL, PtrVT,
261 CurDAG->getTargetConstantPool(CV, PtrVT, 0, 0, AArch64II::MO_ABS_G3),
264 AArch64::MOVKxii, DL, PtrVT, SDValue(LitAddr, 0),
265 CurDAG->getTargetConstantPool(CV, PtrVT, 0, 0, AArch64II::MO_ABS_G2_NC),
268 AArch64::MOVKxii, DL, PtrVT, SDValue(LitAddr, 0),
269 CurDAG->getTargetConstantPool(CV, PtrVT,
[all...]
H A DAArch64ISelLowering.cpp1718 EVT PtrVT = getPointerTy(); local
1725 return DAG.getNode(AArch64ISD::WrapperSmall, DL, PtrVT,
1726 DAG.getTargetBlockAddress(BA, PtrVT, 0,
1728 DAG.getTargetBlockAddress(BA, PtrVT, 0,
1733 AArch64ISD::WrapperLarge, DL, PtrVT,
1734 DAG.getTargetBlockAddress(BA, PtrVT, 0, AArch64II::MO_ABS_G3),
1735 DAG.getTargetBlockAddress(BA, PtrVT, 0, AArch64II::MO_ABS_G2_NC),
1736 DAG.getTargetBlockAddress(BA, PtrVT, 0, AArch64II::MO_ABS_G1_NC),
1737 DAG.getTargetBlockAddress(BA, PtrVT, 0, AArch64II::MO_ABS_G0_NC));
1914 EVT PtrVT local
1938 EVT PtrVT = getPointerTy(); local
2034 EVT PtrVT = getPointerTy(); local
2086 EVT PtrVT = getPointerTy(); local
2189 EVT PtrVT = getPointerTy(); local
[all...]
/external/llvm/lib/Target/Mips/
H A DMipsSEISelDAGToDAG.cpp405 EVT PtrVT = getTargetLowering()->getPointerTy(); local
408 if (PtrVT == MVT::i32) {
421 CurDAG->getRegister(SrcReg, PtrVT));
424 SDValue ResNode = CurDAG->getCopyFromReg(Chain, DL, DestReg, PtrVT);
H A DMipsISelLowering.cpp1541 EVT PtrVT = getPointerTy(); local
1550 SDValue TGA = DAG.getTargetGlobalAddress(GV, DL, PtrVT, 0, Flag);
1551 SDValue Argument = DAG.getNode(MipsISD::Wrapper, DL, PtrVT,
1552 getGlobalReg(DAG, PtrVT), TGA);
1553 unsigned PtrSize = PtrVT.getSizeInBits();
1556 SDValue TlsGetAddr = DAG.getExternalSymbol("__tls_get_addr", PtrVT);
1576 SDValue TGAHi = DAG.getTargetGlobalAddress(GV, DL, PtrVT, 0,
1578 SDValue Hi = DAG.getNode(MipsISD::Hi, DL, PtrVT, TGAHi);
1579 SDValue TGALo = DAG.getTargetGlobalAddress(GV, DL, PtrVT, 0,
1581 SDValue Lo = DAG.getNode(MipsISD::Lo, DL, PtrVT, TGAL
[all...]
/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp591 EVT PtrVT = TLI.getPointerTy(); local
602 unsigned CastOpc = IdxVT.bitsGT(PtrVT) ? ISD::TRUNCATE : ISD::ZERO_EXTEND;
603 Tmp3 = DAG.getNode(CastOpc, dl, PtrVT, Tmp3);
H A DFastISel.cpp295 MVT PtrVT = TLI.getPointerTy(); local
297 if (IdxVT.bitsLT(PtrVT)) {
298 IdxN = FastEmit_r(IdxVT.getSimpleVT(), PtrVT, ISD::SIGN_EXTEND,
302 else if (IdxVT.bitsGT(PtrVT)) {
303 IdxN = FastEmit_r(IdxVT.getSimpleVT(), PtrVT, ISD::TRUNCATE,
H A DLegalizeIntegerTypes.cpp2307 EVT PtrVT = TLI.getPointerTy(); local
2308 Type *PtrTy = PtrVT.getTypeForEVT(*DAG.getContext());
2320 SDValue Temp = DAG.CreateStackTemporary(PtrVT);
2323 DAG.getConstant(0, PtrVT), Temp,
2345 SDValue Func = DAG.getExternalSymbol(TLI.getLibcallName(LC), PtrVT);
2355 SDValue Temp2 = DAG.getLoad(PtrVT, dl, CallInfo.second, Temp,
2358 DAG.getConstant(0, PtrVT),
H A DSelectionDAGBuilder.cpp3322 EVT PtrVT = Ptr.getValueType(); local
3339 PtrVT, Ptr,
3340 DAG.getConstant(Offsets[i], PtrVT));
3387 EVT PtrVT = Ptr.getValueType(); local
3402 SDValue Add = DAG.getNode(ISD::ADD, getCurSDLoc(), PtrVT, Ptr,
3403 DAG.getConstant(Offsets[i], PtrVT));
5334 EVT PtrVT = PVTs[0]; local
5346 SDValue Add = DAG.getNode(ISD::ADD, getCurSDLoc(), PtrVT,
5348 DAG.getConstant(Offsets[i], PtrVT));
/external/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp715 EVT PtrVT = CurDAG->getTargetLoweringInfo().getPointerTy(); local
716 bool isPPC64 = (PtrVT == MVT::i64);
1182 EVT PtrVT = CurDAG->getTargetLoweringInfo().getPointerTy(); local
1183 bool isPPC64 = (PtrVT == MVT::i64);
H A DPPCISelLowering.cpp1314 EVT PtrVT = HiPart.getValueType(); local
1315 SDValue Zero = DAG.getConstant(0, PtrVT);
1318 SDValue Hi = DAG.getNode(PPCISD::Hi, DL, PtrVT, HiPart, Zero);
1319 SDValue Lo = DAG.getNode(PPCISD::Lo, DL, PtrVT, LoPart, Zero);
1323 Hi = DAG.getNode(ISD::ADD, DL, PtrVT,
1324 DAG.getNode(PPCISD::GlobalBaseReg, DL, PtrVT), Hi);
1328 return DAG.getNode(ISD::ADD, DL, PtrVT, Hi, Lo);
1333 EVT PtrVT = Op.getValueType(); local
1340 SDValue GA = DAG.getTargetConstantPool(C, PtrVT, CP->getAlignment(), 0);
1348 DAG.getTargetConstantPool(C, PtrVT, C
1355 EVT PtrVT = Op.getValueType(); local
1375 EVT PtrVT = Op.getValueType(); local
1392 EVT PtrVT = getPointerTy(); local
1476 EVT PtrVT = Op.getValueType(); local
1554 EVT PtrVT = DAG.getTargetLoweringInfo().getPointerTy(); local
1683 EVT PtrVT = DAG.getTargetLoweringInfo().getPointerTy(); local
1728 EVT PtrVT = DAG.getTargetLoweringInfo().getPointerTy(); local
1765 EVT PtrVT = DAG.getTargetLoweringInfo().getPointerTy(); local
1964 EVT PtrVT = DAG.getTargetLoweringInfo().getPointerTy(); local
2196 EVT PtrVT = DAG.getTargetLoweringInfo().getPointerTy(); local
2485 EVT PtrVT = DAG.getTargetLoweringInfo().getPointerTy(); local
3104 EVT PtrVT = DAG.getTargetLoweringInfo().getPointerTy(); local
3160 EVT PtrVT = DAG.getTargetLoweringInfo().getPointerTy(); local
3757 EVT PtrVT = DAG.getTargetLoweringInfo().getPointerTy(); local
4129 EVT PtrVT = DAG.getTargetLoweringInfo().getPointerTy(); local
4534 EVT PtrVT = DAG.getTargetLoweringInfo().getPointerTy(); local
4565 EVT PtrVT = DAG.getTargetLoweringInfo().getPointerTy(); local
4589 EVT PtrVT = DAG.getTargetLoweringInfo().getPointerTy(); local
4619 EVT PtrVT = DAG.getTargetLoweringInfo().getPointerTy(); local
4890 EVT PtrVT = DAG.getTargetLoweringInfo().getPointerTy(); local
4963 EVT PtrVT = DAG.getTargetLoweringInfo().getPointerTy(); local
5645 EVT PtrVT = getPointerTy(); local
7801 EVT PtrVT = DAG.getTargetLoweringInfo().getPointerTy(); local
[all...]
/external/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp1650 EVT PtrVT = VAListPtr.getValueType(); local
1653 SDValue VAList = DAG.getLoad(PtrVT, DL, InChain, VAListPtr,
1656 SDValue NextPtr = DAG.getNode(ISD::ADD, DL, PtrVT, VAList,
1665 std::min(PtrVT.getSizeInBits(), VT.getSizeInBits())/8);
/external/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp51 MVT PtrVT = getPointerTy(); local
188 setOperationAction(ISD::ConstantPool, PtrVT, Custom);
189 setOperationAction(ISD::GlobalAddress, PtrVT, Custom);
190 setOperationAction(ISD::GlobalTLSAddress, PtrVT, Custom);
191 setOperationAction(ISD::BlockAddress, PtrVT, Custom);
192 setOperationAction(ISD::JumpTable, PtrVT, Custom);
196 setOperationAction(ISD::DYNAMIC_STACKALLOC, PtrVT, Custom);
636 EVT PtrVT = getPointerTy(); local
637 SDValue FIN = DAG.getFrameIndex(FI, PtrVT);
639 FIN = DAG.getNode(ISD::ADD, DL, PtrVT, FI
706 EVT PtrVT = getPointerTy(); local
1148 EVT PtrVT = getPointerTy(); local
1186 EVT PtrVT = getPointerTy(); local
1226 EVT PtrVT = getPointerTy(); local
1236 EVT PtrVT = getPointerTy(); local
1246 EVT PtrVT = getPointerTy(); local
1294 EVT PtrVT = getPointerTy(); local
1504 EVT PtrVT = Addr.getValueType(); local
1578 EVT PtrVT = Addr.getValueType(); local
[all...]
/external/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp284 EVT PtrVT = Op.getValueType(); local
287 Res = DAG.getTargetConstantPool(CP->getMachineCPVal(), PtrVT,
290 Res = DAG.getTargetConstantPool(CP->getConstVal(), PtrVT,
716 EVT PtrVT = VAListPtr.getValueType(); local
719 SDValue VAList = DAG.getLoad(PtrVT, dl, InChain,
723 SDValue nextPtr = DAG.getNode(ISD::ADD, dl, PtrVT, VAList,
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp1532 EVT PtrVT = DAG.getTargetLoweringInfo().getPointerTy(); local
1536 SDValue AddArg = DAG.getNode(ISD::ADD, dl, PtrVT, Arg, Const);
1537 SDValue Load = DAG.getLoad(PtrVT, dl, Chain, AddArg,
2234 EVT PtrVT = Op.getValueType(); local
2240 Res = DAG.getTargetConstantPool(CP->getMachineCPVal(), PtrVT,
2243 Res = DAG.getTargetConstantPool(CP->getConstVal(), PtrVT,
2258 EVT PtrVT = getPointerTy(); local
2263 CPAddr = DAG.getTargetConstantPool(BA, PtrVT, 4);
2270 CPAddr = DAG.getTargetConstantPool(CPV, PtrVT, 4);
2272 CPAddr = DAG.getNode(ARMISD::Wrapper, DL, PtrVT, CPAdd
2287 EVT PtrVT = getPointerTy(); local
2332 EVT PtrVT = getPointerTy(); local
2398 EVT PtrVT = getPointerTy(); local
2441 EVT PtrVT = getPointerTy(); local
2506 EVT PtrVT = getPointerTy(); local
2545 EVT PtrVT = DAG.getTargetLoweringInfo().getPointerTy(); local
2552 EVT PtrVT = getPointerTy(); local
2645 EVT PtrVT = DAG.getTargetLoweringInfo().getPointerTy(); local
[all...]
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp2453 SDValue Chain, SDValue RetAddrFrIdx, EVT PtrVT,
2461 SDValue NewRetAddrFrIdx = DAG.getFrameIndex(NewReturnAddrFI, PtrVT);
8012 SDValue *InFlag, const EVT PtrVT, unsigned ReturnReg,
8037 return DAG.getCopyFromReg(Chain, dl, ReturnReg, PtrVT, Flag);
8043 const EVT PtrVT) {
8048 SDLoc(), PtrVT), InFlag);
8051 return GetTLSADDR(DAG, Chain, GA, &InFlag, PtrVT, X86::EAX, X86II::MO_TLSGD);
8057 const EVT PtrVT) {
8058 return GetTLSADDR(DAG, DAG.getEntryNode(), GA, NULL, PtrVT,
8064 const EVT PtrVT,
2452 EmitTailCallStoreRetAddr(SelectionDAG & DAG, MachineFunction &MF, SDValue Chain, SDValue RetAddrFrIdx, EVT PtrVT, unsigned SlotSize, int FPDiff, SDLoc dl) argument
8011 GetTLSADDR(SelectionDAG &DAG, SDValue Chain, GlobalAddressSDNode *GA, SDValue *InFlag, const EVT PtrVT, unsigned ReturnReg, unsigned char OperandFlags, bool LocalDynamic = false) argument
8042 LowerToTLSGeneralDynamicModel32(GlobalAddressSDNode *GA, SelectionDAG &DAG, const EVT PtrVT) argument
8056 LowerToTLSGeneralDynamicModel64(GlobalAddressSDNode *GA, SelectionDAG &DAG, const EVT PtrVT) argument
8062 LowerToTLSLocalDynamicModel(GlobalAddressSDNode *GA, SelectionDAG &DAG, const EVT PtrVT, bool is64Bit) argument
8102 LowerToTLSExecModel(GlobalAddressSDNode *GA, SelectionDAG &DAG, const EVT PtrVT, TLSModel::Model model, bool is64Bit, bool isPIC) argument
11446 EVT PtrVT = getPointerTy(); local
11499 EVT PtrVT = getPointerTy(); local
[all...]

Completed in 1987 milliseconds