/external/v8/src/ |
regexp-macro-assembler-irregexp-inl.h | 48 Expand(); 58 Expand(); 68 Expand();
|
/external/llvm/lib/Target/SystemZ/ |
SystemZISelLowering.cpp | 67 setLoadExtAction(ISD::SEXTLOAD, MVT::f32, Expand); 68 setLoadExtAction(ISD::ZEXTLOAD, MVT::f32, Expand); 69 setLoadExtAction(ISD::EXTLOAD, MVT::f32, Expand); 71 setLoadExtAction(ISD::SEXTLOAD, MVT::f64, Expand); 72 setLoadExtAction(ISD::ZEXTLOAD, MVT::f64, Expand); 73 setLoadExtAction(ISD::EXTLOAD, MVT::f64, Expand); 85 setOperationAction(ISD::BR_JT, MVT::Other, Expand); 86 setOperationAction(ISD::BRCOND, MVT::Other, Expand); 95 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i64, Expand); 97 setOperationAction(ISD::SDIV, MVT::i32, Expand); [all...] |
/external/llvm/lib/Target/MBlaze/ |
MBlazeISelLowering.cpp | 71 setOperationAction(ISD::FREM, MVT::f32, Expand); 72 setOperationAction(ISD::FMA, MVT::f32, Expand); 73 setOperationAction(ISD::UINT_TO_FP, MVT::i8, Expand); 74 setOperationAction(ISD::UINT_TO_FP, MVT::i16, Expand); 75 setOperationAction(ISD::UINT_TO_FP, MVT::i32, Expand); 76 setOperationAction(ISD::FP_TO_UINT, MVT::i32, Expand); 77 setOperationAction(ISD::FP_ROUND, MVT::f32, Expand); 78 setOperationAction(ISD::FP_ROUND, MVT::f64, Expand); 79 setOperationAction(ISD::FCOPYSIGN, MVT::f32, Expand); 80 setOperationAction(ISD::FCOPYSIGN, MVT::f64, Expand); [all...] |
/external/clang/lib/CodeGen/ |
ABIInfo.h | 60 /// Expand - Only valid for aggregate argument types. The structure should 62 /// Currently expand is only allowed on structures whose fields 64 Expand, 66 KindFirst=Direct, KindLast=Expand 97 return ABIArgInfo(Expand); 105 bool isExpand() const { return TheKind == Expand; }
|
/external/ppp/pppd/ |
pppcrypt.c | 78 Expand(in, out) 93 /* The inverse of Expand 120 Expand(des_key, crypt_key); 135 Expand(clear, des_input); 151 Expand(cipher, des_input);
|
/external/llvm/lib/Target/Alpha/ |
AlphaISelLowering.cpp | 61 setLoadExtAction(ISD::EXTLOAD, MVT::f32, Expand); 64 setLoadExtAction(ISD::ZEXTLOAD, MVT::i32, Expand); 67 setLoadExtAction(ISD::SEXTLOAD, MVT::i8, Expand); 68 setLoadExtAction(ISD::SEXTLOAD, MVT::i16, Expand); 70 setTruncStoreAction(MVT::f64, MVT::f32, Expand); 72 // setOperationAction(ISD::BRIND, MVT::Other, Expand); 73 setOperationAction(ISD::BR_JT, MVT::Other, Expand); 74 setOperationAction(ISD::BR_CC, MVT::Other, Expand); 75 setOperationAction(ISD::SELECT_CC, MVT::Other, Expand); 77 setOperationAction(ISD::SIGN_EXTEND_INREG, MVT::i1, Expand); [all...] |
/external/llvm/lib/Target/Blackfin/ |
BlackfinISelLowering.cpp | 62 setOperationAction(ISD::SELECT_CC, MVT::Other, Expand); 63 setOperationAction(ISD::BR_JT, MVT::Other, Expand); 64 setOperationAction(ISD::BR_CC, MVT::Other, Expand); 78 setOperationAction(ISD::SDIV, MVT::i16, Expand); 79 setOperationAction(ISD::SDIV, MVT::i32, Expand); 80 setOperationAction(ISD::SDIVREM, MVT::i16, Expand); 81 setOperationAction(ISD::SDIVREM, MVT::i32, Expand); 82 setOperationAction(ISD::SREM, MVT::i16, Expand); 83 setOperationAction(ISD::SREM, MVT::i32, Expand); 84 setOperationAction(ISD::UDIV, MVT::i16, Expand); [all...] |
/external/llvm/lib/Target/PTX/ |
PTXISelLowering.cpp | 58 setLoadExtAction(ISD::EXTLOAD, MVT::i16, Expand); 59 setLoadExtAction(ISD::ZEXTLOAD, MVT::i16, Expand); 60 setLoadExtAction(ISD::SEXTLOAD, MVT::i16, Expand); 64 setLoadExtAction(ISD::EXTLOAD, MVT::f32, Expand); 68 setTruncStoreAction(MVT::f64, MVT::f32, Expand); 72 setOperationAction(ISD::SIGN_EXTEND_INREG, MVT::i1, Expand); 76 setOperationAction(ISD::BR_CC, MVT::Other, Expand); 80 setOperationAction(ISD::SELECT_CC, MVT::Other, Expand); 81 setOperationAction(ISD::SELECT_CC, MVT::f32, Expand); 82 setOperationAction(ISD::SELECT_CC, MVT::f64, Expand); [all...] |
/external/llvm/lib/Target/Sparc/ |
SparcISelLowering.cpp | 698 setLoadExtAction(ISD::EXTLOAD, MVT::f32, Expand); 702 setTruncStoreAction(MVT::f64, MVT::f32, Expand); 710 setOperationAction(ISD::SIGN_EXTEND_INREG, MVT::i16, Expand); 711 setOperationAction(ISD::SIGN_EXTEND_INREG, MVT::i8 , Expand); 712 setOperationAction(ISD::SIGN_EXTEND_INREG, MVT::i1 , Expand); 715 setOperationAction(ISD::UREM, MVT::i32, Expand); 716 setOperationAction(ISD::SREM, MVT::i32, Expand); 717 setOperationAction(ISD::SDIVREM, MVT::i32, Expand); 718 setOperationAction(ISD::UDIVREM, MVT::i32, Expand); 720 // Custom expand fp<->sin [all...] |
/external/llvm/lib/Target/MSP430/ |
MSP430ISelLowering.cpp | 91 setLoadExtAction(ISD::SEXTLOAD, MVT::i8, Expand); 92 setLoadExtAction(ISD::SEXTLOAD, MVT::i16, Expand); 95 setTruncStoreAction(MVT::i16, MVT::i8, Expand); 103 setOperationAction(ISD::ROTL, MVT::i8, Expand); 104 setOperationAction(ISD::ROTR, MVT::i8, Expand); 105 setOperationAction(ISD::ROTL, MVT::i16, Expand); 106 setOperationAction(ISD::ROTR, MVT::i16, Expand); 110 setOperationAction(ISD::BR_JT, MVT::Other, Expand); 113 setOperationAction(ISD::BRCOND, MVT::Other, Expand); 116 setOperationAction(ISD::SELECT, MVT::i8, Expand); [all...] |
/external/llvm/lib/Target/CellSPU/ |
SPUISelLowering.cpp | 53 //! Expand a library call into an actual call DAG node 120 setLoadExtAction(ISD::EXTLOAD, MVT::f32, Expand); 121 setLoadExtAction(ISD::EXTLOAD, MVT::f64, Expand); 123 setTruncStoreAction(MVT::i128, MVT::i64, Expand); 124 setTruncStoreAction(MVT::i128, MVT::i32, Expand); 125 setTruncStoreAction(MVT::i128, MVT::i16, Expand); 126 setTruncStoreAction(MVT::i128, MVT::i8, Expand); 128 setTruncStoreAction(MVT::f64, MVT::f32, Expand); 147 setTruncStoreAction(VT, StoreVT, Expand); 160 setTruncStoreAction(VT, StoreVT, Expand); [all...] |
/external/webkit/LayoutTests/fast/js/resources/ |
string-concatenate-outofmemory.js | 5 shouldThrow('s = "a"; while (1) { s += s; }', '"Error: Out of memory"'); // Expand at end of string 6 shouldThrow('s = "a"; while (1) { s += ("a" + s); }', '"Error: Out of memory"'); // Expand at beginning of string 7 shouldThrow('s = "a"; while (1) { s = [s, s].join(); }', '"Error: Out of memory"'); // Expand using UString::append. 25 s += s; // This will expand the string at the end using UString::expandCapacity 35 s += t; // This will expand the string at the beginning using UString::expandPreCapacity 47 s = [s, s].join(); // This will expand the string using UString::append.
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
arcsort.h | 124 Expand(s); 130 Expand(s); 136 Expand(s); 146 Expand(s); 150 void Expand(StateId s) { 270 fst.impl_->Expand(s);
|
rmepsilon.h | 69 void Expand(StateId s); 137 void RmEpsilonState<Arc,Queue>::Expand(typename Arc::StateId source) { 249 rmeps_state.Expand(state); 358 Expand(s); 365 Expand(s); 371 Expand(s); 377 Expand(s); 383 Expand(s); 387 void Expand(StateId s) { 388 rmeps_state_.Expand(s) [all...] |
factor-weight.h | 206 Expand(s); 212 Expand(s); 218 Expand(s); 224 Expand(s); 255 void Expand(StateId s) { 433 fst.impl_->Expand(s);
|
relabel.h | 248 Expand(s); 255 Expand(s); 262 Expand(s); 269 Expand(s); 274 void Expand(StateId s) { 452 fst.impl_->Expand(s);
|
synchronize.h | 120 Expand(s); 126 Expand(s); 132 Expand(s); 138 Expand(s); 208 void Expand(StateId s) { 416 fst.impl_->Expand(s);
|
determinize.h | 165 virtual void Expand(StateId s) = 0; 169 Expand(s); 175 Expand(s); 181 Expand(s); 187 Expand(s); 288 virtual void Expand(StateId s) { 498 virtual void Expand(StateId s) { 664 fst.impl_->Expand(s);
|
replace.h | 257 Expand(s); 263 Expand(s); 269 Expand(s); 277 Expand(s); 296 void Expand(StateId s) { 320 if (arc.olabel == 0) { // expand local fst 644 fst.impl_->Expand(s);
|
/external/llvm/lib/Target/PowerPC/ |
PPCISelLowering.cpp | 87 setLoadExtAction(ISD::SEXTLOAD, MVT::i8, Expand); 89 setTruncStoreAction(MVT::f64, MVT::f32, Expand); 108 setOperationAction(ISD::SREM, MVT::i32, Expand); 109 setOperationAction(ISD::UREM, MVT::i32, Expand); 110 setOperationAction(ISD::SREM, MVT::i64, Expand); 111 setOperationAction(ISD::UREM, MVT::i64, Expand); 114 setOperationAction(ISD::UMUL_LOHI, MVT::i32, Expand); 115 setOperationAction(ISD::SMUL_LOHI, MVT::i32, Expand); 116 setOperationAction(ISD::UMUL_LOHI, MVT::i64, Expand); 117 setOperationAction(ISD::SMUL_LOHI, MVT::i64, Expand); [all...] |
/external/llvm/lib/Target/ARM/ |
ARMISelLowering.cpp | 112 setOperationAction(ISD::SINT_TO_FP, VT.getSimpleVT(), Expand); 113 setOperationAction(ISD::UINT_TO_FP, VT.getSimpleVT(), Expand); 114 setOperationAction(ISD::FP_TO_SINT, VT.getSimpleVT(), Expand); 115 setOperationAction(ISD::FP_TO_UINT, VT.getSimpleVT(), Expand); 121 setOperationAction(ISD::SELECT, VT.getSimpleVT(), Expand); 122 setOperationAction(ISD::SELECT_CC, VT.getSimpleVT(), Expand); 127 setLoadExtAction(ISD::SEXTLOAD, VT.getSimpleVT(), Expand); 128 setLoadExtAction(ISD::ZEXTLOAD, VT.getSimpleVT(), Expand); 132 (MVT::SimpleValueType)InnerVT, Expand); 134 setLoadExtAction(ISD::EXTLOAD, VT.getSimpleVT(), Expand); [all...] |
/external/chromium/chrome/browser/sidebar/ |
sidebar_container.h | 78 void Expand(); 147 // On the first expand sidebar will be automatically navigated to the default
|
sidebar_container.cc | 78 void SidebarContainer::Expand() {
|
/external/llvm/lib/Target/Mips/ |
MipsISelLowering.cpp | 93 setLoadExtAction(ISD::EXTLOAD, MVT::f32, Expand); 94 setTruncStoreAction(MVT::f64, MVT::f32, Expand); 115 setOperationAction(ISD::SDIV, MVT::i32, Expand); 116 setOperationAction(ISD::SREM, MVT::i32, Expand); 117 setOperationAction(ISD::UDIV, MVT::i32, Expand); 118 setOperationAction(ISD::UREM, MVT::i32, Expand); 121 setOperationAction(ISD::BR_JT, MVT::Other, Expand); 122 setOperationAction(ISD::BR_CC, MVT::Other, Expand); 123 setOperationAction(ISD::SELECT_CC, MVT::Other, Expand); 124 setOperationAction(ISD::UINT_TO_FP, MVT::i32, Expand); [all...] |
/external/llvm/lib/Target/X86/ |
X86ISelLowering.cpp | 275 setTruncStoreAction(MVT::i64, MVT::i32, Expand); 276 setTruncStoreAction(MVT::i64, MVT::i16, Expand); 277 setTruncStoreAction(MVT::i64, MVT::i8 , Expand); 278 setTruncStoreAction(MVT::i32, MVT::i16, Expand); 279 setTruncStoreAction(MVT::i32, MVT::i8 , Expand); 280 setTruncStoreAction(MVT::i16, MVT::i8, Expand); 283 setCondCodeAction(ISD::SETOEQ, MVT::f32, Expand); 284 setCondCodeAction(ISD::SETOEQ, MVT::f64, Expand); 285 setCondCodeAction(ISD::SETOEQ, MVT::f80, Expand); 286 setCondCodeAction(ISD::SETUNE, MVT::f32, Expand); [all...] |