Home
last modified time | relevance | path

Searched defs:EVT (Results 1 – 25 of 73) sorted by relevance

123

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DValueTypes.h35 struct EVT { struct
41 constexpr EVT() = default; argument
42 constexpr EVT(MVT::SimpleValueType SVT) : V(SVT) {} in EVT() argument
43 constexpr EVT(MVT S) : V(S) {} in EVT() function
59 static EVT getFloatingPointVT(unsigned BitWidth) { in getFloatingPointVT() argument
65 static EVT getIntegerVT(LLVMContext &Context, unsigned BitWidth) { in getIntegerVT() argument
82 /// Returns the EVT that represents a vector EC.Min elements in length, argument
84 static EVT getVectorVT(LLVMContext &Context, EVT VT, ElementCount EC) { in getVectorVT() argument
94 EVT changeVectorElementTypeToInteger() const { in changeVectorElementTypeToInteger() argument
102 EVT changeVectorElementType(EVT EltVT) const { in changeVectorElementType() argument
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/VE/
H A DVEISelLowering.h61 MVT getScalarShiftAmountTy(const DataLayout &, EVT) const override { in getScalarShiftAmountTy() argument
205 bool isIntDivCheap(EVT, AttributeList) const override { return false; } in isIntDivCheap() argument
207 bool hasStandaloneRem(EVT) const override { return false; } in hasStandaloneRem() argument
/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/bfin/
H A Dse_event_quad.S30 #define EVT 0xFFE02000 macro
H A Dse_brtarget_stall.S30 #define EVT 0xFFE02000 macro
H A Dse_stall_if2.S30 #define EVT 0xFFE02000 macro
H A Dc_interr_timer_tcount.S32 #define EVT 0xFFE02000 macro
H A Dse_oneins_zoff.S30 #define EVT 0xFFE02000 macro
H A Dc_interr_timer_reload.S32 #define EVT 0xFFE02000 macro
H A Dc_interr_disable.S32 #define EVT 0xFFE02000 macro
H A Dc_progctrl_clisti_interr.S32 #define EVT 0xFFE02000 macro
H A Dc_interr_pending.S32 #define EVT 0xFFE02000 macro
H A Dc_interr_timer.S32 #define EVT 0xFFE02000 macro
H A Dc_interr_timer_tscale.S32 #define EVT 0xFFE02000 macro
H A Dc_interr_disable_enable.S32 #define EVT 0xFFE02000 macro
H A Dc_interr_pending_2.S22 #define EVT 0xFFE02000 macro
H A Dse_loop_kill_01.S30 #define EVT 0xFFE02000 macro
H A Dse_loop_kill.S30 #define EVT 0xFFE02000 macro
H A Dse_more_ret_haz.S23 #define EVT 0xFFE02000 macro
H A Dse_misaligned_fetch.S23 #define EVT 0xFFE02000 macro
H A Dc_except_sys_sstep.S18 #define EVT 0xFFE02000 macro
H A Dc_progctrl_csync_mmr.S28 #define EVT 0xFFE02000 macro
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.h78 MVT getScalarShiftAmountTy(const DataLayout &, EVT) const override { in getScalarShiftAmountTy() argument
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/XCore/
H A DXCoreISelLowering.h102 MVT getScalarShiftAmountTy(const DataLayout &DL, EVT) const override { in getScalarShiftAmountTy() argument
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h400 MVT getScalarShiftAmountTy(const DataLayout &, EVT) const override { in getScalarShiftAmountTy() argument
442 bool isTruncateFree(EVT, EVT) const override; in isTruncateFree() argument
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/
H A DSparcISelLowering.h90 MVT getScalarShiftAmountTy(const DataLayout &, EVT) const override { in getScalarShiftAmountTy() argument

123