Home
last modified time | relevance | path

Searched refs:OrigVT (Results 1 – 14 of 14) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/GISel/
H A DAArch64CallLowering.cpp56 static void applyStackPassedSmallTypeDAGHack(EVT OrigVT, MVT &ValVT, in applyStackPassedSmallTypeDAGHack() argument
64 if (OrigVT == MVT::i1 || OrigVT == MVT::i8) in applyStackPassedSmallTypeDAGHack()
66 else if (OrigVT == MVT::i16) in applyStackPassedSmallTypeDAGHack()
85 bool assignArg(unsigned ValNo, EVT OrigVT, MVT ValVT, MVT LocVT, in assignArg()
89 applyStackPassedSmallTypeDAGHack(OrigVT, ValVT, LocVT); in assignArg()
90 return IncomingValueAssigner::assignArg(ValNo, OrigVT, ValVT, LocVT, in assignArg()
111 bool assignArg(unsigned ValNo, EVT OrigVT, MVT ValVT, MVT LocVT, in assignArg()
121 applyStackPassedSmallTypeDAGHack(OrigVT, ValVT, LocVT); in assignArg()
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsCallLowering.cpp41 bool assignArg(unsigned ValNo, EVT OrigVT, MVT ValVT, MVT LocVT, in assignArg()
53 ValNo, OrigVT, ValVT, LocVT, LocInfo, Info, Flags, State); in assignArg()
69 bool assignArg(unsigned ValNo, EVT OrigVT, MVT ValVT, MVT LocVT, in assignArg()
81 ValNo, OrigVT, ValVT, LocVT, LocInfo, Info, Flags, State); in assignArg()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/
H A DCallLowering.h185 virtual bool assignArg(unsigned ValNo, EVT OrigVT, MVT ValVT, MVT LocVT, in assignArg()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DCallLowering.cpp699 const EVT OrigVT = EVT::getEVT(Args[i].Ty); in handleAssignments() local
732 bool BigEndianPartOrdering = TLI->hasBigEndianPartOrdering(OrigVT, DL); in handleAssignments()
818 if (Handler.isIncomingArgumentHandler() && OrigVT != LocVT) { in handleAssignments()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86CallLowering.cpp68 bool assignArg(unsigned ValNo, EVT OrigVT, MVT ValVT, MVT LocVT, in assignArg()
H A DX86ISelLowering.cpp33012 MVT OrigVT = VT; in LowerMGATHER() local
33039 SDValue Extract = DAG.getNode(ISD::EXTRACT_SUBVECTOR, dl, OrigVT, in LowerMGATHER()
52071 EVT OrigVT = N->getValueType(0); in combineFneg() local
52093 return DAG.getBitcast(OrigVT, NewNode); in combineFneg()
52100 return DAG.getBitcast(OrigVT, NegArg); in combineFneg()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2494 void AddPromotedToType(unsigned Opc, MVT OrigVT, MVT DestVT) { in AddPromotedToType() argument
2495 PromoteToType[std::make_pair(Opc, OrigVT.SimpleTy)] = DestVT.SimpleTy; in AddPromotedToType()
2500 void setOperationPromotedToType(unsigned Opc, MVT OrigVT, MVT DestVT) { in setOperationPromotedToType() argument
2501 setOperationAction(Opc, OrigVT, Promote); in setOperationPromotedToType()
2502 AddPromotedToType(Opc, OrigVT, DestVT); in setOperationPromotedToType()
/openbsd-src/gnu/llvm/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp4899 EVT OrigVT = Op.getOperand(0).getValueType(); in IsMulWideOperandDemotable() local
4900 if (OrigVT.getFixedSizeInBits() <= OptSize) { in IsMulWideOperandDemotable()
4905 EVT OrigVT = Op.getOperand(0).getValueType(); in IsMulWideOperandDemotable() local
4906 if (OrigVT.getFixedSizeInBits() <= OptSize) { in IsMulWideOperandDemotable()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp307 EVT OrigVT = VT; in ExpandConstantFP() local
318 TLI.isLoadExtLegal(ISD::EXTLOAD, OrigVT, SVT) && in ExpandConstantFP()
319 TLI.ShouldShrinkFPConstant(OrigVT)) { in ExpandConstantFP()
333 ISD::EXTLOAD, dl, OrigVT, DAG.getEntryNode(), CPIdx, in ExpandConstantFP()
339 OrigVT, dl, DAG.getEntryNode(), CPIdx, in ExpandConstantFP()
H A DLegalizeVectorTypes.cpp6507 EVT OrigVT = N->getOperand(0).getValueType(); in WidenVecOp_VECREDUCE() local
6509 EVT ElemVT = OrigVT.getVectorElementType(); in WidenVecOp_VECREDUCE()
6518 unsigned OrigElts = OrigVT.getVectorMinNumElements(); in WidenVecOp_VECREDUCE()
6545 EVT OrigVT = VecOp.getValueType(); in WidenVecOp_VECREDUCE_SEQ() local
6547 EVT ElemVT = OrigVT.getVectorElementType(); in WidenVecOp_VECREDUCE_SEQ()
6555 unsigned OrigElts = OrigVT.getVectorMinNumElements(); in WidenVecOp_VECREDUCE_SEQ()
H A DDAGCombiner.cpp12050 EVT OrigVT = N->getOperand(0).getValueType(); in CombineZExtLogicopShiftLoad() local
12051 if (TLI.isZExtFree(OrigVT, VT)) in CombineZExtLogicopShiftLoad()
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp3906 static Align CalculateStackSlotAlignment(EVT ArgVT, EVT OrigVT, in CalculateStackSlotAlignment() argument
3935 if (Flags.isSplit() && OrigVT != MVT::ppcf128) in CalculateStackSlotAlignment()
3936 Alignment = Align(OrigVT.getStoreSize()); in CalculateStackSlotAlignment()
3948 static bool CalculateStackSlotUsed(EVT ArgVT, EVT OrigVT, ISD::ArgFlagsTy Flags, in CalculateStackSlotUsed() argument
3957 CalculateStackSlotAlignment(ArgVT, OrigVT, Flags, PtrByteSize); in CalculateStackSlotUsed()
4351 EVT OrigVT = Ins[ArgNo].ArgVT; in LowerFormalArguments_64SVR4() local
4367 CalculateStackSlotAlignment(ObjectVT, OrigVT, Flags, PtrByteSize); in LowerFormalArguments_64SVR4()
6059 EVT OrigVT = Outs[i].ArgVT; in LowerCall_64SVR4() local
6104 CalculateStackSlotAlignment(ArgVT, OrigVT, Flags, PtrByteSize); in LowerCall_64SVR4()
6173 EVT OrigVT = Outs[i].ArgVT; in LowerCall_64SVR4() local
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp9402 static EVT getExtensionTo64Bits(const EVT &OrigVT) { in getExtensionTo64Bits() argument
9403 if (OrigVT.getSizeInBits() >= 64) in getExtensionTo64Bits()
9404 return OrigVT; in getExtensionTo64Bits()
9406 assert(OrigVT.isSimple() && "Expecting a simple value type"); in getExtensionTo64Bits()
9408 MVT::SimpleValueType OrigSimpleTy = OrigVT.getSimpleVT().SimpleTy; in getExtensionTo64Bits()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp4324 static EVT getExtensionTo64Bits(const EVT &OrigVT) { in getExtensionTo64Bits() argument
4325 if (OrigVT.getSizeInBits() >= 64) in getExtensionTo64Bits()
4326 return OrigVT; in getExtensionTo64Bits()
4328 assert(OrigVT.isSimple() && "Expecting a simple value type"); in getExtensionTo64Bits()
4330 MVT::SimpleValueType OrigSimpleTy = OrigVT.getSimpleVT().SimpleTy; in getExtensionTo64Bits()