Searched defs:RetVT (Results 1 - 16 of 16) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp1121 EVT RetVT = TLI.getValueType(DL, I->getType()); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp2286 Register FastISel::fastEmitInst_extractsubreg(MVT RetVT, unsigned Op0, argument
H A DLegalizeFloatTypes.cpp1924 EVT RetVT = N->getOperand(0).getValueType(); local
1937 EVT RetVT = N->getOperand(0).getValueType(); local
1950 EVT RetVT = N->getOperand(0).getValueType(); local
1963 EVT RetVT = N->getOperand(0).getValueType(); local
1979 static ISD::NodeType GetPromotionOpcode(EVT OpVT, EVT RetVT) { argument
[all...]
H A DLegalizeIntegerTypes.cpp2061 EVT RetVT = Node->getValueType(0); local
2902 EVT RetVT = N->getValueType(0); local
H A DLegalizeVectorTypes.cpp4822 EVT RetVT = WidenEltVT; local
H A DTargetLowering.cpp130 TargetLowering::makeLibCall(SelectionDAG &DAG, RTLIB::Libcall LC, EVT RetVT, argument
388 EVT RetVT = getCmpLibcallReturnType(); local
[all...]
H A DSelectionDAGBuilder.cpp6121 EVT RetVT = TLI.getValueType(DAG.getDataLayout(), I.getType()); local
9054 EVT RetVT = OldRetTys[i]; local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp223 RTLIB::Libcall RTLIB::getFPEXT(EVT OpVT, EVT RetVT) { argument
249 RTLIB::Libcall RTLIB::getFPROUND(EVT OpVT, EVT RetVT) { argument
287 getFPTOSINT(EVT OpVT, EVT RetVT) argument
329 getFPTOUINT(EVT OpVT, EVT RetVT) argument
371 getSINTTOFP(EVT OpVT, EVT RetVT) argument
411 getUINTTOFP(EVT OpVT, EVT RetVT) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp296 unsigned MipsFastISel::emitLogicalOp(unsigned ISDOpc, MVT RetVT, argument
1277 bool MipsFastISel::finishCall(CallLoweringInfo &CLI, MVT RetVT, argument
1961 MVT RetVT; local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp1493 bool PPCFastISel::finishCall(MVT RetVT, CallLoweringInfo &CLI, unsigned &NumBytes) { argument
1573 MVT RetVT; local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFastISel.cpp2021 bool ARMFastISel::FinishCall(MVT RetVT, SmallVectorImpl<Register> &UsedRegs, argument
2206 MVT RetVT; local
2311 MVT RetVT; local
[all...]
H A DARMISelLowering.cpp3005 auto RetVT = Outs[realRVLocIdx].ArgVT; local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FastISel.cpp247 MVT RetVT; local
2007 bool X86FastISel::X86FastEmitCMoveSelect(MVT RetVT, const Instruction *I) { argument
2139 X86FastEmitSSESelect(MVT RetVT, const Instruction *I) argument
2274 X86FastEmitPseudoSelect(MVT RetVT, const Instruction *I) argument
2353 MVT RetVT; local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp1158 emitAddSub(bool UseAdd, MVT RetVT, const Value *LHS, const Value *RHS, bool SetFlags, bool WantResult, bool IsZExt) argument
1312 emitAddSub_rr(bool UseAdd, MVT RetVT, unsigned LHSReg, bool LHSIsKill, unsigned RHSReg, bool RHSIsKill, bool SetFlags, bool WantResult) argument
1350 emitAddSub_ri(bool UseAdd, MVT RetVT, unsigned LHSReg, bool LHSIsKill, uint64_t Imm, bool SetFlags, bool WantResult) argument
1395 emitAddSub_rs(bool UseAdd, MVT RetVT, unsigned LHSReg, bool LHSIsKill, unsigned RHSReg, bool RHSIsKill, AArch64_AM::ShiftExtendType ShiftType, uint64_t ShiftImm, bool SetFlags, bool WantResult) argument
1438 emitAddSub_rx(bool UseAdd, MVT RetVT, unsigned LHSReg, bool LHSIsKill, unsigned RHSReg, bool RHSIsKill, AArch64_AM::ShiftExtendType ExtType, uint64_t ShiftImm, bool SetFlags, bool WantResult) argument
1505 emitICmp(MVT RetVT, const Value *LHS, const Value *RHS, bool IsZExt) argument
1511 emitICmp_ri(MVT RetVT, unsigned LHSReg, bool LHSIsKill, uint64_t Imm) argument
1517 emitFCmp(MVT RetVT, const Value *LHS, const Value *RHS) argument
1552 emitAdd(MVT RetVT, const Value *LHS, const Value *RHS, bool SetFlags, bool WantResult, bool IsZExt) argument
1582 emitSub(MVT RetVT, const Value *LHS, const Value *RHS, bool SetFlags, bool WantResult, bool IsZExt) argument
1588 emitSubs_rr(MVT RetVT, unsigned LHSReg, bool LHSIsKill, unsigned RHSReg, bool RHSIsKill, bool WantResult) argument
1595 emitSubs_rs(MVT RetVT, unsigned LHSReg, bool LHSIsKill, unsigned RHSReg, bool RHSIsKill, AArch64_AM::ShiftExtendType ShiftType, uint64_t ShiftImm, bool WantResult) argument
1605 emitLogicalOp(unsigned ISDOpc, MVT RetVT, const Value *LHS, const Value *RHS) argument
1689 emitLogicalOp_ri(unsigned ISDOpc, MVT RetVT, unsigned LHSReg, bool LHSIsKill, uint64_t Imm) argument
1735 emitLogicalOp_rs(unsigned ISDOpc, MVT RetVT, unsigned LHSReg, bool LHSIsKill, unsigned RHSReg, bool RHSIsKill, uint64_t ShiftImm) argument
1778 emitAnd_ri(MVT RetVT, unsigned LHSReg, bool LHSIsKill, uint64_t Imm) argument
1783 emitLoad(MVT VT, MVT RetVT, Address Addr, bool WantZExt, MachineMemOperand *MMO) argument
2006 MVT RetVT = VT; local
3150 finishCall(CallLoweringInfo &CLI, MVT RetVT, unsigned NumBytes) argument
3398 MVT RetVT; local
3577 MVT RetVT; local
4045 emitMul_rr(MVT RetVT, unsigned Op0, bool Op0IsKill, unsigned Op1, bool Op1IsKill) argument
4065 emitSMULL_rr(MVT RetVT, unsigned Op0, bool Op0IsKill, unsigned Op1, bool Op1IsKill) argument
4075 emitUMULL_rr(MVT RetVT, unsigned Op0, bool Op0IsKill, unsigned Op1, bool Op1IsKill) argument
4085 emitLSL_rr(MVT RetVT, unsigned Op0Reg, bool Op0IsKill, unsigned Op1Reg, bool Op1IsKill) argument
4111 emitLSL_ri(MVT RetVT, MVT SrcVT, unsigned Op0, bool Op0IsKill, uint64_t Shift, bool IsZExt) argument
4191 emitLSR_rr(MVT RetVT, unsigned Op0Reg, bool Op0IsKill, unsigned Op1Reg, bool Op1IsKill) argument
4218 emitLSR_ri(MVT RetVT, MVT SrcVT, unsigned Op0, bool Op0IsKill, uint64_t Shift, bool IsZExt) argument
4312 emitASR_rr(MVT RetVT, unsigned Op0Reg, bool Op0IsKill, unsigned Op1Reg, bool Op1IsKill) argument
4339 emitASR_ri(MVT RetVT, MVT SrcVT, unsigned Op0, bool Op0IsKill, uint64_t Shift, bool IsZExt) argument
4530 optimizeIntExtLoad(const Instruction *I, MVT RetVT, MVT SrcVT) argument
4587 MVT RetVT; local
4758 MVT RetVT; local
4847 MVT RetVT, SrcVT; local
4888 MVT RetVT; local
[all...]
H A DAArch64ISelLowering.cpp13605 const EVT RetVT = N->getValueType(0); local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3857 MakeLibCallOptions &setTypeListBeforeSoften(ArrayRef<EVT> OpsVT, EVT RetVT, argument

Completed in 321 milliseconds