reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/SelectionDAG/FastISel.cpp
  882     Entry.Ty = V->getType();
 1124     Entry.Ty = V->getType();
 1174     Type *FinalType = Arg.Ty;
 1176       FinalType = cast<PointerType>(Arg.Ty)->getElementType();
 1207       PointerType *Ty = cast<PointerType>(Arg.Ty);
 1224     Flags.setOrigAlign(Align(DL.getABITypeAlignment(Arg.Ty)));
 1267     Entry.Ty = V->getType();
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
 2030     Entry.Ty = ArgTy;
 2094     Entry.Ty = ArgTy;
 2211     Entry.Ty = ArgTy;
 2220   Entry.Ty = RetTy->getPointerTo();
 2305   Entry.Ty = RetTy;
 2313   Entry.Ty = RetTy->getPointerTo();
 2321   Entry.Ty = RetTy->getPointerTo();
lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
 3441     Entry.Ty = ArgTy;
 3449   Entry.Ty = PtrTy->getPointerTo();
lib/CodeGen/SelectionDAG/LegalizeTypes.cpp
 1016     Entry.Ty = ArgTy;
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
 6212   Entry.Ty = Type::getInt8PtrTy(*getContext());
 6216   Entry.Ty = getDataLayout().getIntPtrType(*getContext());
 6244   Entry.Ty = getDataLayout().getIntPtrType(*getContext());
 6251   Entry.Ty = SizeTy;
 6316   Entry.Ty = Type::getInt8PtrTy(*getContext());
 6320   Entry.Ty = getDataLayout().getIntPtrType(*getContext());
 6348   Entry.Ty = getDataLayout().getIntPtrType(*getContext());
 6355   Entry.Ty = SizeTy;
 6415   Entry.Node = Dst; Entry.Ty = Type::getInt8PtrTy(*getContext());
 6418   Entry.Ty = Src.getValueType().getTypeForEVT(*getContext());
 6421   Entry.Ty = getDataLayout().getIntPtrType(*getContext());
 6448   Entry.Ty = getDataLayout().getIntPtrType(*getContext());
 6452   Entry.Ty = Type::getInt8Ty(*getContext());
 6456   Entry.Ty = SizeTy;
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
 2539     Entry.Ty = FnTy->getParamType(0);
 7127     Entry.Node = ArgNode; Entry.Ty = V->getType();
 7156     Entry.Ty = V->getType();
 8637     Entry.Ty = V->getType();
 9038     Entry.Ty = StackSlotPtrType;
 9113     ComputeValueVTs(*this, DL, Args[i].Ty, ValueVTs);
 9115     Type *FinalType = Args[i].Ty;
 9117       FinalType = cast<PointerType>(Args[i].Ty)->getElementType();
 9133       if (Args[i].Ty->isPointerTy()) {
 9136             cast<PointerType>(Args[i].Ty)->getAddressSpace());
 9175         PointerType *Ty = cast<PointerType>(Args[i].Ty);
 9212         assert((CLI.RetTy == Args[i].Ty ||
 9213                 (CLI.RetTy->isPointerTy() && Args[i].Ty->isPointerTy() &&
 9215                      Args[i].Ty->getPointerAddressSpace())) &&
lib/CodeGen/SelectionDAG/TargetLowering.cpp
  133     Entry.Ty = Entry.Node.getValueType().getTypeForEVT(*DAG.getContext());
 6836   Entry.Ty = VoidPtrType;
lib/Target/AArch64/AArch64FastISel.cpp
 3606       Entry.Ty = Arg->getType();
 4905     Entry.Ty = Arg->getType();
lib/Target/AArch64/AArch64ISelLowering.cpp
 2578   Entry.Ty = ArgTy;
 3785                                   CLI.getArgs()[Outs[i].OrigArgIndex].Ty,
lib/Target/AArch64/AArch64SelectionDAGInfo.cpp
   39     Entry.Ty = IntPtrTy;
lib/Target/ARM/ARMISelLowering.cpp
 3202   Entry.Ty = (Type *) Type::getInt32Ty(*DAG.getContext());
 8755     Entry.Ty = RetTy->getPointerTo();
 8765   Entry.Ty = ArgTy;
 8824     Arg.Ty = Arg.Node.getValueType().getTypeForEVT(*DAG.getContext());
 9114   Entry.Ty = Val.getValueType().getTypeForEVT(*DAG.getContext());
 9119   Entry.Ty = Exponent.getValueType().getTypeForEVT(*DAG.getContext());
15947     Entry.Ty = ArgTy;
lib/Target/ARM/ARMSelectionDAGInfo.cpp
   76   Entry.Ty = DAG.getDataLayout().getIntPtrType(*DAG.getContext());
   96     Entry.Ty = Type::getInt32Ty(*DAG.getContext());
lib/Target/AVR/AVRISelLowering.cpp
  374     Entry.Ty = Value.getValueType().getTypeForEVT(*DAG.getContext());
lib/Target/Hexagon/HexagonSelectionDAGInfo.cpp
   36   Entry.Ty = DAG.getDataLayout().getIntPtrType(*DAG.getContext());
lib/Target/Mips/Mips16ISelLowering.cpp
  295     Type *t = Args[0].Ty;
  305       Type *t = Args[1].Ty;
lib/Target/Mips/MipsCCState.cpp
  138     OriginalArgWasF128.push_back(originalTypeIsF128(FuncArg.Ty, Func));
  139     OriginalArgWasFloat.push_back(FuncArg.Ty->isFloatingPointTy());
  140     OriginalArgWasFloatVector.push_back(FuncArg.Ty->isVectorTy());
lib/Target/Mips/MipsCallLowering.cpp
  594     Entry.Ty = Arg.Ty;
lib/Target/Mips/MipsISelLowering.cpp
 2045     Entry.Ty = PtrTy;
lib/Target/NVPTX/NVPTXISelLowering.cpp
 1309     Type *Ty = Args[i].Ty;
 1461     Type *Ty = Args[i].Ty;
 1580     auto *PTy = dyn_cast<PointerType>(Args[i].Ty);
lib/Target/PowerPC/PPCISelLowering.cpp
 3159   Entry.Ty = IntPtrTy;
lib/Target/RISCV/RISCVISelLowering.cpp
  562   Entry.Ty = CallTy;
 1653     Type *OrigTy = CLI ? CLI->getArgs()[Outs[i].OrigArgIndex].Ty : nullptr;
lib/Target/Sparc/SparcISelLowering.cpp
  830       PointerType *Ty = cast<PointerType>(CLI.getArgs()[0].Ty);
 2130   Entry.Ty   = ArgTy;
 2140     Entry.Ty   = PointerType::getUnqual(ArgTy);
 2168     Entry.Ty   = PointerType::getUnqual(RetTy);
lib/Target/X86/X86ISelLowering.cpp
 2204     Type *T = Args[Idx].Ty;
25415     Entry.Ty = PointerType::get(ArgTy,0);
27295   Entry.Ty = ArgTy;
lib/Target/X86/X86SelectionDAGInfo.cpp
   82       Entry.Ty = IntPtrTy;
lib/Target/XCore/XCoreISelLowering.cpp
  469   Entry.Ty = IntPtrTy;
  520   Entry.Ty = IntPtrTy;
lib/Target/XCore/XCoreSelectionDAGInfo.cpp
   29     Entry.Ty = DAG.getDataLayout().getIntPtrType(*DAG.getContext());