| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
| H A D | AArch64CallLowering.cpp | 54 static void applyStackPassedSmallTypeDAGHack(EVT OrigVT, MVT &ValVT, in applyStackPassedSmallTypeDAGHack() argument 62 if (OrigVT == MVT::i1 || OrigVT == MVT::i8) in applyStackPassedSmallTypeDAGHack() 64 else if (OrigVT == MVT::i16) in applyStackPassedSmallTypeDAGHack() 83 bool assignArg(unsigned ValNo, EVT OrigVT, MVT ValVT, MVT LocVT, in assignArg() 87 applyStackPassedSmallTypeDAGHack(OrigVT, ValVT, LocVT); in assignArg() 88 return IncomingValueAssigner::assignArg(ValNo, OrigVT, ValVT, LocVT, in assignArg() 109 bool assignArg(unsigned ValNo, EVT OrigVT, MVT ValVT, MVT LocVT, in assignArg() 117 applyStackPassedSmallTypeDAGHack(OrigVT, ValVT, LocVT); in assignArg()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsCallLowering.cpp | 39 bool assignArg(unsigned ValNo, EVT OrigVT, MVT ValVT, MVT LocVT, in assignArg() 51 ValNo, OrigVT, ValVT, LocVT, LocInfo, Info, Flags, State); in assignArg() 67 bool assignArg(unsigned ValNo, EVT OrigVT, MVT ValVT, MVT LocVT, in assignArg() 79 ValNo, OrigVT, ValVT, LocVT, LocInfo, Info, Flags, State); in assignArg()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | CallLowering.h | 178 virtual bool assignArg(unsigned ValNo, EVT OrigVT, MVT ValVT, MVT LocVT, in assignArg()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86CallLowering.cpp | 67 bool assignArg(unsigned ValNo, EVT OrigVT, MVT ValVT, MVT LocVT, in assignArg()
|
| H A D | X86ISelLowering.cpp | 30347 MVT OrigVT = VT; in LowerMGATHER() local 30370 SDValue Extract = DAG.getNode(ISD::EXTRACT_SUBVECTOR, dl, OrigVT, in LowerMGATHER() 47340 EVT OrigVT = N->getValueType(0); in combineFneg() local 47362 return DAG.getBitcast(OrigVT, NewNode); in combineFneg() 47369 return DAG.getBitcast(OrigVT, NegArg); in combineFneg()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | TargetLowering.h | 2268 void AddPromotedToType(unsigned Opc, MVT OrigVT, MVT DestVT) { in AddPromotedToType() argument 2269 PromoteToType[std::make_pair(Opc, OrigVT.SimpleTy)] = DestVT.SimpleTy; in AddPromotedToType() 2274 void setOperationPromotedToType(unsigned Opc, MVT OrigVT, MVT DestVT) { in setOperationPromotedToType() argument 2275 setOperationAction(Opc, OrigVT, Promote); in setOperationPromotedToType() 2276 AddPromotedToType(Opc, OrigVT, DestVT); in setOperationPromotedToType()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | CallLowering.cpp | 636 const EVT OrigVT = EVT::getEVT(Args[i].Ty); in handleAssignments() local 747 if (Handler.isIncomingArgumentHandler() && OrigVT != LocVT) { in handleAssignments()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeVectorTypes.cpp | 5076 EVT OrigVT = N->getOperand(0).getValueType(); in WidenVecOp_VECREDUCE() local 5078 EVT ElemVT = OrigVT.getVectorElementType(); in WidenVecOp_VECREDUCE() 5087 unsigned OrigElts = OrigVT.getVectorNumElements(); in WidenVecOp_VECREDUCE() 5102 EVT OrigVT = VecOp.getValueType(); in WidenVecOp_VECREDUCE_SEQ() local 5104 EVT ElemVT = OrigVT.getVectorElementType(); in WidenVecOp_VECREDUCE_SEQ() 5112 unsigned OrigElts = OrigVT.getVectorNumElements(); in WidenVecOp_VECREDUCE_SEQ()
|
| H A D | LegalizeDAG.cpp | 307 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 D | DAGCombiner.cpp | 10663 EVT OrigVT = N->getOperand(0).getValueType(); in CombineZExtLogicopShiftLoad() local 10664 if (TLI.isZExtFree(OrigVT, VT)) in CombineZExtLogicopShiftLoad()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXISelLowering.cpp | 4645 EVT OrigVT = Op.getOperand(0).getValueType(); in IsMulWideOperandDemotable() local 4646 if (OrigVT.getFixedSizeInBits() <= OptSize) { in IsMulWideOperandDemotable() 4651 EVT OrigVT = Op.getOperand(0).getValueType(); in IsMulWideOperandDemotable() local 4652 if (OrigVT.getFixedSizeInBits() <= OptSize) { in IsMulWideOperandDemotable()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.cpp | 3839 static Align CalculateStackSlotAlignment(EVT ArgVT, EVT OrigVT, in CalculateStackSlotAlignment() argument 3868 if (Flags.isSplit() && OrigVT != MVT::ppcf128) in CalculateStackSlotAlignment() 3869 Alignment = Align(OrigVT.getStoreSize()); in CalculateStackSlotAlignment() 3881 static bool CalculateStackSlotUsed(EVT ArgVT, EVT OrigVT, ISD::ArgFlagsTy Flags, in CalculateStackSlotUsed() argument 3890 CalculateStackSlotAlignment(ArgVT, OrigVT, Flags, PtrByteSize); in CalculateStackSlotUsed() 4284 EVT OrigVT = Ins[ArgNo].ArgVT; in LowerFormalArguments_64SVR4() local 4300 CalculateStackSlotAlignment(ObjectVT, OrigVT, Flags, PtrByteSize); in LowerFormalArguments_64SVR4() 5984 EVT OrigVT = Outs[i].ArgVT; in LowerCall_64SVR4() local 6029 CalculateStackSlotAlignment(ArgVT, OrigVT, Flags, PtrByteSize); in LowerCall_64SVR4() 6098 EVT OrigVT = Outs[i].ArgVT; in LowerCall_64SVR4() local [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 3562 static EVT getExtensionTo64Bits(const EVT &OrigVT) { in getExtensionTo64Bits() argument 3563 if (OrigVT.getSizeInBits() >= 64) in getExtensionTo64Bits() 3564 return OrigVT; in getExtensionTo64Bits() 3566 assert(OrigVT.isSimple() && "Expecting a simple value type"); in getExtensionTo64Bits() 3568 MVT::SimpleValueType OrigSimpleTy = OrigVT.getSimpleVT().SimpleTy; in getExtensionTo64Bits()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 9122 static EVT getExtensionTo64Bits(const EVT &OrigVT) { in getExtensionTo64Bits() argument 9123 if (OrigVT.getSizeInBits() >= 64) in getExtensionTo64Bits() 9124 return OrigVT; in getExtensionTo64Bits() 9126 assert(OrigVT.isSimple() && "Expecting a simple value type"); in getExtensionTo64Bits() 9128 MVT::SimpleValueType OrigSimpleTy = OrigVT.getSimpleVT().SimpleTy; in getExtensionTo64Bits()
|