Home
last modified time | relevance | path

Searched refs:getValVT (Results 1 – 25 of 32) sorted by relevance

12

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLoweringCall.cpp831 assert(VA.getValVT() == MVT::v64i1 && in LowerReturn()
1012 assert(VA.getValVT() == MVT::v64i1 && in getv64i1Argument()
1014 assert(NextVA.getValVT() == VA.getValVT() && in getv64i1Argument()
1150 assert(VA.getValVT() == MVT::v64i1 && in LowerCallResult()
1167 if (VA.getValVT().isVector() && in LowerCallResult()
1178 Val = DAG.getBitcast(VA.getValVT(), Val); in LowerCallResult()
1315 ValVT = VA.getValVT(); in LowerMemArgument()
1403 ? (VA.getValVT().isVector() in LowerMemArgument()
1720 VA.getValVT() == MVT::v64i1 && in LowerFormalArguments()
1788 else if (VA.getValVT().isVector() && in LowerFormalArguments()
[all …]
H A DX86FastISel.cpp1244 EVT DstVT = VA.getValVT(); in X86SelectRet()
3589 EVT CopyVT = VA.getValVT(); in fastLowerCall()
3602 isScalarFPTypeInSSEReg(VA.getValVT())) { in fastLowerCall()
3615 if (CopyVT != VA.getValVT()) { in fastLowerCall()
3616 EVT ResVT = VA.getValVT(); in fastLowerCall()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMCallLowering.cpp117 assert(VA.getValVT().getSizeInBits() <= 64 && "Unsupported value size"); in assignValueToReg()
143 if (VA.getValVT() != MVT::f64) in assignCustomValue()
148 assert(NextVA.getValVT() == MVT::f64 && "Unsupported type"); in assignCustomValue()
290 uint64_t ValSize = VA.getValVT().getFixedSizeInBits(); in assignValueToReg()
319 if (VA.getValVT() != MVT::f64) in assignCustomValue()
324 assert(NextVA.getValVT() == MVT::f64 && "Unsupported type"); in assignCustomValue()
H A DARMFastISel.cpp2040 MVT DestVT = RVLocs[0].getValVT(); in FinishCall()
2055 MVT CopyVT = RVLocs[0].getValVT(); in FinishCall()
2128 MVT DestVT = VA.getValVT(); in SelectRet()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/
H A DRISCVCallLowering.cpp103 if (VA.getLocVT() == MVT::i64 && VA.getValVT() == MVT::f32) in assignValueToReg()
123 VALo.getValVT() == MVT::f64 && VAHi.getValVT() == MVT::f64 && in assignCustomValue()
246 VALo.getValVT() == MVT::f64 && VAHi.getValVT() == MVT::f64 && in assignCustomValue()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64CallLowering.cpp73 const MVT ValVT = VA.getValVT(); in getStackValueStoreTypeHack()
171 LLT ValTy(VA.getValVT()); in assignValueToAddress()
175 if (VA.getValVT() == MVT::i8 || VA.getValVT() == MVT::i16) in assignValueToAddress()
315 MVT ValVT = VA.getValVT(); in assignValueToAddress()
317 if (VA.getValVT() == MVT::i8 || VA.getValVT() == MVT::i16) { in assignValueToAddress()
319 MemTy = LLT(VA.getValVT()); in assignValueToAddress()
325 MemTy = LLT(VA.getValVT()); in assignValueToAddress()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64CallingConvention.cpp71 if (AssignFn(It.getValNo(), It.getValVT(), It.getValVT(), CCValAssign::Full, in finishStackBlock()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYISelLowering.cpp223 Val = DAG.getNode(ISD::BITCAST, DL, VA.getValVT(), Val); in convertLocVTToValVT()
266 EVT ValVT = VA.getValVT(); in unpackFromMemLoc()
291 (VA.getValVT() == MVT::f64 || VA.getValVT() == MVT::i64) && in unpack64()
301 return DAG.getLoad(VA.getValVT(), DL, Chain, FIN, in unpack64()
323 return DAG.getNode(CSKYISD::BITCAST_FROM_LOHI, DL, VA.getValVT(), Lo, Hi); in unpack64()
355 bool IsF64OnCSKY = VA.getLocVT() == MVT::i32 && VA.getValVT() == MVT::f64; in LowerFormalArguments()
458 bool IsF64OnCSKY = VA.getLocVT() == MVT::i32 && VA.getValVT() == MVT::f64; in LowerReturn()
576 bool IsF64OnCSKY = VA.getLocVT() == MVT::i32 && VA.getValVT() == MVT::f64; in LowerCall()
731 bool IsF64OnCSKY = VA.getLocVT() == MVT::i32 && VA.getValVT() == MVT::f64; in LowerCall()
739 RetValue = DAG.getNode(CSKYISD::BITCAST_FROM_LOHI, DL, VA.getValVT(), in LowerCall()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp387 if (VA.getValVT() == MVT::i32 && VA.needsCustom()) { in LowerReturn_64()
516 assert(VA.getValVT() == MVT::f64 || VA.getValVT() == MVT::v2i32); in LowerFormalArguments_32()
558 if (VA.getValVT() == MVT::i32 || VA.getValVT() == MVT::f32) { in LowerFormalArguments_32()
560 } else if (VA.getValVT() == MVT::f128) { in LowerFormalArguments_32()
653 if (VA.getValVT() == MVT::i32 && VA.needsCustom()) in LowerFormalArguments_64()
685 unsigned ValSize = VA.getValVT().getSizeInBits() / 8; in LowerFormalArguments_64()
693 DAG.getLoad(VA.getValVT(), DL, Chain, in LowerFormalArguments_64()
1302 if (VA.needsCustom() && VA.getValVT() == MVT::f128 in LowerCall_64()
1476 if (VA.getValVT() == MVT::i32 && VA.needsCustom()) in LowerCall_64()
1485 DAG.getValueType(VA.getValVT())); in LowerCall_64()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsCallLowering.cpp174 VALo.getValVT() == MVT::f64 && VAHi.getValVT() == MVT::f64 && in assignCustomValue()
266 VALo.getValVT() == MVT::f64 && VAHi.getValVT() == MVT::f64 && in assignCustomValue()
H A DMipsISelLowering.cpp3279 MVT ValVT = VA.getValVT(), LocVT = VA.getLocVT(); in LowerCall()
3545 Val = DAG.getNode(ISD::BITCAST, DL, VA.getValVT(), Val); in LowerCallResult()
3549 Val = DAG.getNode(ISD::TRUNCATE, DL, VA.getValVT(), Val); in LowerCallResult()
3554 DAG.getValueType(VA.getValVT())); in LowerCallResult()
3555 Val = DAG.getNode(ISD::TRUNCATE, DL, VA.getValVT(), Val); in LowerCallResult()
3560 DAG.getValueType(VA.getValVT())); in LowerCallResult()
3561 Val = DAG.getNode(ISD::TRUNCATE, DL, VA.getValVT(), Val); in LowerCallResult()
3575 EVT ValVT = VA.getValVT(); in UnpackFromArgumentSlot()
3669 EVT ValVT = VA.getValVT(); in LowerFormalArguments()
H A DMipsFastISel.cpp1286 MVT CopyVT = RVLocs[0].getValVT(); in finishCall()
1744 MVT DestVT = VA.getValVT(); in selectRet()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEISelLowering.cpp412 assert(VA.getValVT() == MVT::f32); in LowerReturn()
479 DAG.getValueType(VA.getValVT())); in LowerFormalArguments()
483 DAG.getValueType(VA.getValVT())); in LowerFormalArguments()
492 assert(VA.getValVT() == MVT::f32); in LowerFormalArguments()
516 unsigned ValSize = VA.getValVT().getSizeInBits() / 8; in LowerFormalArguments()
528 if (VA.getValVT() == MVT::f32) in LowerFormalArguments()
533 DAG.getLoad(VA.getValVT(), DL, Chain, in LowerFormalArguments()
712 assert(VA.getValVT() == MVT::f32); in LowerCall()
826 DAG.getValueType(VA.getValVT())); in LowerCall()
830 DAG.getValueType(VA.getValVT())); in LowerCall()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFISelLowering.cpp372 DAG.getValueType(VA.getValVT())); in LowerFormalArguments()
375 DAG.getValueType(VA.getValVT())); in LowerFormalArguments()
378 ArgValue = DAG.getNode(ISD::TRUNCATE, DL, VA.getValVT(), ArgValue); in LowerFormalArguments()
604 Val.getValVT(), InGlue).getValue(1); in LowerCallResult()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp445 ValVT = VA.getValVT(); in LowerMemArgument()
450 if (VA.getValVT() == MVT::i8) { in LowerMemArgument()
452 } else if (VA.getValVT() == MVT::i16) { in LowerMemArgument()
494 return VA.isExtInLoc() ? DAG.getNode(ISD::TRUNCATE, DL, VA.getValVT(), Val) in LowerMemArgument()
670 SDValue SpillSlot = DAG.CreateStackTemporary(VA.getValVT()); in LowerCall()
904 if (VA.isExtInLoc() && VA.getValVT().getScalarType() == MVT::i1) in LowerCallResult()
905 Val = DAG.getNode(ISD::TRUNCATE, DL, VA.getValVT(), Val); in LowerCallResult()
961 DAG.getValueType(VA.getValVT())); in LowerFormalArguments()
964 DAG.getValueType(VA.getValVT())); in LowerFormalArguments()
966 ArgValue = DAG.getBitcast(VA.getValVT(), ArgValue); in LowerFormalArguments()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.cpp470 DAG.getValueType(VA.getValVT())); in LowerCCCArguments()
473 DAG.getValueType(VA.getValVT())); in LowerCCCArguments()
476 ArgValue = DAG.getNode(ISD::TRUNCATE, DL, VA.getValVT(), ArgValue); in LowerCCCArguments()
791 RVLocs[I].getValVT(), InGlue) in LowerCallResult()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCallLowering.cpp735 const MVT ValVT = VA.getValVT(); in handleAssignments()
1133 const MVT ValVT = VA.getValVT(); in getStackValueStoreType()
1181 LLT ValTy{VA.getValVT()}; in extendRegister()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DCallingConvLower.h120 MVT getValVT() const { return ValVT; } in getValVT() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp663 DAG.getValueType(VA.getValVT())); in LowerCCCArguments()
666 DAG.getValueType(VA.getValVT())); in LowerCCCArguments()
669 ArgValue = DAG.getNode(ISD::TRUNCATE, dl, VA.getValVT(), ArgValue); in LowerCCCArguments()
949 RVLocs[i].getValVT(), InGlue).getValue(1); in LowerCallResult()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelLowering.cpp1434 ArgValue = DAG.getNode(ISD::BITCAST, dl, VA.getValVT(), ArgValue); in LowerFormalArguments()
1438 DAG.getValueType(VA.getValVT())); in LowerFormalArguments()
1439 ArgValue = DAG.getNode(ISD::TRUNCATE, dl, VA.getValVT(), ArgValue); in LowerFormalArguments()
1443 DAG.getValueType(VA.getValVT())); in LowerFormalArguments()
1444 ArgValue = DAG.getNode(ISD::TRUNCATE, dl, VA.getValVT(), ArgValue); in LowerFormalArguments()
1680 Chain = DAG.getCopyFromReg(Chain, dl, RVLoc.getLocReg(), RVLoc.getValVT(), in LowerCallResult()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp3505 State.addLoc(CCValAssign::getReg(VA1.getValNo(), VA1.getValVT(), Reg, in CC_LoongArchAssign2GRLen()
3512 CCValAssign::getMem(VA1.getValNo(), VA1.getValVT(), in CC_LoongArchAssign2GRLen()
3738 if (VA.getLocVT() == MVT::i64 && VA.getValVT() == MVT::f32) in convertLocVTToValVT()
3741 Val = DAG.getNode(ISD::BITCAST, DL, VA.getValVT(), Val); in convertLocVTToValVT()
3768 EVT ValVT = VA.getValVT(); in unpackFromMemLoc()
3799 if (VA.getLocVT() == MVT::i64 && VA.getValVT() == MVT::f32) in convertValVTToLocVT()
3896 InVals.push_back(DAG.getLoad(VA.getValVT(), DL, Chain, ArgValue, in LowerFormalArguments()
3906 InVals.push_back(DAG.getLoad(PartVA.getValVT(), DL, Chain, Address, in LowerFormalArguments()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp368 if (RVLocs[i].getValVT() == MVT::i1) { in LowerCallResult()
390 RVLocs[i].getValVT(), Glue); in LowerCallResult()
472 bool ArgAlign = Subtarget.isHVXVectorType(VA.getValVT()); in LowerCall()
840 RegVT = VA.getValVT(); in LowerFormalArguments()
849 if (VA.getValVT() == MVT::i1) { in LowerFormalArguments()
885 SDValue L = DAG.getLoad(VA.getValVT(), dl, Chain, FIN, in LowerFormalArguments()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp1460 DAG.getValueType(VA.getValVT())); in convertLocVTToValVT()
1463 DAG.getValueType(VA.getValVT())); in convertLocVTToValVT()
1466 Value = DAG.getNode(ISD::TRUNCATE, DL, VA.getValVT(), Value); in convertLocVTToValVT()
1471 assert(VA.getValVT().isVector()); in convertLocVTToValVT()
1473 Value = DAG.getNode(ISD::BITCAST, DL, VA.getValVT(), Value); in convertLocVTToValVT()
1493 assert(VA.getValVT().isVector() || VA.getValVT() == MVT::f32 || in convertValVTToLocVT()
1494 VA.getValVT() == MVT::f64 || VA.getValVT() == MVT::f128); in convertValVTToLocVT()
1497 if (VA.getValVT() == MVT::f32 && VA.getLocVT() == MVT::i64) in convertValVTToLocVT()
1499 MVT BitCastToType = VA.getValVT().isVector() && VA.getLocVT() == MVT::i64 in convertValVTToLocVT()
1670 InVals.push_back(DAG.getLoad(VA.getValVT(), DL, Chain, ArgValue, in LowerFormalArguments()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp17380 CCValAssign::getMem(VA1.getValNo(), VA1.getValVT(), in CC_RISCVAssign2XLen()
17749 (VA.getValVT() == MVT::f16 || VA.getValVT() == MVT::bf16)) { in convertLocVTToValVT()
17759 Val = DAG.getNode(ISD::BITCAST, DL, VA.getValVT(), Val); in convertLocVTToValVT()
17815 (VA.getValVT() == MVT::f16 || VA.getValVT() == MVT::bf16)) { in convertValVTToLocVT()
17817 } else if (LocVT == MVT::i64 && VA.getValVT() == MVT::f32) { in convertValVTToLocVT()
17839 EVT ValVT = VA.getValVT(); in unpackFromMemLoc()
18139 if (VA.getLocVT() == MVT::i32 && VA.getValVT() == MVT::f64) { in LowerFormalArguments()
18157 assert(VA.getValVT().isVector() || ArgPartOffset == 0); in LowerFormalArguments()
18162 if (PartVA.getValVT().isScalableVector()) in LowerFormalArguments()
18392 if (VA.getLocVT() == MVT::i32 && VA.getValVT() == MVT::f64) { in LowerCall()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCISelLowering.cpp419 DAG.getCopyFromReg(Chain, dl, VA.getLocReg(), VA.getValVT(), Glue); in lowerCallResult()

12