Searched refs:getPointerTy (Results 26 - 47 of 47) sorted by relevance

12

/external/llvm/lib/Target/MSP430/
H A DMSP430ISelDAGToDAG.cpp264 getTargetLowering()->getPointerTy()) :
/external/llvm/lib/Target/X86/
H A DX86FastISel.cpp603 if (TLI.getPointerTy() == MVT::i64) {
685 if (TLI.getValueType(U->getOperand(0)->getType()) == TLI.getPointerTy())
691 if (TLI.getValueType(U->getType()) == TLI.getPointerTy())
861 TLI.getValueType(U->getOperand(0)->getType()) == TLI.getPointerTy())
868 TLI.getValueType(U->getType()) == TLI.getPointerTy())
2283 EVT PtrTy = TLI.getPointerTy();
3231 TLI.getPointerTy() == MVT::i64) {
3238 Opc = TLI.getPointerTy() == MVT::i32 ? X86::LEA32r : X86::LEA64r;
3294 const TargetRegisterClass* RC = TLI.getRegClassFor(TLI.getPointerTy());
H A DX86ISelDAGToDAG.cpp242 getTargetLowering()->getPointerTy()) :
1567 getTargetLowering()->getPointerTy()).getNode();
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp1368 Disp = DAG.getTargetConstant(0, getPointerTy());
1602 EVT PtrVT = getPointerTy();
1786 EVT PtrVT = DAG.getTargetLoweringInfo().getPointerTy();
1915 EVT PtrVT = DAG.getTargetLoweringInfo().getPointerTy();
1956 EVT PtrVT = DAG.getTargetLoweringInfo().getPointerTy();
1993 EVT PtrVT = DAG.getTargetLoweringInfo().getPointerTy();
2235 EVT PtrVT = DAG.getTargetLoweringInfo().getPointerTy();
2445 EVT PtrVT = DAG.getTargetLoweringInfo().getPointerTy();
2719 EVT PtrVT = DAG.getTargetLoweringInfo().getPointerTy();
3139 DAG.getTargetLoweringInfo().getPointerTy())
[all...]
H A DPPCFastISel.cpp307 if (TLI.getValueType(U->getOperand(0)->getType()) == TLI.getPointerTy())
312 if (TLI.getValueType(U->getType()) == TLI.getPointerTy())
/external/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp86 MVT PtrVT = getPointerTy();
729 EVT PtrVT = getPointerTy();
766 SDValue FIN = DAG.getFrameIndex(FI, getPointerTy());
816 EVT PtrVT = getPointerTy();
1799 EVT PtrVT = getPointerTy();
1837 EVT PtrVT = getPointerTy();
1877 EVT PtrVT = getPointerTy();
1887 EVT PtrVT = getPointerTy();
1897 EVT PtrVT = getPointerTy();
1954 EVT PtrVT = getPointerTy();
[all...]
/external/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp211 EVT IntVT = TLI.getPointerTy();
299 MVT PtrVT = TLI.getPointerTy();
483 MVT VT = TLI.getPointerTy();
H A DSelectionDAGISel.cpp910 const TargetRegisterClass *PtrRC = TLI->getRegClassFor(TLI->getPointerTy());
2269 return VT == MVT::iPTR && N.getValueType() == TLI->getPointerTy();
2295 return VT == MVT::iPTR && cast<VTSDNode>(N)->getVT() == TLI->getPointerTy();
2754 CaseVT = getTargetLowering()->getPointerTy();
2983 if (VT == MVT::iPTR) VT = getTargetLowering()->getPointerTy().SimpleTy;
H A DTargetLowering.cpp103 SDValue Callee = DAG.getExternalSymbol(getLibcallName(LC), getPointerTy());
242 return DAG.getGLOBAL_OFFSET_TABLE(getPointerTy(0));
1644 getPointerTy() : getShiftAmountTy(N0.getValueType());
1674 getPointerTy() : getShiftAmountTy(N0.getValueType());
1702 getPointerTy() : getShiftAmountTy(N0.getValueType());
H A DLegalizeVectorOps.cpp461 EVT WideVT = TLI.getPointerTy();
H A DSelectionDAG.cpp1201 return getConstant(Val, TM.getTargetLowering()->getPointerTy(), isTarget);
1770 return getFrameIndex(FrameIdx, TLI->getPointerTy());
1787 return getFrameIndex(FrameIdx, TLI->getPointerTy());
3806 VT = TLI.getPointerTy();
4241 TLI->getPointerTy()), std::move(Args), 0)
4297 TLI->getPointerTy()), std::move(Args), 0)
4361 TLI->getPointerTy()), std::move(Args), 0)
H A DDAGCombiner.cpp374 : TLI.getPointerTy();
11176 SDValue CPIdx = DAG.getConstantPool(CA, TLI.getPointerTy(),
/external/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp825 MVT TargetLoweringBase::getPointerTy(uint32_t AS) const { function in class:TargetLoweringBase
1186 return getPointerTy(0).SimpleTy;
H A DCodeGenPrepare.cpp1986 TLI.getPointerTy(AddrInst->getType()->getPointerAddressSpace()))
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp580 Base = CurDAG->getTargetFrameIndex(FI, TLI->getPointerTy());
612 Base = CurDAG->getTargetFrameIndex(FI, TLI->getPointerTy());
655 Base = CurDAG->getTargetFrameIndex(FI, TLI->getPointerTy());
2150 SDValue TFI = CurDAG->getTargetFrameIndex(FI, TLI->getPointerTy());
H A DAArch64FastISel.cpp337 if (TLI.getValueType(U->getOperand(0)->getType()) == TLI.getPointerTy())
343 if (TLI.getValueType(U->getType()) == TLI.getPointerTy())
/external/llvm/lib/Target/Mips/
H A DMips16ISelLowering.cpp501 JumpTarget = DAG.getExternalSymbol(Mips16HelperFunction, getPointerTy());
H A DMipsSEISelDAGToDAG.cpp773 EVT PtrVT = getTargetLowering()->getPointerTy();
/external/llvm/lib/Target/R600/
H A DAMDGPUISelLowering.cpp698 return DAG.getConstant(Offset, getPointerTy(G->getAddressSpace()));
706 MVT PrivPtrVT = getPointerTy(AMDGPUAS::PRIVATE_ADDRESS);
707 MVT ConstPtrVT = getPointerTy(AMDGPUAS::CONSTANT_ADDRESS);
1175 getPointerTy(AMDGPUAS::PRIVATE_ADDRESS));
/external/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp398 MVT PointerTy = getTargetLowering()->getPointerTy();
781 MVT PointerTy = getTargetLowering()->getPointerTy();
/external/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp733 O << ".param .b" << TLI->getPointerTy().getSizeInBits()
1791 MVT thePointerTy = TLI->getPointerTy();
/external/llvm/lib/Target/ARM/
H A DARMFastISel.cpp784 if (TLI.getValueType(U->getOperand(0)->getType()) == TLI.getPointerTy())
789 if (TLI.getValueType(U->getType()) == TLI.getPointerTy())

Completed in 5932 milliseconds

12