Home
last modified time | relevance | path

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

12345

/freebsd-14.2/contrib/bearssl/T0/
H A DConstData.cs49 void Expand(int elen) in Expand() method in ConstData
62 Expand(1); in Add8()
68 Expand(2); in Add16()
75 Expand(3); in Add24()
83 Expand(4); in Add32()
93 Expand(sd.Length + 1); in AddString()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYISelLowering.cpp58 setOperationAction(ISD::SREM, MVT::i32, Expand); in CSKYTargetLowering()
59 setOperationAction(ISD::UREM, MVT::i32, Expand); in CSKYTargetLowering()
62 setOperationAction(ISD::CTPOP, MVT::i32, Expand); in CSKYTargetLowering()
63 setOperationAction(ISD::ROTR, MVT::i32, Expand); in CSKYTargetLowering()
70 setOperationAction(ISD::BR_CC, MVT::i32, Expand); in CSKYTargetLowering()
75 setOperationAction(ISD::MULHS, MVT::i32, Expand); in CSKYTargetLowering()
76 setOperationAction(ISD::MULHU, MVT::i32, Expand); in CSKYTargetLowering()
128 setOperationAction(ISD::FREM, VT, Expand); in CSKYTargetLowering()
130 setOperationAction(ISD::BR_CC, VT, Expand); in CSKYTargetLowering()
133 setCondCodeAction(CC, VT, Expand); in CSKYTargetLowering()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArch.td73 // Expand la.global as la.pcrel
76 "Expand la.global as la.pcrel">;
80 "Expand la.global as la.pcrel">;
82 // Expand la.global as la.abs
85 "Expand la.global as la.abs">;
89 "Expand la.global as la.abs">;
91 // Expand la.local as la.abs
94 "Expand la.local as la.abs">;
98 "Expand la.local as la.abs">;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFISelLowering.cpp100 setOperationAction(ISD::SDIVREM, VT, Expand); in BPFTargetLowering()
101 setOperationAction(ISD::UDIVREM, VT, Expand); in BPFTargetLowering()
106 setOperationAction(ISD::MULHU, VT, Expand); in BPFTargetLowering()
107 setOperationAction(ISD::MULHS, VT, Expand); in BPFTargetLowering()
108 setOperationAction(ISD::UMUL_LOHI, VT, Expand); in BPFTargetLowering()
109 setOperationAction(ISD::SMUL_LOHI, VT, Expand); in BPFTargetLowering()
110 setOperationAction(ISD::ROTR, VT, Expand); in BPFTargetLowering()
111 setOperationAction(ISD::ROTL, VT, Expand); in BPFTargetLowering()
115 setOperationAction(ISD::CTPOP, VT, Expand); in BPFTargetLowering()
117 setOperationAction(ISD::SETCC, VT, Expand); in BPFTargetLowering()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp1614 setOperationAction(Op, MVT::v2i32, Expand); in SparcTargetLowering()
1626 setTruncStoreAction(VT, MVT::v2i32, Expand); in SparcTargetLowering()
1627 setTruncStoreAction(MVT::v2i32, VT, Expand); in SparcTargetLowering()
1656 setTruncStoreAction(MVT::f32, MVT::f16, Expand); in SparcTargetLowering()
1657 setTruncStoreAction(MVT::f64, MVT::f16, Expand); in SparcTargetLowering()
1658 setTruncStoreAction(MVT::f64, MVT::f32, Expand); in SparcTargetLowering()
1659 setTruncStoreAction(MVT::f128, MVT::f16, Expand); in SparcTargetLowering()
1660 setTruncStoreAction(MVT::f128, MVT::f32, Expand); in SparcTargetLowering()
1661 setTruncStoreAction(MVT::f128, MVT::f64, Expand); in SparcTargetLowering()
1675 setOperationAction(ISD::UREM, MVT::i32, Expand); in SparcTargetLowering()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp792 setTruncStoreAction(AVT, VT, Expand); in initActions()
847 VT, Expand); in initActions()
852 VT, Expand); in initActions()
857 VT, Expand); in initActions()
861 Expand); in initActions()
866 Expand); in initActions()
873 Expand); in initActions()
879 Expand); in initActions()
887 VT, Expand); in initActions()
905 VT, Expand); in initActions()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp68 setLoadExtAction(ISD::SEXTLOAD, VT, MVT::i8, Expand); in MSP430TargetLowering()
69 setLoadExtAction(ISD::SEXTLOAD, VT, MVT::i16, Expand); in MSP430TargetLowering()
73 setTruncStoreAction(MVT::i16, MVT::i8, Expand); in MSP430TargetLowering()
81 setOperationAction(ISD::ROTL, MVT::i8, Expand); in MSP430TargetLowering()
82 setOperationAction(ISD::ROTR, MVT::i8, Expand); in MSP430TargetLowering()
83 setOperationAction(ISD::ROTL, MVT::i16, Expand); in MSP430TargetLowering()
84 setOperationAction(ISD::ROTR, MVT::i16, Expand); in MSP430TargetLowering()
88 setOperationAction(ISD::BR_JT, MVT::Other, Expand); in MSP430TargetLowering()
91 setOperationAction(ISD::BRCOND, MVT::Other, Expand); in MSP430TargetLowering()
94 setOperationAction(ISD::SELECT, MVT::i8, Expand); in MSP430TargetLowering()
[all …]
/freebsd-14.2/contrib/tcsh/nls/russian/
H A Dset319 17 Expand to preceding word for which this is a prefix
32 30 Expand file name wildcards
33 31 Expand history escapes
34 32 Expand the history escapes in a line
35 33 Expand variables
53 51 Expand history escapes and insert a space
55 53 Expand pathnames, eliminating leading .'s and ..'s
56 54 Expand commands to the resulting pathname or alias
/freebsd-14.2/contrib/tcsh/nls/ukrainian/
H A Dset319 17 Expand to preceding word for which this is a prefix
32 30 Expand file name wildcards
33 31 Expand history escapes
34 32 Expand the history escapes in a line
35 33 Expand variables
53 51 Expand history escapes and insert a space
55 53 Expand pathnames, eliminating leading .'s and ..'s
56 54 Expand commands to the resulting pathname or alias
/freebsd-14.2/contrib/tcsh/nls/C/
H A Dset319 17 Expand to preceding word for which this is a prefix
32 30 Expand file name wildcards
33 31 Expand history escapes
34 32 Expand the history escapes in a line
35 33 Expand variables
53 51 Expand history escapes and insert a space
55 53 Expand pathnames, eliminating leading .'s and ..'s
56 54 Expand commands to the resulting pathname or alias
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelLowering.cpp65 setLoadExtAction(N, VT, MVT::i8, Expand); in AVRTargetLowering()
69 setTruncStoreAction(MVT::i16, MVT::i8, Expand); in AVRTargetLowering()
99 setOperationAction(ISD::ROTL, MVT::i16, Expand); in AVRTargetLowering()
151 setOperationAction(ISD::UDIV, MVT::i8, Expand); in AVRTargetLowering()
153 setOperationAction(ISD::UREM, MVT::i8, Expand); in AVRTargetLowering()
169 setOperationAction(ISD::MUL, MVT::i8, Expand); in AVRTargetLowering()
184 setOperationAction(ISD::MULHS, VT, Expand); in AVRTargetLowering()
185 setOperationAction(ISD::MULHU, VT, Expand); in AVRTargetLowering()
189 setOperationAction(ISD::CTPOP, VT, Expand); in AVRTargetLowering()
190 setOperationAction(ISD::CTLZ, VT, Expand); in AVRTargetLowering()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp534 MVT::v4i8, Expand); in NVPTXTargetLowering()
541 setOperationAction(ISD::BR_CC, VT, Expand); in NVPTXTargetLowering()
629 setTruncStoreAction(VT, MVT::i1, Expand); in NVPTXTargetLowering()
634 MVT::v2i8, Expand); in NVPTXTargetLowering()
699 MVT::v2i16, Expand); in NVPTXTargetLowering()
768 setOperationAction(Op, MVT::v2f16, Expand); in NVPTXTargetLowering()
810 setOperationAction(Op, MVT::v2f16, Expand); in NVPTXTargetLowering()
819 setOperationAction(Op, MVT::v2f16, Expand); in NVPTXTargetLowering()
835 setFP16OperationAction(Op, MVT::v2f16, GetMinMaxAction(Expand), Expand); in NVPTXTargetLowering()
842 setFP16OperationAction(Op, MVT::f16, GetMinMaxAction(Expand), Expand); in NVPTXTargetLowering()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.cpp86 setOperationAction(ISD::BR_JT, MVT::Other, Expand); in LanaiTargetLowering()
89 setOperationAction(ISD::SELECT, MVT::i32, Expand); in LanaiTargetLowering()
106 setOperationAction(ISD::SDIV, MVT::i32, Expand); in LanaiTargetLowering()
107 setOperationAction(ISD::UDIV, MVT::i32, Expand); in LanaiTargetLowering()
110 setOperationAction(ISD::SREM, MVT::i32, Expand); in LanaiTargetLowering()
111 setOperationAction(ISD::UREM, MVT::i32, Expand); in LanaiTargetLowering()
114 setOperationAction(ISD::MULHU, MVT::i32, Expand); in LanaiTargetLowering()
115 setOperationAction(ISD::MULHS, MVT::i32, Expand); in LanaiTargetLowering()
119 setOperationAction(ISD::ROTR, MVT::i32, Expand); in LanaiTargetLowering()
120 setOperationAction(ISD::ROTL, MVT::i32, Expand); in LanaiTargetLowering()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEISelLowering.cpp108 setTruncStoreAction(VT, MVT::i1, Expand); in initSPUActions()
164 setOperationAction(ISD::UREM, IntVT, Expand); in initSPUActions()
165 setOperationAction(ISD::SREM, IntVT, Expand); in initSPUActions()
231 setOperationAction(ISD::FNEG, VT, Expand); in initSPUActions()
232 setOperationAction(ISD::FREM, VT, Expand); in initSPUActions()
248 setOperationAction(ISD::FABS, VT, Expand); in initSPUActions()
250 setOperationAction(ISD::FCOS, VT, Expand); in initSPUActions()
251 setOperationAction(ISD::FMA, VT, Expand); in initSPUActions()
252 setOperationAction(ISD::FPOW, VT, Expand); in initSPUActions()
253 setOperationAction(ISD::FSIN, VT, Expand); in initSPUActions()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1550 setOperationAction(ISD::SADDO, VT, Expand); in HexagonTargetLowering()
1551 setOperationAction(ISD::SSUBO, VT, Expand); in HexagonTargetLowering()
1585 setOperationAction(IntExpOp, VT, Expand); in HexagonTargetLowering()
1592 setOperationAction(FPExpOp, VT, Expand); in HexagonTargetLowering()
1737 setCondCodeAction(ISD::SETNE, VT, Expand); in HexagonTargetLowering()
1738 setCondCodeAction(ISD::SETLE, VT, Expand); in HexagonTargetLowering()
1739 setCondCodeAction(ISD::SETGE, VT, Expand); in HexagonTargetLowering()
1740 setCondCodeAction(ISD::SETLT, VT, Expand); in HexagonTargetLowering()
1741 setCondCodeAction(ISD::SETULE, VT, Expand); in HexagonTargetLowering()
1742 setCondCodeAction(ISD::SETUGE, VT, Expand); in HexagonTargetLowering()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp329 setTruncStoreAction(MVT::f32, MVT::f16, Expand); in MipsTargetLowering()
330 setTruncStoreAction(MVT::f64, MVT::f16, Expand); in MipsTargetLowering()
332 setTruncStoreAction(MVT::f64, MVT::f32, Expand); in MipsTargetLowering()
384 setOperationAction(ISD::SDIV, MVT::i32, Expand); in MipsTargetLowering()
385 setOperationAction(ISD::SREM, MVT::i32, Expand); in MipsTargetLowering()
386 setOperationAction(ISD::UDIV, MVT::i32, Expand); in MipsTargetLowering()
387 setOperationAction(ISD::UREM, MVT::i32, Expand); in MipsTargetLowering()
388 setOperationAction(ISD::SDIV, MVT::i64, Expand); in MipsTargetLowering()
389 setOperationAction(ISD::SREM, MVT::i64, Expand); in MipsTargetLowering()
390 setOperationAction(ISD::UDIV, MVT::i64, Expand); in MipsTargetLowering()
[all …]
H A DMipsSEISelLowering.cpp76 setTruncStoreAction(VT0, VT1, Expand); in MipsSETargetLowering()
92 setOperationAction(Opc, VecTy, Expand); in MipsSETargetLowering()
315 setOperationAction(Opc, Ty, Expand); in addMSAIntType()
355 setCondCodeAction(ISD::SETNE, Ty, Expand); in addMSAIntType()
356 setCondCodeAction(ISD::SETGE, Ty, Expand); in addMSAIntType()
357 setCondCodeAction(ISD::SETGT, Ty, Expand); in addMSAIntType()
358 setCondCodeAction(ISD::SETUGE, Ty, Expand); in addMSAIntType()
359 setCondCodeAction(ISD::SETUGT, Ty, Expand); in addMSAIntType()
369 setOperationAction(Opc, Ty, Expand); in addMSAFloatType()
392 setCondCodeAction(ISD::SETOGE, Ty, Expand); in addMSAFloatType()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp149 Expand); in AMDGPUTargetLowering()
159 setLoadExtAction(Op, VT, MVT::i32, Expand); in AMDGPUTargetLowering()
167 Expand); in AMDGPUTargetLowering()
285 setTruncStoreAction(MVT::i64, MVT::i1, Expand); in AMDGPUTargetLowering()
286 setTruncStoreAction(MVT::i64, MVT::i8, Expand); in AMDGPUTargetLowering()
287 setTruncStoreAction(MVT::i64, MVT::i16, Expand); in AMDGPUTargetLowering()
288 setTruncStoreAction(MVT::i64, MVT::i32, Expand); in AMDGPUTargetLowering()
296 setTruncStoreAction(MVT::f32, MVT::f16, Expand); in AMDGPUTargetLowering()
413 Expand); in AMDGPUTargetLowering()
470 VT, Expand); in AMDGPUTargetLowering()
[all …]
H A DR600ISelLowering.cpp59 MVT::v2i1, Expand); in R600TargetLowering()
62 MVT::v4i1, Expand); in R600TargetLowering()
83 setTruncStoreAction(MVT::v2i32, MVT::v2i1, Expand); in R600TargetLowering()
84 setTruncStoreAction(MVT::v4i32, MVT::v4i1, Expand); in R600TargetLowering()
90 MVT::f32, Expand); in R600TargetLowering()
93 MVT::i32, Expand); in R600TargetLowering()
102 setOperationAction(ISD::FSUB, MVT::f32, Expand); in R600TargetLowering()
114 Expand); in R600TargetLowering()
167 setOperationAction(ISD::CTPOP, MVT::i32, Expand); in R600TargetLowering()
170 setOperationAction(ISD::CTPOP, MVT::i64, Expand); in R600TargetLowering()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp220 setTruncStoreAction(MVT::f64, MVT::f32, Expand); in PPCTargetLowering()
298 setTruncStoreAction(VT, MVT::i1, Expand); in PPCTargetLowering()
837 setOperationAction(ISD::MUL , VT, Expand); in PPCTargetLowering()
838 setOperationAction(ISD::SDIV, VT, Expand); in PPCTargetLowering()
839 setOperationAction(ISD::SREM, VT, Expand); in PPCTargetLowering()
840 setOperationAction(ISD::UDIV, VT, Expand); in PPCTargetLowering()
841 setOperationAction(ISD::UREM, VT, Expand); in PPCTargetLowering()
842 setOperationAction(ISD::FDIV, VT, Expand); in PPCTargetLowering()
843 setOperationAction(ISD::FREM, VT, Expand); in PPCTargetLowering()
844 setOperationAction(ISD::FNEG, VT, Expand); in PPCTargetLowering()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp94 void Expand(SDNode *Node, SmallVectorImpl<SDValue> &Results);
305 Action = TargetLowering::Expand; in LegalizeOp()
329 if (Action == TargetLowering::Expand && !TLI.isStrictFPEnabled() && in LegalizeOp()
334 == TargetLowering::Expand && in LegalizeOp()
528 case TargetLowering::Expand: in LegalizeOp()
530 Expand(Node, ResultVals); in LegalizeOp()
1176 VT) == TargetLowering::Expand) in ExpandSELECT()
1210 TLI.getOperationAction(ISD::SHL, VT) == TargetLowering::Expand) in ExpandSEXTINREG()
1435 TLI.getOperationAction(ISD::OR, VT) == TargetLowering::Expand) in ExpandVSELECT()
1604 TargetLowering::Expand) || in ExpandUINT_TO_FLOAT()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp122 setCondCodeAction(CC, T, Expand); in WebAssemblyTargetLowering()
126 setOperationAction(Op, T, Expand); in WebAssemblyTargetLowering()
136 setOperationAction(ISD::FP16_TO_FP, T, Expand); in WebAssemblyTargetLowering()
139 setTruncStoreAction(T, MVT::f16, Expand); in WebAssemblyTargetLowering()
148 setOperationAction(Op, T, Expand); in WebAssemblyTargetLowering()
151 setOperationAction(Op, T, Expand); in WebAssemblyTargetLowering()
232 setOperationAction(Op, T, Expand); in WebAssemblyTargetLowering()
253 setOperationAction(Op, T, Expand); in WebAssemblyTargetLowering()
263 setOperationAction(Op, T, Expand); in WebAssemblyTargetLowering()
300 setOperationAction(Op, T, Expand); in WebAssemblyTargetLowering()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp199 setOperationAction(ISD::SDIV, VT, Expand); in addTypeForNEON()
200 setOperationAction(ISD::UDIV, VT, Expand); in addTypeForNEON()
201 setOperationAction(ISD::FDIV, VT, Expand); in addTypeForNEON()
202 setOperationAction(ISD::SREM, VT, Expand); in addTypeForNEON()
203 setOperationAction(ISD::UREM, VT, Expand); in addTypeForNEON()
204 setOperationAction(ISD::FREM, VT, Expand); in addTypeForNEON()
229 setOperationAction(Opc, VT, Expand); in setAllExpand()
283 setOperationAction(ISD::UDIV, VT, Expand); in addMVEVectorTypes()
284 setOperationAction(ISD::SDIV, VT, Expand); in addMVEVectorTypes()
285 setOperationAction(ISD::UREM, VT, Expand); in addMVEVectorTypes()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCISelLowering.cpp114 setOperationAction(Opc, MVT::i32, Expand); in ARCTargetLowering()
147 setOperationAction(ISD::BRCOND, MVT::Other, Expand); in ARCTargetLowering()
148 setOperationAction(ISD::BR_JT, MVT::Other, Expand); in ARCTargetLowering()
158 setOperationAction(ISD::VAEND, MVT::Other, Expand); in ARCTargetLowering()
159 setOperationAction(ISD::VAARG, MVT::Other, Expand); in ARCTargetLowering()
160 setOperationAction(ISD::VACOPY, MVT::Other, Expand); in ARCTargetLowering()
163 setOperationAction(ISD::STACKSAVE, MVT::Other, Expand); in ARCTargetLowering()
164 setOperationAction(ISD::STACKRESTORE, MVT::Other, Expand); in ARCTargetLowering()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp90 setOperationAction(ISD::BR_CC, MVT::i32, Expand); in XCoreTargetLowering()
98 setOperationAction(ISD::MULHS, MVT::i32, Expand); in XCoreTargetLowering()
99 setOperationAction(ISD::MULHU, MVT::i32, Expand); in XCoreTargetLowering()
100 setOperationAction(ISD::SHL_PARTS, MVT::i32, Expand); in XCoreTargetLowering()
101 setOperationAction(ISD::SRA_PARTS, MVT::i32, Expand); in XCoreTargetLowering()
102 setOperationAction(ISD::SRL_PARTS, MVT::i32, Expand); in XCoreTargetLowering()
105 setOperationAction(ISD::CTPOP, MVT::i32, Expand); in XCoreTargetLowering()
106 setOperationAction(ISD::ROTL , MVT::i32, Expand); in XCoreTargetLowering()
107 setOperationAction(ISD::ROTR , MVT::i32, Expand); in XCoreTargetLowering()
136 setOperationAction(ISD::VAEND, MVT::Other, Expand); in XCoreTargetLowering()
[all …]

12345