Home
last modified time | relevance | path

Searched refs:Expand (Results 1 – 25 of 189) sorted by relevance

12345678

/external/mesa3d/src/gallium/drivers/radeon/
DAMDILISelLowering.cpp111 setOperationAction(ISD::SUBE, VT, Expand); in InitAMDILLowering()
112 setOperationAction(ISD::SUBC, VT, Expand); in InitAMDILLowering()
113 setOperationAction(ISD::ADDE, VT, Expand); in InitAMDILLowering()
114 setOperationAction(ISD::ADDC, VT, Expand); in InitAMDILLowering()
116 setOperationAction(ISD::BR_JT, VT, Expand); in InitAMDILLowering()
117 setOperationAction(ISD::BRIND, VT, Expand); in InitAMDILLowering()
119 setOperationAction(ISD::SREM, VT, Expand); in InitAMDILLowering()
120 setOperationAction(ISD::SMUL_LOHI, VT, Expand); in InitAMDILLowering()
121 setOperationAction(ISD::UMUL_LOHI, VT, Expand); in InitAMDILLowering()
130 setOperationAction(ISD::FP_ROUND_INREG, VT, Expand); in InitAMDILLowering()
[all …]
/external/skia/src/core/
DSkMipMap.cpp27 static Sk4h Expand(uint32_t x) { in Expand() function
39 static Sk4h Expand(uint32_t x) { in Expand() function
55 static uint32_t Expand(uint16_t x) { in Expand() function
65 static uint32_t Expand(uint16_t x) { in Expand() function
75 static unsigned Expand(unsigned x) { in Expand() function
85 static Sk4f Expand(uint64_t x) { in Expand() function
135 auto c00 = F::Expand(p0[0]); in downsample_1_2()
136 auto c10 = F::Expand(p1[0]); in downsample_1_2()
153 auto c00 = F::Expand(p0[0]); in downsample_1_3()
154 auto c10 = F::Expand(p1[0]); in downsample_1_3()
[all …]
/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
DSystemZISelLowering.cpp67 setLoadExtAction(ISD::SEXTLOAD, MVT::f32, Expand); in SystemZTargetLowering()
68 setLoadExtAction(ISD::ZEXTLOAD, MVT::f32, Expand); in SystemZTargetLowering()
69 setLoadExtAction(ISD::EXTLOAD, MVT::f32, Expand); in SystemZTargetLowering()
71 setLoadExtAction(ISD::SEXTLOAD, MVT::f64, Expand); in SystemZTargetLowering()
72 setLoadExtAction(ISD::ZEXTLOAD, MVT::f64, Expand); in SystemZTargetLowering()
73 setLoadExtAction(ISD::EXTLOAD, MVT::f64, Expand); in SystemZTargetLowering()
86 setOperationAction(ISD::BR_JT, MVT::Other, Expand); in SystemZTargetLowering()
87 setOperationAction(ISD::BRCOND, MVT::Other, Expand); in SystemZTargetLowering()
96 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i64, Expand); in SystemZTargetLowering()
98 setOperationAction(ISD::SDIV, MVT::i32, Expand); in SystemZTargetLowering()
[all …]
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
DMBlazeISelLowering.cpp72 setOperationAction(ISD::FREM, MVT::f32, Expand); in MBlazeTargetLowering()
73 setOperationAction(ISD::FMA, MVT::f32, Expand); in MBlazeTargetLowering()
74 setOperationAction(ISD::UINT_TO_FP, MVT::i8, Expand); in MBlazeTargetLowering()
75 setOperationAction(ISD::UINT_TO_FP, MVT::i16, Expand); in MBlazeTargetLowering()
76 setOperationAction(ISD::UINT_TO_FP, MVT::i32, Expand); in MBlazeTargetLowering()
77 setOperationAction(ISD::FP_TO_UINT, MVT::i32, Expand); in MBlazeTargetLowering()
78 setOperationAction(ISD::FP_ROUND, MVT::f32, Expand); in MBlazeTargetLowering()
79 setOperationAction(ISD::FP_ROUND, MVT::f64, Expand); in MBlazeTargetLowering()
80 setOperationAction(ISD::FCOPYSIGN, MVT::f32, Expand); in MBlazeTargetLowering()
81 setOperationAction(ISD::FCOPYSIGN, MVT::f64, Expand); in MBlazeTargetLowering()
[all …]
/external/swiftshader/third_party/LLVM/lib/Target/Blackfin/
DBlackfinISelLowering.cpp63 setOperationAction(ISD::SELECT_CC, MVT::Other, Expand); in BlackfinTargetLowering()
64 setOperationAction(ISD::BR_JT, MVT::Other, Expand); in BlackfinTargetLowering()
65 setOperationAction(ISD::BR_CC, MVT::Other, Expand); in BlackfinTargetLowering()
79 setOperationAction(ISD::SDIV, MVT::i16, Expand); in BlackfinTargetLowering()
80 setOperationAction(ISD::SDIV, MVT::i32, Expand); in BlackfinTargetLowering()
81 setOperationAction(ISD::SDIVREM, MVT::i16, Expand); in BlackfinTargetLowering()
82 setOperationAction(ISD::SDIVREM, MVT::i32, Expand); in BlackfinTargetLowering()
83 setOperationAction(ISD::SREM, MVT::i16, Expand); in BlackfinTargetLowering()
84 setOperationAction(ISD::SREM, MVT::i32, Expand); in BlackfinTargetLowering()
85 setOperationAction(ISD::UDIV, MVT::i16, Expand); in BlackfinTargetLowering()
[all …]
/external/llvm/lib/Target/BPF/
DBPFISelLowering.cpp67 setOperationAction(ISD::BR_JT, MVT::Other, Expand); in BPFTargetLowering()
68 setOperationAction(ISD::BRIND, MVT::Other, Expand); in BPFTargetLowering()
69 setOperationAction(ISD::BRCOND, MVT::Other, Expand); in BPFTargetLowering()
70 setOperationAction(ISD::SETCC, MVT::i64, Expand); in BPFTargetLowering()
71 setOperationAction(ISD::SELECT, MVT::i64, Expand); in BPFTargetLowering()
77 setOperationAction(ISD::STACKSAVE, MVT::Other, Expand); in BPFTargetLowering()
78 setOperationAction(ISD::STACKRESTORE, MVT::Other, Expand); in BPFTargetLowering()
80 setOperationAction(ISD::SDIVREM, MVT::i64, Expand); in BPFTargetLowering()
81 setOperationAction(ISD::UDIVREM, MVT::i64, Expand); in BPFTargetLowering()
82 setOperationAction(ISD::SREM, MVT::i64, Expand); in BPFTargetLowering()
[all …]
/external/swiftshader/third_party/LLVM/lib/Target/MSP430/
DMSP430ISelLowering.cpp92 setLoadExtAction(ISD::SEXTLOAD, MVT::i8, Expand); in MSP430TargetLowering()
93 setLoadExtAction(ISD::SEXTLOAD, MVT::i16, Expand); in MSP430TargetLowering()
96 setTruncStoreAction(MVT::i16, MVT::i8, Expand); in MSP430TargetLowering()
104 setOperationAction(ISD::ROTL, MVT::i8, Expand); in MSP430TargetLowering()
105 setOperationAction(ISD::ROTR, MVT::i8, Expand); in MSP430TargetLowering()
106 setOperationAction(ISD::ROTL, MVT::i16, Expand); in MSP430TargetLowering()
107 setOperationAction(ISD::ROTR, MVT::i16, Expand); in MSP430TargetLowering()
111 setOperationAction(ISD::BR_JT, MVT::Other, Expand); in MSP430TargetLowering()
114 setOperationAction(ISD::BRCOND, MVT::Other, Expand); in MSP430TargetLowering()
117 setOperationAction(ISD::SELECT, MVT::i8, Expand); in MSP430TargetLowering()
[all …]
/external/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.cpp101 setLoadExtAction(ISD::EXTLOAD, MVT::i64, VT, Expand); in AMDGPUTargetLowering()
102 setLoadExtAction(ISD::SEXTLOAD, MVT::i64, VT, Expand); in AMDGPUTargetLowering()
103 setLoadExtAction(ISD::ZEXTLOAD, MVT::i64, VT, Expand); in AMDGPUTargetLowering()
113 setLoadExtAction(ISD::SEXTLOAD, VT, MVT::i32, Expand); in AMDGPUTargetLowering()
118 setLoadExtAction(ISD::ZEXTLOAD, VT, MVT::i32, Expand); in AMDGPUTargetLowering()
123 setLoadExtAction(ISD::EXTLOAD, VT, MVT::i32, Expand); in AMDGPUTargetLowering()
127 setLoadExtAction(ISD::EXTLOAD, VT, MVT::v2i8, Expand); in AMDGPUTargetLowering()
128 setLoadExtAction(ISD::SEXTLOAD, VT, MVT::v2i8, Expand); in AMDGPUTargetLowering()
129 setLoadExtAction(ISD::ZEXTLOAD, VT, MVT::v2i8, Expand); in AMDGPUTargetLowering()
130 setLoadExtAction(ISD::EXTLOAD, VT, MVT::v4i8, Expand); in AMDGPUTargetLowering()
[all …]
/external/swiftshader/third_party/LLVM/lib/Target/Alpha/
DAlphaISelLowering.cpp62 setLoadExtAction(ISD::EXTLOAD, MVT::f32, Expand); in AlphaTargetLowering()
65 setLoadExtAction(ISD::ZEXTLOAD, MVT::i32, Expand); in AlphaTargetLowering()
68 setLoadExtAction(ISD::SEXTLOAD, MVT::i8, Expand); in AlphaTargetLowering()
69 setLoadExtAction(ISD::SEXTLOAD, MVT::i16, Expand); in AlphaTargetLowering()
71 setTruncStoreAction(MVT::f64, MVT::f32, Expand); in AlphaTargetLowering()
74 setOperationAction(ISD::BR_JT, MVT::Other, Expand); in AlphaTargetLowering()
75 setOperationAction(ISD::BR_CC, MVT::Other, Expand); in AlphaTargetLowering()
76 setOperationAction(ISD::SELECT_CC, MVT::Other, Expand); in AlphaTargetLowering()
78 setOperationAction(ISD::SIGN_EXTEND_INREG, MVT::i1, Expand); in AlphaTargetLowering()
80 setOperationAction(ISD::FREM, MVT::f32, Expand); in AlphaTargetLowering()
[all …]
/external/llvm/lib/Target/MSP430/
DMSP430ISelLowering.cpp84 setLoadExtAction(ISD::SEXTLOAD, VT, MVT::i8, Expand); in MSP430TargetLowering()
85 setLoadExtAction(ISD::SEXTLOAD, VT, MVT::i16, Expand); in MSP430TargetLowering()
89 setTruncStoreAction(MVT::i16, MVT::i8, Expand); in MSP430TargetLowering()
97 setOperationAction(ISD::ROTL, MVT::i8, Expand); in MSP430TargetLowering()
98 setOperationAction(ISD::ROTR, MVT::i8, Expand); in MSP430TargetLowering()
99 setOperationAction(ISD::ROTL, MVT::i16, Expand); in MSP430TargetLowering()
100 setOperationAction(ISD::ROTR, MVT::i16, Expand); in MSP430TargetLowering()
104 setOperationAction(ISD::BR_JT, MVT::Other, Expand); in MSP430TargetLowering()
107 setOperationAction(ISD::BRCOND, MVT::Other, Expand); in MSP430TargetLowering()
110 setOperationAction(ISD::SELECT, MVT::i8, Expand); in MSP430TargetLowering()
[all …]
/external/swiftshader/third_party/LLVM/lib/Target/Sparc/
DSparcISelLowering.cpp698 setLoadExtAction(ISD::EXTLOAD, MVT::f32, Expand); in SparcTargetLowering()
702 setTruncStoreAction(MVT::f64, MVT::f32, Expand); in SparcTargetLowering()
710 setOperationAction(ISD::SIGN_EXTEND_INREG, MVT::i16, Expand); in SparcTargetLowering()
711 setOperationAction(ISD::SIGN_EXTEND_INREG, MVT::i8 , Expand); in SparcTargetLowering()
712 setOperationAction(ISD::SIGN_EXTEND_INREG, MVT::i1 , Expand); in SparcTargetLowering()
715 setOperationAction(ISD::UREM, MVT::i32, Expand); in SparcTargetLowering()
716 setOperationAction(ISD::SREM, MVT::i32, Expand); in SparcTargetLowering()
717 setOperationAction(ISD::SDIVREM, MVT::i32, Expand); in SparcTargetLowering()
718 setOperationAction(ISD::UDIVREM, MVT::i32, Expand); in SparcTargetLowering()
725 setOperationAction(ISD::FP_TO_UINT, MVT::i32, Expand); in SparcTargetLowering()
[all …]
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
DSPUISelLowering.cpp120 setLoadExtAction(ISD::EXTLOAD, MVT::f32, Expand); in SPUTargetLowering()
121 setLoadExtAction(ISD::EXTLOAD, MVT::f64, Expand); in SPUTargetLowering()
123 setTruncStoreAction(MVT::i128, MVT::i64, Expand); in SPUTargetLowering()
124 setTruncStoreAction(MVT::i128, MVT::i32, Expand); in SPUTargetLowering()
125 setTruncStoreAction(MVT::i128, MVT::i16, Expand); in SPUTargetLowering()
126 setTruncStoreAction(MVT::i128, MVT::i8, Expand); in SPUTargetLowering()
128 setTruncStoreAction(MVT::f64, MVT::f32, Expand); in SPUTargetLowering()
147 setTruncStoreAction(VT, StoreVT, Expand); in SPUTargetLowering()
160 setTruncStoreAction(VT, StoreVT, Expand); in SPUTargetLowering()
165 setOperationAction(ISD::BR_JT, MVT::Other, Expand); in SPUTargetLowering()
[all …]
/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp858 setIndexedLoadAction(IM, VT, Expand); in initActions()
859 setIndexedStoreAction(IM, VT, Expand); in initActions()
863 setOperationAction(ISD::ATOMIC_CMP_SWAP_WITH_SUCCESS, VT, Expand); in initActions()
866 setOperationAction(ISD::FGETSIGN, VT, Expand); in initActions()
867 setOperationAction(ISD::CONCAT_VECTORS, VT, Expand); in initActions()
868 setOperationAction(ISD::FMINNUM, VT, Expand); in initActions()
869 setOperationAction(ISD::FMAXNUM, VT, Expand); in initActions()
870 setOperationAction(ISD::FMINNAN, VT, Expand); in initActions()
871 setOperationAction(ISD::FMAXNAN, VT, Expand); in initActions()
872 setOperationAction(ISD::FMAD, VT, Expand); in initActions()
[all …]
/external/webrtc/webrtc/modules/audio_coding/neteq/
Dexpand.h33 class Expand {
35 Expand(BackgroundNoise* background_noise,
42 virtual ~Expand();
143 RTC_DISALLOW_COPY_AND_ASSIGN(Expand);
150 virtual Expand* Create(BackgroundNoise* background_noise,
Dexpand_unittest.cc27 TEST(Expand, CreateAndDestroy) { in TEST() argument
34 Expand expand(&bgn, &sync_buffer, &random_vector, &statistics, fs, channels); in TEST()
37 TEST(Expand, CreateUsingFactory) { in TEST() argument
45 Expand* expand = expand_factory.Create(&bgn, &sync_buffer, &random_vector, in TEST()
108 Expand expand_;
Dexpand.cc29 Expand::Expand(BackgroundNoise* background_noise, in Expand() function in webrtc::Expand
56 Expand::~Expand() = default;
58 void Expand::Reset() { in Reset()
68 int Expand::Process(AudioMultiVector* output) { in Process()
315 void Expand::SetParametersForNormalAfterExpand() { in SetParametersForNormalAfterExpand()
323 void Expand::SetParametersForMergeAfterExpand() { in SetParametersForMergeAfterExpand()
329 size_t Expand::overlap_length() const { in overlap_length()
333 void Expand::InitializeForAnExpandPeriod() { in InitializeForAnExpandPeriod()
347 bool Expand::TooManyExpands() { in TooManyExpands()
351 void Expand::AnalyzeSignal(int16_t* random_vector) { in AnalyzeSignal()
[all …]
Dnormal.h28 class Expand; variable
37 Expand* expand) in Normal()
62 Expand* expand_;
Dmerge.h23 class Expand; variable
38 Expand* expand,
93 Expand* expand_;
/external/v8/src/regexp/
Dregexp-macro-assembler-irregexp-inl.h21 Expand(); in Emit()
31 Expand(); in Emit16()
41 Expand(); in Emit8()
51 Expand(); in Emit32()
/external/llvm/lib/Target/Mips/
DMips16ISelLowering.cpp131 setOperationAction(ISD::ATOMIC_FENCE, MVT::Other, Expand); in Mips16TargetLowering()
132 setOperationAction(ISD::ATOMIC_CMP_SWAP, MVT::i32, Expand); in Mips16TargetLowering()
133 setOperationAction(ISD::ATOMIC_SWAP, MVT::i32, Expand); in Mips16TargetLowering()
134 setOperationAction(ISD::ATOMIC_LOAD_ADD, MVT::i32, Expand); in Mips16TargetLowering()
135 setOperationAction(ISD::ATOMIC_LOAD_SUB, MVT::i32, Expand); in Mips16TargetLowering()
136 setOperationAction(ISD::ATOMIC_LOAD_AND, MVT::i32, Expand); in Mips16TargetLowering()
137 setOperationAction(ISD::ATOMIC_LOAD_OR, MVT::i32, Expand); in Mips16TargetLowering()
138 setOperationAction(ISD::ATOMIC_LOAD_XOR, MVT::i32, Expand); in Mips16TargetLowering()
139 setOperationAction(ISD::ATOMIC_LOAD_NAND, MVT::i32, Expand); in Mips16TargetLowering()
140 setOperationAction(ISD::ATOMIC_LOAD_MIN, MVT::i32, Expand); in Mips16TargetLowering()
[all …]
/external/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp1499 setOperationAction(Op, MVT::v2i32, Expand); in SparcTargetLowering()
1503 setLoadExtAction(ISD::SEXTLOAD, VT, MVT::v2i32, Expand); in SparcTargetLowering()
1504 setLoadExtAction(ISD::ZEXTLOAD, VT, MVT::v2i32, Expand); in SparcTargetLowering()
1505 setLoadExtAction(ISD::EXTLOAD, VT, MVT::v2i32, Expand); in SparcTargetLowering()
1507 setLoadExtAction(ISD::SEXTLOAD, MVT::v2i32, VT, Expand); in SparcTargetLowering()
1508 setLoadExtAction(ISD::ZEXTLOAD, MVT::v2i32, VT, Expand); in SparcTargetLowering()
1509 setLoadExtAction(ISD::EXTLOAD, MVT::v2i32, VT, Expand); in SparcTargetLowering()
1511 setTruncStoreAction(VT, MVT::v2i32, Expand); in SparcTargetLowering()
1512 setTruncStoreAction(MVT::v2i32, VT, Expand); in SparcTargetLowering()
1531 setLoadExtAction(ISD::EXTLOAD, VT, MVT::f32, Expand); in SparcTargetLowering()
[all …]
/external/webrtc/webrtc/modules/audio_coding/neteq/mock/
Dmock_expand.h20 class MockExpand : public Expand {
28 : Expand(background_noise, in MockExpand()
55 Expand*(BackgroundNoise* background_noise,
/external/swiftshader/third_party/LLVM/lib/Target/PTX/
DPTXISelLowering.cpp55 setLoadExtAction(ISD::EXTLOAD, MVT::i16, Expand); in PTXTargetLowering()
56 setLoadExtAction(ISD::ZEXTLOAD, MVT::i16, Expand); in PTXTargetLowering()
57 setLoadExtAction(ISD::SEXTLOAD, MVT::i16, Expand); in PTXTargetLowering()
61 setLoadExtAction(ISD::EXTLOAD, MVT::f32, Expand); in PTXTargetLowering()
65 setTruncStoreAction(MVT::f64, MVT::f32, Expand); in PTXTargetLowering()
69 setOperationAction(ISD::SIGN_EXTEND_INREG, MVT::i1, Expand); in PTXTargetLowering()
73 setOperationAction(ISD::BR_CC, MVT::Other, Expand); in PTXTargetLowering()
77 setOperationAction(ISD::SELECT_CC, MVT::Other, Expand); in PTXTargetLowering()
78 setOperationAction(ISD::SELECT_CC, MVT::f32, Expand); in PTXTargetLowering()
79 setOperationAction(ISD::SELECT_CC, MVT::f64, Expand); in PTXTargetLowering()
/external/protobuf/objectivec/DevTools/
Dpddm_tests.py224 result = mc.Expand(input_str)
237 self.assertEqual(mc.Expand('bar(xYz)'), 'xYz- -xYz-xyz-XYz-XYZ')
238 self.assertEqual(mc.Expand('bar(MnoP)'), 'MnoP- -mnoP-mnop-MnoP-MNOP')
240 self.assertEqual(mc.Expand('bar()'), '-----')
269 result = mc.Expand(input_str)
301 self.assertEqual(mc.Expand('StartIt()'), expected)
313 result = mc.Expand('foo(A,B)')
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
DMipsISelLowering.cpp115 setLoadExtAction(ISD::EXTLOAD, MVT::f32, Expand); in MipsTargetLowering()
116 setTruncStoreAction(MVT::f64, MVT::f32, Expand); in MipsTargetLowering()
138 setOperationAction(ISD::SDIV, MVT::i32, Expand); in MipsTargetLowering()
139 setOperationAction(ISD::SREM, MVT::i32, Expand); in MipsTargetLowering()
140 setOperationAction(ISD::UDIV, MVT::i32, Expand); in MipsTargetLowering()
141 setOperationAction(ISD::UREM, MVT::i32, Expand); in MipsTargetLowering()
142 setOperationAction(ISD::SDIV, MVT::i64, Expand); in MipsTargetLowering()
143 setOperationAction(ISD::SREM, MVT::i64, Expand); in MipsTargetLowering()
144 setOperationAction(ISD::UDIV, MVT::i64, Expand); in MipsTargetLowering()
145 setOperationAction(ISD::UREM, MVT::i64, Expand); in MipsTargetLowering()
[all …]

12345678