| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64FastISel.cpp | 1567 unsigned AArch64FastISel::emitSubs_rr(MVT RetVT, unsigned LHSReg, in emitSubs_rr() 1573 unsigned AArch64FastISel::emitSubs_rs(MVT RetVT, unsigned LHSReg, in emitSubs_rs() 1746 unsigned AArch64FastISel::emitAnd_ri(MVT RetVT, unsigned LHSReg, in emitAnd_ri() 1974 MVT RetVT = VT; in selectLoad() local 3353 MVT RetVT; in foldXALUIntrinsic() local 3533 MVT RetVT; in fastLowerIntrinsicCall() local 4067 unsigned AArch64FastISel::emitLSL_rr(MVT RetVT, unsigned Op0Reg, in emitLSL_rr() 4556 MVT RetVT; in selectIntExt() local 4711 MVT RetVT; in selectShift() local 4797 MVT RetVT, SrcVT; in selectBitCast() local [all …]
|
| H A D | AArch64ISelLowering.cpp | 23181 const EVT RetVT = N->getValueType(0); in performGatherLoadCombine() local
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TargetLoweringBase.cpp | 245 RTLIB::Libcall RTLIB::getFPEXT(EVT OpVT, EVT RetVT) { in getFPEXT() 277 RTLIB::Libcall RTLIB::getFPROUND(EVT OpVT, EVT RetVT) { in getFPROUND() 320 RTLIB::Libcall RTLIB::getFPTOSINT(EVT OpVT, EVT RetVT) { in getFPTOSINT() 369 RTLIB::Libcall RTLIB::getFPTOUINT(EVT OpVT, EVT RetVT) { in getFPTOUINT() 418 RTLIB::Libcall RTLIB::getSINTTOFP(EVT OpVT, EVT RetVT) { in getSINTTOFP() 464 RTLIB::Libcall RTLIB::getUINTTOFP(EVT OpVT, EVT RetVT) { in getUINTTOFP() 508 RTLIB::Libcall RTLIB::getPOWI(EVT RetVT) { in getPOWI() 513 RTLIB::Libcall RTLIB::getLDEXP(EVT RetVT) { in getLDEXP() 518 RTLIB::Libcall RTLIB::getFREXP(EVT RetVT) { in getFREXP()
|
| /freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | FastISelEmitter.cpp | 517 MVT::SimpleValueType RetVT = MVT::isVoid; in collectPatterns() local 708 MVT::SimpleValueType RetVT = RI.first; in printFunctionDefinitions() local 732 MVT::SimpleValueType RetVT = RI.first; in printFunctionDefinitions() local
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsFastISel.cpp | 291 unsigned MipsFastISel::emitLogicalOp(unsigned ISDOpc, MVT RetVT, in emitLogicalOp() 1270 bool MipsFastISel::finishCall(CallLoweringInfo &CLI, MVT RetVT, in finishCall() 1506 MVT RetVT; in fastLowerCall() local 1954 MVT RetVT; in selectShift() local
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeFloatTypes.cpp | 1031 static RTLIB::Libcall findFPToIntLibcall(EVT SrcVT, EVT RetVT, EVT &Promoted, in findFPToIntLibcall() 2120 EVT RetVT = N->getOperand(0).getValueType(); in ExpandFloatOp_LROUND() local 2133 EVT RetVT = N->getOperand(0).getValueType(); in ExpandFloatOp_LLROUND() local 2146 EVT RetVT = N->getOperand(0).getValueType(); in ExpandFloatOp_LRINT() local 2159 EVT RetVT = N->getOperand(0).getValueType(); in ExpandFloatOp_LLRINT() local 2175 static ISD::NodeType GetPromotionOpcode(EVT OpVT, EVT RetVT) { in GetPromotionOpcode() 2189 static ISD::NodeType GetPromotionOpcodeStrict(EVT OpVT, EVT RetVT) { in GetPromotionOpcodeStrict()
|
| H A D | LegalizeDAG.cpp | 2053 EVT RetVT = Node->getValueType(0); in ExpandLibCall() local 2160 EVT RetVT = Node->getValueType(0); in ExpandFPLibCall() local 2246 EVT RetVT = Node->getValueType(0); in ExpandDivRemLibCall() local 2339 EVT RetVT = Node->getValueType(0); in ExpandSinCosLibCall() local 4360 EVT RetVT = Node->getValueType(0); in ConvertNodeToLibcall() local
|
| H A D | FastISel.cpp | 2188 Register FastISel::fastEmitInst_extractsubreg(MVT RetVT, unsigned Op0, in fastEmitInst_extractsubreg()
|
| H A D | LegalizeIntegerTypes.cpp | 2791 EVT RetVT = Node->getValueType(0); in ExpandAtomic() local 3848 EVT RetVT = N->getValueType(0); in ExpandIntRes_XROUND_XRINT() local
|
| H A D | TargetLowering.cpp | 145 TargetLowering::makeLibCall(SelectionDAG &DAG, RTLIB::Libcall LC, EVT RetVT, in makeLibCall() 403 EVT RetVT = getCmpLibcallReturnType(); in softenSetCCOperands() local
|
| H A D | SelectionDAGBuilder.cpp | 6521 EVT RetVT = TLI.getValueType(DAG.getDataLayout(), I.getType()); in visitIntrinsicCall() local 10294 EVT RetVT = OldRetTys[i]; in LowerCallTo() local
|
| H A D | LegalizeVectorTypes.cpp | 6912 EVT RetVT = WidenEltVT; in findMemType() local
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86FastISel.cpp | 235 MVT RetVT; in foldX86XALUIntrinsic() local 2023 bool X86FastISel::X86FastEmitCMoveSelect(MVT RetVT, const Instruction *I) { in X86FastEmitCMoveSelect() 2148 bool X86FastISel::X86FastEmitSSESelect(MVT RetVT, const Instruction *I) { in X86FastEmitSSESelect() 2270 bool X86FastISel::X86FastEmitPseudoSelect(MVT RetVT, const Instruction *I) { in X86FastEmitPseudoSelect() 2345 MVT RetVT; in X86SelectSelect() local
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMFastISel.cpp | 2021 bool ARMFastISel::FinishCall(MVT RetVT, SmallVectorImpl<Register> &UsedRegs, in FinishCall() 2207 MVT RetVT; in ARMEmitLibcall() local 2314 MVT RetVT; in SelectCall() local
|
| H A D | ARMISelLowering.cpp | 3255 auto RetVT = Outs[realRVLocIdx].ArgVT; in LowerReturn() local
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCFastISel.cpp | 1489 bool PPCFastISel::finishCall(MVT RetVT, CallLoweringInfo &CLI, unsigned &NumBytes) { in finishCall() 1573 MVT RetVT; in fastLowerCall() local
|
| H A D | PPCISelLowering.cpp | 18280 EVT RetVT = Op.getValueType(); in lowerToLibCall() local
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyFastISel.cpp | 1157 EVT RetVT = TLI.getValueType(DL, I->getType()); in selectBitCast() local
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
| H A D | LoongArchISelLowering.cpp | 681 EVT RetVT = Op.getValueType(); in lowerUINT_TO_FP() local 706 EVT RetVT = Op.getValueType(); in lowerSINT_TO_FP() local
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.cpp | 8706 MVT RetVT = VT; in LowerINTRINSIC_WO_CHAIN() local 8865 MVT RetVT = VT; in LowerINTRINSIC_W_CHAIN() local
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelLowering.cpp | 2096 SDValue Chain, SelectionDAG &DAG, const char *CalleeName, EVT RetVT, in makeExternalCall()
|