| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/GISel/ |
| H A D | AArch64CallLowering.cpp | 56 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 D | MipsCallLowering.cpp | 41 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 D | CallLowering.h | 185 virtual bool assignArg(unsigned ValNo, EVT OrigVT, MVT ValVT, MVT LocVT, in assignArg()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/ |
| H A D | CallLowering.cpp | 699 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 D | X86CallLowering.cpp | 68 bool assignArg(unsigned ValNo, EVT OrigVT, MVT ValVT, MVT LocVT, in assignArg()
|
| H A D | X86ISelLowering.cpp | 33012 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 D | TargetLowering.h | 2494 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 D | NVPTXISelLowering.cpp | 4899 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 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 | LegalizeVectorTypes.cpp | 6507 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 D | DAGCombiner.cpp | 12050 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 D | PPCISelLowering.cpp | 3906 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 D | ARMISelLowering.cpp | 9402 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 D | AArch64ISelLowering.cpp | 4324 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()
|