/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | ValueTypes.h | 35 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 D | VEISelLowering.h | 61 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 D | se_event_quad.S | 30 #define EVT 0xFFE02000 macro
|
H A D | se_brtarget_stall.S | 30 #define EVT 0xFFE02000 macro
|
H A D | se_stall_if2.S | 30 #define EVT 0xFFE02000 macro
|
H A D | c_interr_timer_tcount.S | 32 #define EVT 0xFFE02000 macro
|
H A D | se_oneins_zoff.S | 30 #define EVT 0xFFE02000 macro
|
H A D | c_interr_timer_reload.S | 32 #define EVT 0xFFE02000 macro
|
H A D | c_interr_disable.S | 32 #define EVT 0xFFE02000 macro
|
H A D | c_progctrl_clisti_interr.S | 32 #define EVT 0xFFE02000 macro
|
H A D | c_interr_pending.S | 32 #define EVT 0xFFE02000 macro
|
H A D | c_interr_timer.S | 32 #define EVT 0xFFE02000 macro
|
H A D | c_interr_timer_tscale.S | 32 #define EVT 0xFFE02000 macro
|
H A D | c_interr_disable_enable.S | 32 #define EVT 0xFFE02000 macro
|
H A D | c_interr_pending_2.S | 22 #define EVT 0xFFE02000 macro
|
H A D | se_loop_kill_01.S | 30 #define EVT 0xFFE02000 macro
|
H A D | se_loop_kill.S | 30 #define EVT 0xFFE02000 macro
|
H A D | se_more_ret_haz.S | 23 #define EVT 0xFFE02000 macro
|
H A D | se_misaligned_fetch.S | 23 #define EVT 0xFFE02000 macro
|
H A D | c_except_sys_sstep.S | 18 #define EVT 0xFFE02000 macro
|
H A D | c_progctrl_csync_mmr.S | 28 #define EVT 0xFFE02000 macro
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/ |
H A D | MSP430ISelLowering.h | 78 MVT getScalarShiftAmountTy(const DataLayout &, EVT) const override { in getScalarShiftAmountTy() argument
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/XCore/ |
H A D | XCoreISelLowering.h | 102 MVT getScalarShiftAmountTy(const DataLayout &DL, EVT) const override { in getScalarShiftAmountTy() argument
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelLowering.h | 400 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 D | SparcISelLowering.h | 90 MVT getScalarShiftAmountTy(const DataLayout &, EVT) const override { in getScalarShiftAmountTy() argument
|