HomeSort by relevance Sort by last modified time
    Searched refs:PtrVT (Results 1 - 15 of 15) sorted by null

  /external/llvm/lib/Target/AArch64/
AArch64ISelDAGToDAG.cpp 245 EVT PtrVT = getTargetLowering()->getPointerTy();
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, 0, 0, AArch64II::MO_ABS_G1_NC)
    [all...]
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 51 MVT PtrVT = getPointerTy();
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();
637 SDValue FIN = DAG.getFrameIndex(FI, PtrVT);
639 FIN = DAG.getNode(ISD::ADD, DL, PtrVT, FIN, DAG.getIntPtrConstant(4))
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
PPCISelDAGToDAG.cpp 715 EVT PtrVT = CurDAG->getTargetLoweringInfo().getPointerTy();
716 bool isPPC64 = (PtrVT == MVT::i64);
    [all...]
  /external/llvm/lib/Target/Mips/
MipsSEISelDAGToDAG.cpp 405 EVT PtrVT = getTargetLowering()->getPointerTy();
408 if (PtrVT == MVT::i32) {
421 CurDAG->getRegister(SrcReg, PtrVT));
424 SDValue ResNode = CurDAG->getCopyFromReg(Chain, DL, DestReg, PtrVT);
MipsISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp 295 MVT PtrVT = TLI.getPointerTy();
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,
    [all...]
LegalizeIntegerTypes.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
LegalizeDAG.cpp 591 EVT PtrVT = TLI.getPointerTy();
602 unsigned CastOpc = IdxVT.bitsGT(PtrVT) ? ISD::TRUNCATE : ISD::ZERO_EXTEND;
603 Tmp3 = DAG.getNode(CastOpc, dl, PtrVT, Tmp3);
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 284 EVT PtrVT = Op.getValueType();
287 Res = DAG.getTargetConstantPool(CP->getMachineCPVal(), PtrVT,
290 Res = DAG.getTargetConstantPool(CP->getConstVal(), PtrVT,
716 EVT PtrVT = VAListPtr.getValueType();
719 SDValue VAList = DAG.getLoad(PtrVT, dl, InChain,
723 SDValue nextPtr = DAG.getNode(ISD::ADD, dl, PtrVT, VAList,
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 61 milliseconds