| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TargetLoweringBase.cpp | 120 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 D | AArch64FastISel.cpp | 1160 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 D | AArch64TargetTransformInfo.cpp | 925 EVT RetVT = getTLI()->getValueType(DL, RetTy); in getIntrinsicInstrCost() local
|
| H A D | AArch64ISelLowering.cpp | 26043 const EVT RetVT = N->getValueType(0); in performGatherLoadCombine() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsFastISel.cpp | 289 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 D | X86FastISel.cpp | 236 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 D | LegalizeFloatTypes.cpp | 1264 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 D | LegalizeDAG.cpp | 2129 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 D | FastISel.cpp | 2178 Register FastISel::fastEmitInst_extractsubreg(MVT RetVT, Register Op0, in fastEmitInst_extractsubreg()
|
| H A D | LegalizeIntegerTypes.cpp | 3145 EVT RetVT = Node->getValueType(0); in ExpandAtomic() local 4251 EVT RetVT = N->getValueType(0); in ExpandIntRes_XROUND_XRINT() local
|
| H A D | TargetLowering.cpp | 154 TargetLowering::makeLibCall(SelectionDAG &DAG, RTLIB::Libcall LC, EVT RetVT, in makeLibCall() 418 EVT RetVT = getCmpLibcallReturnType(); in softenSetCCOperands() local
|
| H A D | SelectionDAGBuilder.cpp | 6877 EVT RetVT = TLI.getValueType(DAG.getDataLayout(), I.getType()); in visitIntrinsicCall() local 10975 EVT RetVT = OldRetTys[i]; in LowerCallTo() local
|
| H A D | LegalizeVectorTypes.cpp | 7826 EVT RetVT = WidenEltVT; in findMemType() local
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | FastISelEmitter.cpp | 510 MVT::SimpleValueType RetVT = MVT::isVoid; in collectPatterns() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMFastISel.cpp | 2083 bool ARMFastISel::FinishCall(MVT RetVT, SmallVectorImpl<Register> &UsedRegs, in FinishCall() 2271 MVT RetVT; in ARMEmitLibcall() local 2380 MVT RetVT; in SelectCall() local
|
| H A D | ARMISelLowering.cpp | 3341 auto RetVT = Outs[realRVLocIdx].ArgVT; in LowerReturn() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCFastISel.cpp | 1476 bool PPCFastISel::finishCall(MVT RetVT, CallLoweringInfo &CLI, unsigned &NumBytes) { in finishCall() 1560 MVT RetVT; in fastLowerCall() local
|
| H A D | PPCISelLowering.cpp | 19496 EVT RetVT = Op.getValueType(); in lowerToLibCall() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyFastISel.cpp | 1173 EVT RetVT = TLI.getValueType(DL, I->getType()); in selectBitCast() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
| H A D | LoongArchISelLowering.cpp | 2750 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 D | SystemZISelLowering.cpp | 2457 SDValue Chain, SelectionDAG &DAG, const char *CalleeName, EVT RetVT, in makeExternalCall()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.cpp | 10803 MVT RetVT = VT; in LowerINTRINSIC_WO_CHAIN() local 10836 MVT RetVT = VT; in getVCIXISDNodeWCHAIN() local
|