Home
last modified time | relevance | path

Searched defs:RetVT (Results 1 – 22 of 22) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp120 RTLIB::Libcall RTLIB::getFPEXT(EVT OpVT, EVT RetVT) { in getFPEXT()
155 RTLIB::Libcall RTLIB::getFPROUND(EVT OpVT, EVT RetVT) { in getFPROUND()
202 RTLIB::Libcall RTLIB::getFPTOSINT(EVT OpVT, EVT RetVT) { in getFPTOSINT()
251 RTLIB::Libcall RTLIB::getFPTOUINT(EVT OpVT, EVT RetVT) { in getFPTOUINT()
300 RTLIB::Libcall RTLIB::getSINTTOFP(EVT OpVT, EVT RetVT) { in getSINTTOFP()
348 RTLIB::Libcall RTLIB::getUINTTOFP(EVT OpVT, EVT RetVT) { in getUINTTOFP()
394 RTLIB::Libcall RTLIB::getPOWI(EVT RetVT) { in getPOWI()
399 RTLIB::Libcall RTLIB::getPOW(EVT RetVT) { in getPOW()
403 RTLIB::Libcall RTLIB::getLDEXP(EVT RetVT) { in getLDEXP()
408 RTLIB::Libcall RTLIB::getFREXP(EVT RetVT) { in getFREXP()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp1160 Register AArch64FastISel::emitAddSub(bool UseAdd, MVT RetVT, const Value *LHS, in emitAddSub()
1294 Register AArch64FastISel::emitAddSub_rr(bool UseAdd, MVT RetVT, Register LHSReg, in emitAddSub_rr()
1331 Register AArch64FastISel::emitAddSub_ri(bool UseAdd, MVT RetVT, Register LHSReg, in emitAddSub_ri()
1376 Register AArch64FastISel::emitAddSub_rs(bool UseAdd, MVT RetVT, Register LHSReg, in emitAddSub_rs()
1418 Register AArch64FastISel::emitAddSub_rx(bool UseAdd, MVT RetVT, Register LHSReg, in emitAddSub_rx()
1484 bool AArch64FastISel::emitICmp(MVT RetVT, const Value *LHS, const Value *RHS, in emitICmp()
1491 bool AArch64FastISel::emitICmp_ri(MVT RetVT, Register LHSReg, uint64_t Imm) { in emitICmp_ri()
1497 bool AArch64FastISel::emitFCmp(MVT RetVT, const Value *LHS, const Value *RHS) { in emitFCmp()
1530 Register AArch64FastISel::emitAdd(MVT RetVT, const Value *LHS, const Value *RHS, in emitAdd()
1559 Register AArch64FastISel::emitSub(MVT RetVT, const Value *LHS, const Value *RHS, in emitSub()
[all …]
H A DAArch64TargetTransformInfo.cpp925 EVT RetVT = getTLI()->getValueType(DL, RetTy); in getIntrinsicInstrCost() local
H A DAArch64ISelLowering.cpp26043 const EVT RetVT = N->getValueType(0); in performGatherLoadCombine() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp289 unsigned MipsFastISel::emitLogicalOp(unsigned ISDOpc, MVT RetVT, in emitLogicalOp()
1282 bool MipsFastISel::finishCall(CallLoweringInfo &CLI, MVT RetVT, in finishCall()
1518 MVT RetVT; in fastLowerCall() local
1969 MVT RetVT; in selectShift() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FastISel.cpp236 MVT RetVT; in foldX86XALUIntrinsic() local
2030 bool X86FastISel::X86FastEmitCMoveSelect(MVT RetVT, const Instruction *I) { in X86FastEmitCMoveSelect()
2156 bool X86FastISel::X86FastEmitSSESelect(MVT RetVT, const Instruction *I) { in X86FastEmitSSESelect()
2278 bool X86FastISel::X86FastEmitPseudoSelect(MVT RetVT, const Instruction *I) { in X86FastEmitPseudoSelect()
2353 MVT RetVT; in X86SelectSelect() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp1264 static RTLIB::Libcall findFPToIntLibcall(EVT SrcVT, EVT RetVT, EVT &Promoted, in findFPToIntLibcall()
2516 EVT RetVT = N->getOperand(0).getValueType(); in ExpandFloatOp_LROUND() local
2529 EVT RetVT = N->getOperand(0).getValueType(); in ExpandFloatOp_LLROUND() local
2542 EVT RetVT = N->getOperand(0).getValueType(); in ExpandFloatOp_LRINT() local
2555 EVT RetVT = N->getOperand(0).getValueType(); in ExpandFloatOp_LLRINT() local
2571 static ISD::NodeType GetPromotionOpcode(EVT OpVT, EVT RetVT) { in GetPromotionOpcode()
2583 static ISD::NodeType GetPromotionOpcodeStrict(EVT OpVT, EVT RetVT) { in GetPromotionOpcodeStrict()
H A DLegalizeDAG.cpp2129 bool IsSigned, EVT RetVT) { in ExpandLibCall()
2206 EVT RetVT = Node->getValueType(0); in ExpandFPLibCall() local
2369 EVT RetVT = Node->getValueType(0); in ExpandDivRemLibCall() local
4614 EVT RetVT = Node->getValueType(0); in ConvertNodeToLibcall() local
H A DFastISel.cpp2178 Register FastISel::fastEmitInst_extractsubreg(MVT RetVT, Register Op0, in fastEmitInst_extractsubreg()
H A DLegalizeIntegerTypes.cpp3145 EVT RetVT = Node->getValueType(0); in ExpandAtomic() local
4251 EVT RetVT = N->getValueType(0); in ExpandIntRes_XROUND_XRINT() local
H A DTargetLowering.cpp154 TargetLowering::makeLibCall(SelectionDAG &DAG, RTLIB::Libcall LC, EVT RetVT, in makeLibCall()
418 EVT RetVT = getCmpLibcallReturnType(); in softenSetCCOperands() local
H A DSelectionDAGBuilder.cpp6877 EVT RetVT = TLI.getValueType(DAG.getDataLayout(), I.getType()); in visitIntrinsicCall() local
10975 EVT RetVT = OldRetTys[i]; in LowerCallTo() local
H A DLegalizeVectorTypes.cpp7826 EVT RetVT = WidenEltVT; in findMemType() local
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DFastISelEmitter.cpp510 MVT::SimpleValueType RetVT = MVT::isVoid; in collectPatterns() local
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFastISel.cpp2083 bool ARMFastISel::FinishCall(MVT RetVT, SmallVectorImpl<Register> &UsedRegs, in FinishCall()
2271 MVT RetVT; in ARMEmitLibcall() local
2380 MVT RetVT; in SelectCall() local
H A DARMISelLowering.cpp3341 auto RetVT = Outs[realRVLocIdx].ArgVT; in LowerReturn() local
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp1476 bool PPCFastISel::finishCall(MVT RetVT, CallLoweringInfo &CLI, unsigned &NumBytes) { in finishCall()
1560 MVT RetVT; in fastLowerCall() local
H A DPPCISelLowering.cpp19496 EVT RetVT = Op.getValueType(); in lowerToLibCall() local
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp1173 EVT RetVT = TLI.getValueType(DL, I->getType()); in selectBitCast() local
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp2750 EVT RetVT = Op.getValueType(); in lowerUINT_TO_FP() local
2775 EVT RetVT = Op.getValueType(); in lowerSINT_TO_FP() local
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp2457 SDValue Chain, SelectionDAG &DAG, const char *CalleeName, EVT RetVT, in makeExternalCall()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp10803 MVT RetVT = VT; in LowerINTRINSIC_WO_CHAIN() local
10836 MVT RetVT = VT; in getVCIXISDNodeWCHAIN() local