Home
last modified time | relevance | path

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

1234567

/external/llvm/lib/Target/R600/
DAMDILISelLowering.cpp100 setOperationAction(ISD::SUBE, VT, Expand); in InitAMDILLowering()
101 setOperationAction(ISD::SUBC, VT, Expand); in InitAMDILLowering()
102 setOperationAction(ISD::ADDE, VT, Expand); in InitAMDILLowering()
103 setOperationAction(ISD::ADDC, VT, Expand); in InitAMDILLowering()
105 setOperationAction(ISD::BR_JT, VT, Expand); in InitAMDILLowering()
106 setOperationAction(ISD::BRIND, VT, Expand); in InitAMDILLowering()
108 setOperationAction(ISD::SREM, VT, Expand); in InitAMDILLowering()
109 setOperationAction(ISD::SMUL_LOHI, VT, Expand); in InitAMDILLowering()
110 setOperationAction(ISD::UMUL_LOHI, VT, Expand); in InitAMDILLowering()
119 setOperationAction(ISD::FP_ROUND_INREG, VT, Expand); in InitAMDILLowering()
[all …]
DAMDGPUISelLowering.cpp54 setOperationAction(ISD::ROTL, MVT::i32, Expand); in AMDGPUTargetLowering()
82 setOperationAction(ISD::EXTRACT_SUBVECTOR, MVT::v2i32, Expand); in AMDGPUTargetLowering()
83 setOperationAction(ISD::EXTRACT_SUBVECTOR, MVT::v2f32, Expand); in AMDGPUTargetLowering()
85 setOperationAction(ISD::FNEG, MVT::v2f32, Expand); in AMDGPUTargetLowering()
86 setOperationAction(ISD::FNEG, MVT::v4f32, Expand); in AMDGPUTargetLowering()
88 setOperationAction(ISD::MUL, MVT::i64, Expand); in AMDGPUTargetLowering()
90 setOperationAction(ISD::UDIV, MVT::i32, Expand); in AMDGPUTargetLowering()
92 setOperationAction(ISD::UREM, MVT::i32, Expand); in AMDGPUTargetLowering()
93 setOperationAction(ISD::VSELECT, MVT::v2f32, Expand); in AMDGPUTargetLowering()
94 setOperationAction(ISD::VSELECT, MVT::v4f32, Expand); in AMDGPUTargetLowering()
[all …]
/external/chromium_org/third_party/mesa/src/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/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/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp1082 setOperationAction(ISD::SDIV, MVT::i32, Expand); in HexagonTargetLowering()
1084 setOperationAction(ISD::SREM, MVT::i32, Expand); in HexagonTargetLowering()
1087 setOperationAction(ISD::SDIV, MVT::i64, Expand); in HexagonTargetLowering()
1089 setOperationAction(ISD::SREM, MVT::i64, Expand); in HexagonTargetLowering()
1092 setOperationAction(ISD::UDIV, MVT::i32, Expand); in HexagonTargetLowering()
1095 setOperationAction(ISD::UDIV, MVT::i64, Expand); in HexagonTargetLowering()
1098 setOperationAction(ISD::UREM, MVT::i32, Expand); in HexagonTargetLowering()
1101 setOperationAction(ISD::UREM, MVT::i64, Expand); in HexagonTargetLowering()
1104 setOperationAction(ISD::FDIV, MVT::f32, Expand); in HexagonTargetLowering()
1107 setOperationAction(ISD::FDIV, MVT::f64, Expand); in HexagonTargetLowering()
[all …]
/external/llvm/lib/Target/MSP430/
DMSP430ISelLowering.cpp89 setLoadExtAction(ISD::SEXTLOAD, MVT::i8, Expand); in MSP430TargetLowering()
90 setLoadExtAction(ISD::SEXTLOAD, MVT::i16, Expand); in MSP430TargetLowering()
93 setTruncStoreAction(MVT::i16, MVT::i8, Expand); in MSP430TargetLowering()
101 setOperationAction(ISD::ROTL, MVT::i8, Expand); in MSP430TargetLowering()
102 setOperationAction(ISD::ROTR, MVT::i8, Expand); in MSP430TargetLowering()
103 setOperationAction(ISD::ROTL, MVT::i16, Expand); in MSP430TargetLowering()
104 setOperationAction(ISD::ROTR, MVT::i16, Expand); in MSP430TargetLowering()
108 setOperationAction(ISD::BR_JT, MVT::Other, Expand); in MSP430TargetLowering()
111 setOperationAction(ISD::BRCOND, MVT::Other, Expand); in MSP430TargetLowering()
114 setOperationAction(ISD::SELECT, MVT::i8, Expand); in MSP430TargetLowering()
[all …]
/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp678 setIndexedLoadAction(IM, (MVT::SimpleValueType)VT, Expand); in initActions()
679 setIndexedStoreAction(IM, (MVT::SimpleValueType)VT, Expand); in initActions()
683 setOperationAction(ISD::FGETSIGN, (MVT::SimpleValueType)VT, Expand); in initActions()
684 setOperationAction(ISD::CONCAT_VECTORS, (MVT::SimpleValueType)VT, Expand); in initActions()
688 setOperationAction(ISD::PREFETCH, MVT::Other, Expand); in initActions()
693 setOperationAction(ISD::ConstantFP, MVT::f16, Expand); in initActions()
694 setOperationAction(ISD::ConstantFP, MVT::f32, Expand); in initActions()
695 setOperationAction(ISD::ConstantFP, MVT::f64, Expand); in initActions()
696 setOperationAction(ISD::ConstantFP, MVT::f80, Expand); in initActions()
697 setOperationAction(ISD::ConstantFP, MVT::f128, Expand); in initActions()
[all …]
/external/chromium_org/v8/src/
Dregexp-macro-assembler-irregexp-inl.h48 Expand(); in Emit()
58 Expand(); in Emit16()
68 Expand(); in Emit8()
78 Expand(); in Emit32()
/external/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp1251 setLoadExtAction(ISD::EXTLOAD, MVT::f32, Expand); in SparcTargetLowering()
1255 setTruncStoreAction(MVT::f64, MVT::f32, Expand); in SparcTargetLowering()
1264 setOperationAction(ISD::SIGN_EXTEND_INREG, MVT::i16, Expand); in SparcTargetLowering()
1265 setOperationAction(ISD::SIGN_EXTEND_INREG, MVT::i8 , Expand); in SparcTargetLowering()
1266 setOperationAction(ISD::SIGN_EXTEND_INREG, MVT::i1 , Expand); in SparcTargetLowering()
1269 setOperationAction(ISD::UREM, MVT::i32, Expand); in SparcTargetLowering()
1270 setOperationAction(ISD::SREM, MVT::i32, Expand); in SparcTargetLowering()
1271 setOperationAction(ISD::SDIVREM, MVT::i32, Expand); in SparcTargetLowering()
1272 setOperationAction(ISD::UDIVREM, MVT::i32, Expand); in SparcTargetLowering()
1279 setOperationAction(ISD::FP_TO_UINT, MVT::i32, Expand); in SparcTargetLowering()
[all …]
/external/v8/src/
Dregexp-macro-assembler-irregexp-inl.h48 Expand(); in Emit()
58 Expand(); in Emit16()
68 Expand(); in Emit32()
/external/clang/lib/CodeGen/
DABIInfo.h67 Expand, enumerator
69 KindFirst=Direct, KindLast=Expand
117 return ABIArgInfo(Expand, 0, 0, false, false, false, false, 0); in getExpand()
121 return ABIArgInfo(Expand, 0, 0, false, false, false, PaddingInReg, in getExpandWithPadding()
130 bool isExpand() const { return TheKind == Expand; } in isExpand()
/external/ppp/pppd/
Dpppcrypt.c78 Expand(in, out) in Expand() function
120 Expand(des_key, crypt_key);
135 Expand(clear, des_input);
151 Expand(cipher, des_input);
/external/srec/tools/thirdparty/OpenFst/fst/lib/
Drmepsilon.h69 void Expand(StateId s);
137 void RmEpsilonState<Arc,Queue>::Expand(typename Arc::StateId source) { in Expand() function
249 rmeps_state.Expand(state); in RmEpsilon()
358 Expand(s); in Final()
365 Expand(s); in NumArcs()
371 Expand(s); in NumInputEpsilons()
377 Expand(s); in NumOutputEpsilons()
383 Expand(s); in InitArcIterator()
387 void Expand(StateId s) { in Expand() function
388 rmeps_state_.Expand(s); in Expand()
[all …]
Darcsort.h124 Expand(s); in NumArcs()
130 Expand(s); in NumInputEpsilons()
136 Expand(s); in NumOutputEpsilons()
146 Expand(s); in InitArcIterator()
150 void Expand(StateId s) { in Expand() function
270 fst.impl_->Expand(s); in ArcIterator()
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp87 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i64, Expand); in AArch64TargetLowering()
88 setOperationAction(ISD::STACKRESTORE, MVT::Other, Expand); in AArch64TargetLowering()
89 setOperationAction(ISD::STACKSAVE, MVT::Other, Expand); in AArch64TargetLowering()
119 setOperationAction(ISD::BR_JT, MVT::Other, Expand); in AArch64TargetLowering()
125 setOperationAction(ISD::VAEND, MVT::Other, Expand); in AArch64TargetLowering()
126 setOperationAction(ISD::VAARG, MVT::Other, Expand); in AArch64TargetLowering()
130 setOperationAction(ISD::ROTL, MVT::i32, Expand); in AArch64TargetLowering()
131 setOperationAction(ISD::ROTL, MVT::i64, Expand); in AArch64TargetLowering()
133 setOperationAction(ISD::UREM, MVT::i32, Expand); in AArch64TargetLowering()
134 setOperationAction(ISD::UREM, MVT::i64, Expand); in AArch64TargetLowering()
[all …]
/external/openfst/src/include/fst/
Drmepsilon.h84 void Expand(StateId s);
160 void RmEpsilonState<Arc,Queue>::Expand(typename Arc::StateId source) { in Expand() function
299 rmeps_state.Expand(state); in RmEpsilon()
441 Expand(s); in Final()
448 Expand(s); in NumArcs()
454 Expand(s); in NumInputEpsilons()
460 Expand(s); in NumOutputEpsilons()
476 Expand(s); in InitArcIterator()
480 void Expand(StateId s) { in Expand() function
481 rmeps_state_.Expand(s); in Expand()
[all …]
Dcompact-fst.h293 Arc arc = compactor.Expand(ncompacts_ - 1, in CompactFstData()
314 if (compactor.Expand(i, *it).ilabel != kNoLabel) in CompactFstData()
326 Arc arc = compactor.Expand(i, *it); in CompactFstData()
342 Arc arc = compactor.Expand(i, *it); in CompactFstData()
587 Expand(s); in NumInputEpsilons()
595 Expand(s); in NumOutputEpsilons()
670 Expand(s); in InitArcIterator()
675 return compactor_->Expand(s, data_->Compacts(i), f);
678 void Expand(StateId s) { in Expand() function
1077 arc_ = compactor_->Expand(s, *compacts_, kArcILabelValue); in ArcIterator()
[all …]
/external/llvm/lib/Target/Mips/
DMips16ISelLowering.cpp133 setOperationAction(ISD::ATOMIC_FENCE, MVT::Other, Expand); in Mips16TargetLowering()
134 setOperationAction(ISD::ATOMIC_CMP_SWAP, MVT::i32, Expand); in Mips16TargetLowering()
135 setOperationAction(ISD::ATOMIC_SWAP, MVT::i32, Expand); in Mips16TargetLowering()
136 setOperationAction(ISD::ATOMIC_LOAD_ADD, MVT::i32, Expand); in Mips16TargetLowering()
137 setOperationAction(ISD::ATOMIC_LOAD_SUB, MVT::i32, Expand); in Mips16TargetLowering()
138 setOperationAction(ISD::ATOMIC_LOAD_AND, MVT::i32, Expand); in Mips16TargetLowering()
139 setOperationAction(ISD::ATOMIC_LOAD_OR, MVT::i32, Expand); in Mips16TargetLowering()
140 setOperationAction(ISD::ATOMIC_LOAD_XOR, MVT::i32, Expand); in Mips16TargetLowering()
141 setOperationAction(ISD::ATOMIC_LOAD_NAND, MVT::i32, Expand); in Mips16TargetLowering()
142 setOperationAction(ISD::ATOMIC_LOAD_MIN, MVT::i32, Expand); in Mips16TargetLowering()
[all …]
DMipsISelLowering.cpp231 setLoadExtAction(ISD::EXTLOAD, MVT::f32, Expand); in MipsTargetLowering()
232 setTruncStoreAction(MVT::f64, MVT::f32, Expand); in MipsTargetLowering()
287 setOperationAction(ISD::SDIV, MVT::i32, Expand); in MipsTargetLowering()
288 setOperationAction(ISD::SREM, MVT::i32, Expand); in MipsTargetLowering()
289 setOperationAction(ISD::UDIV, MVT::i32, Expand); in MipsTargetLowering()
290 setOperationAction(ISD::UREM, MVT::i32, Expand); in MipsTargetLowering()
291 setOperationAction(ISD::SDIV, MVT::i64, Expand); in MipsTargetLowering()
292 setOperationAction(ISD::SREM, MVT::i64, Expand); in MipsTargetLowering()
293 setOperationAction(ISD::UDIV, MVT::i64, Expand); in MipsTargetLowering()
294 setOperationAction(ISD::UREM, MVT::i64, Expand); in MipsTargetLowering()
[all …]
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp81 setLoadExtAction(ISD::SEXTLOAD, MVT::i8, Expand); in PPCTargetLowering()
83 setTruncStoreAction(MVT::f64, MVT::f32, Expand); in PPCTargetLowering()
102 setOperationAction(ISD::FFLOOR, MVT::ppcf128, Expand); in PPCTargetLowering()
103 setOperationAction(ISD::FCEIL, MVT::ppcf128, Expand); in PPCTargetLowering()
104 setOperationAction(ISD::FTRUNC, MVT::ppcf128, Expand); in PPCTargetLowering()
105 setOperationAction(ISD::FRINT, MVT::ppcf128, Expand); in PPCTargetLowering()
106 setOperationAction(ISD::FNEARBYINT, MVT::ppcf128, Expand); in PPCTargetLowering()
107 setOperationAction(ISD::FREM, MVT::ppcf128, Expand); in PPCTargetLowering()
110 setOperationAction(ISD::SREM, MVT::i32, Expand); in PPCTargetLowering()
111 setOperationAction(ISD::UREM, MVT::i32, Expand); in PPCTargetLowering()
[all …]
/external/chromium_org/ui/views/controls/tree/
Dtree_view_unittest.cc184 TEST_F(TreeViewTest, Expand) { in TEST_F() argument
186 tree_.Expand(GetNodeByTitle("b1")); in TEST_F()
195 tree_.Expand(GetNodeByTitle("b1")); in TEST_F()
231 tree_.Expand(GetNodeByTitle("b")); in TEST_F()
250 tree_.Expand(GetNodeByTitle("b")); in TEST_F()
322 tree_.Expand(GetNodeByTitle("b")); in TEST_F()
/external/llvm/lib/Target/NVPTX/
DNVPTXISelLowering.cpp133 setOperationAction(ISD::SELECT_CC, MVT::Other, Expand); in NVPTXTargetLowering()
134 setOperationAction(ISD::BR_CC, MVT::f32, Expand); in NVPTXTargetLowering()
135 setOperationAction(ISD::BR_CC, MVT::f64, Expand); in NVPTXTargetLowering()
136 setOperationAction(ISD::BR_CC, MVT::i1, Expand); in NVPTXTargetLowering()
137 setOperationAction(ISD::BR_CC, MVT::i8, Expand); in NVPTXTargetLowering()
138 setOperationAction(ISD::BR_CC, MVT::i16, Expand); in NVPTXTargetLowering()
139 setOperationAction(ISD::BR_CC, MVT::i32, Expand); in NVPTXTargetLowering()
140 setOperationAction(ISD::BR_CC, MVT::i64, Expand); in NVPTXTargetLowering()
147 setOperationAction(ISD::SIGN_EXTEND_INREG, MVT::i1, Expand); in NVPTXTargetLowering()
153 setOperationAction(ISD::ROTL, MVT::i64, Expand); in NVPTXTargetLowering()
[all …]
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorOps.cpp175 case TargetLowering::Expand: in LegalizeOp()
285 case TargetLowering::Expand: in LegalizeOp()
593 if (TLI.getOperationAction(ISD::AND, VT) == TargetLowering::Expand || in ExpandSELECT()
594 TLI.getOperationAction(ISD::XOR, VT) == TargetLowering::Expand || in ExpandSELECT()
595 TLI.getOperationAction(ISD::OR, VT) == TargetLowering::Expand || in ExpandSELECT()
596 TLI.getOperationAction(ISD::BUILD_VECTOR, VT) == TargetLowering::Expand) in ExpandSELECT()
636 if (TLI.getOperationAction(ISD::SRA, VT) == TargetLowering::Expand || in ExpandSEXTINREG()
637 TLI.getOperationAction(ISD::SHL, VT) == TargetLowering::Expand) in ExpandSEXTINREG()
670 if (TLI.getOperationAction(ISD::AND, VT) == TargetLowering::Expand || in ExpandVSELECT()
671 TLI.getOperationAction(ISD::XOR, VT) == TargetLowering::Expand || in ExpandVSELECT()
[all …]
/external/chromium_org/chrome/test/mini_installer/
Dregistry_verifier.py61 key = variable_expander.Expand(expectation_name)
97 expected_data = variable_expander.Expand(expected_data)
/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp87 setOperationAction(ISD::SETCC, VT, Expand); in SystemZTargetLowering()
90 setOperationAction(ISD::SELECT, VT, Expand); in SystemZTargetLowering()
100 setOperationAction(ISD::BR_JT, MVT::Other, Expand); in SystemZTargetLowering()
103 setOperationAction(ISD::BRCOND, MVT::Other, Expand); in SystemZTargetLowering()
112 setOperationAction(ISD::SDIV, VT, Expand); in SystemZTargetLowering()
113 setOperationAction(ISD::UDIV, VT, Expand); in SystemZTargetLowering()
114 setOperationAction(ISD::SREM, VT, Expand); in SystemZTargetLowering()
115 setOperationAction(ISD::UREM, VT, Expand); in SystemZTargetLowering()
121 setOperationAction(ISD::ATOMIC_LOAD, VT, Expand); in SystemZTargetLowering()
122 setOperationAction(ISD::ATOMIC_STORE, VT, Expand); in SystemZTargetLowering()
[all …]

1234567