/third_party/skia/src/core/ |
D | SkMipmap.cpp | 30 static Sk4h Expand(uint32_t x) { in Expand() function 42 static uint32_t Expand(uint16_t x) { in Expand() function 52 static uint32_t Expand(uint16_t x) { in Expand() function 62 static unsigned Expand(unsigned x) { in Expand() function 72 static Sk4f Expand(uint16_t x) { in Expand() function 85 static Sk4f Expand(uint64_t x) { in Expand() function 97 static uint32_t Expand(uint16_t x) { in Expand() function 107 static uint64_t Expand(uint32_t x) { in Expand() function 117 static Sk4f Expand(uint32_t x) { in Expand() function 129 static skvx::Vec<4, uint32_t> Expand(uint64_t x) { in Expand() function [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | TargetLoweringBase.cpp | 627 setIndexedLoadAction(IM, VT, Expand); in initActions() 628 setIndexedStoreAction(IM, VT, Expand); in initActions() 629 setIndexedMaskedLoadAction(IM, VT, Expand); in initActions() 630 setIndexedMaskedStoreAction(IM, VT, Expand); in initActions() 634 setOperationAction(ISD::ATOMIC_CMP_SWAP_WITH_SUCCESS, VT, Expand); in initActions() 637 setOperationAction(ISD::FGETSIGN, VT, Expand); in initActions() 638 setOperationAction(ISD::CONCAT_VECTORS, VT, Expand); in initActions() 639 setOperationAction(ISD::FMINNUM, VT, Expand); in initActions() 640 setOperationAction(ISD::FMAXNUM, VT, Expand); in initActions() 641 setOperationAction(ISD::FMINNUM_IEEE, VT, Expand); in initActions() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/ |
D | BPFISelLowering.cpp | 72 setOperationAction(ISD::BR_JT, MVT::Other, Expand); in BPFTargetLowering() 73 setOperationAction(ISD::BRIND, MVT::Other, Expand); in BPFTargetLowering() 74 setOperationAction(ISD::BRCOND, MVT::Other, Expand); in BPFTargetLowering() 79 setOperationAction(ISD::STACKSAVE, MVT::Other, Expand); in BPFTargetLowering() 80 setOperationAction(ISD::STACKRESTORE, MVT::Other, Expand); in BPFTargetLowering() 86 setOperationAction(ISD::SDIVREM, VT, Expand); in BPFTargetLowering() 87 setOperationAction(ISD::UDIVREM, VT, Expand); in BPFTargetLowering() 88 setOperationAction(ISD::SREM, VT, Expand); in BPFTargetLowering() 89 setOperationAction(ISD::UREM, VT, Expand); in BPFTargetLowering() 90 setOperationAction(ISD::MULHU, VT, Expand); in BPFTargetLowering() [all …]
|
/third_party/mbedtls/tests/suites/ |
D | test_suite_hkdf.data | 72 HKDF RFC5869 Test Vector #1 Expand 76 HKDF RFC5869 Test Vector #2 Expand 80 HKDF RFC5869 Test Vector #3 Expand 84 HKDF RFC5869 Test Vector #4 Expand 88 HKDF RFC5869 Test Vector #5 Expand 92 HKDF RFC5869 Test Vector #6 Expand 96 HKDF RFC5869 Test Vector #7 Expand
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUISelLowering.cpp | 109 setLoadExtAction(ISD::EXTLOAD, MVT::i64, VT, Expand); in AMDGPUTargetLowering() 110 setLoadExtAction(ISD::SEXTLOAD, MVT::i64, VT, Expand); in AMDGPUTargetLowering() 111 setLoadExtAction(ISD::ZEXTLOAD, MVT::i64, VT, Expand); in AMDGPUTargetLowering() 121 setLoadExtAction(ISD::SEXTLOAD, VT, MVT::i32, Expand); in AMDGPUTargetLowering() 126 setLoadExtAction(ISD::ZEXTLOAD, VT, MVT::i32, Expand); in AMDGPUTargetLowering() 131 setLoadExtAction(ISD::EXTLOAD, VT, MVT::i32, Expand); in AMDGPUTargetLowering() 135 setLoadExtAction(ISD::EXTLOAD, VT, MVT::v2i8, Expand); in AMDGPUTargetLowering() 136 setLoadExtAction(ISD::SEXTLOAD, VT, MVT::v2i8, Expand); in AMDGPUTargetLowering() 137 setLoadExtAction(ISD::ZEXTLOAD, VT, MVT::v2i8, Expand); in AMDGPUTargetLowering() 138 setLoadExtAction(ISD::EXTLOAD, VT, MVT::v4i8, Expand); in AMDGPUTargetLowering() [all …]
|
D | R600ISelLowering.cpp | 93 setLoadExtAction(ISD::EXTLOAD, MVT::v2i32, MVT::v2i1, Expand); in R600TargetLowering() 94 setLoadExtAction(ISD::SEXTLOAD, MVT::v2i32, MVT::v2i1, Expand); in R600TargetLowering() 95 setLoadExtAction(ISD::ZEXTLOAD, MVT::v2i32, MVT::v2i1, Expand); in R600TargetLowering() 97 setLoadExtAction(ISD::EXTLOAD, MVT::v4i32, MVT::v4i1, Expand); in R600TargetLowering() 98 setLoadExtAction(ISD::SEXTLOAD, MVT::v4i32, MVT::v4i1, Expand); in R600TargetLowering() 99 setLoadExtAction(ISD::ZEXTLOAD, MVT::v4i32, MVT::v4i1, Expand); in R600TargetLowering() 122 setTruncStoreAction(MVT::v2i32, MVT::v2i1, Expand); in R600TargetLowering() 123 setTruncStoreAction(MVT::v4i32, MVT::v4i1, Expand); in R600TargetLowering() 126 setCondCodeAction(ISD::SETO, MVT::f32, Expand); in R600TargetLowering() 127 setCondCodeAction(ISD::SETUO, MVT::f32, Expand); in R600TargetLowering() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/ |
D | AVRISelLowering.cpp | 53 setOperationAction(ISD::STACKSAVE, MVT::Other, Expand); in AVRTargetLowering() 54 setOperationAction(ISD::STACKRESTORE, MVT::Other, Expand); in AVRTargetLowering() 55 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i8, Expand); in AVRTargetLowering() 56 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i16, Expand); in AVRTargetLowering() 61 setLoadExtAction(N, VT, MVT::i8, Expand); in AVRTargetLowering() 65 setTruncStoreAction(MVT::i16, MVT::i8, Expand); in AVRTargetLowering() 87 setOperationAction(ISD::SHL_PARTS, MVT::i16, Expand); in AVRTargetLowering() 88 setOperationAction(ISD::SRA_PARTS, MVT::i16, Expand); in AVRTargetLowering() 89 setOperationAction(ISD::SRL_PARTS, MVT::i16, Expand); in AVRTargetLowering() 92 setOperationAction(ISD::ROTL, MVT::i16, Expand); in AVRTargetLowering() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/ |
D | SparcISelLowering.cpp | 1438 setOperationAction(Op, MVT::v2i32, Expand); in SparcTargetLowering() 1442 setLoadExtAction(ISD::SEXTLOAD, VT, MVT::v2i32, Expand); in SparcTargetLowering() 1443 setLoadExtAction(ISD::ZEXTLOAD, VT, MVT::v2i32, Expand); in SparcTargetLowering() 1444 setLoadExtAction(ISD::EXTLOAD, VT, MVT::v2i32, Expand); in SparcTargetLowering() 1446 setLoadExtAction(ISD::SEXTLOAD, MVT::v2i32, VT, Expand); in SparcTargetLowering() 1447 setLoadExtAction(ISD::ZEXTLOAD, MVT::v2i32, VT, Expand); in SparcTargetLowering() 1448 setLoadExtAction(ISD::EXTLOAD, MVT::v2i32, VT, Expand); in SparcTargetLowering() 1450 setTruncStoreAction(VT, MVT::v2i32, Expand); in SparcTargetLowering() 1451 setTruncStoreAction(MVT::v2i32, VT, Expand); in SparcTargetLowering() 1470 setLoadExtAction(ISD::EXTLOAD, VT, MVT::f32, Expand); in SparcTargetLowering() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | Mips16ISelLowering.cpp | 130 setOperationAction(ISD::ATOMIC_FENCE, MVT::Other, Expand); in Mips16TargetLowering() 131 setOperationAction(ISD::ATOMIC_CMP_SWAP, MVT::i32, Expand); in Mips16TargetLowering() 132 setOperationAction(ISD::ATOMIC_SWAP, MVT::i32, Expand); in Mips16TargetLowering() 133 setOperationAction(ISD::ATOMIC_LOAD_ADD, MVT::i32, Expand); in Mips16TargetLowering() 134 setOperationAction(ISD::ATOMIC_LOAD_SUB, MVT::i32, Expand); in Mips16TargetLowering() 135 setOperationAction(ISD::ATOMIC_LOAD_AND, MVT::i32, Expand); in Mips16TargetLowering() 136 setOperationAction(ISD::ATOMIC_LOAD_OR, MVT::i32, Expand); in Mips16TargetLowering() 137 setOperationAction(ISD::ATOMIC_LOAD_XOR, MVT::i32, Expand); in Mips16TargetLowering() 138 setOperationAction(ISD::ATOMIC_LOAD_NAND, MVT::i32, Expand); in Mips16TargetLowering() 139 setOperationAction(ISD::ATOMIC_LOAD_MIN, MVT::i32, Expand); in Mips16TargetLowering() [all …]
|
D | MipsISelLowering.cpp | 322 setLoadExtAction(ISD::EXTLOAD, VT, MVT::f32, Expand); in MipsTargetLowering() 323 setLoadExtAction(ISD::EXTLOAD, VT, MVT::f16, Expand); in MipsTargetLowering() 330 setLoadExtAction(ISD::EXTLOAD, VT, F16VT, Expand); in MipsTargetLowering() 333 setTruncStoreAction(MVT::f32, MVT::f16, Expand); in MipsTargetLowering() 334 setTruncStoreAction(MVT::f64, MVT::f16, Expand); in MipsTargetLowering() 336 setTruncStoreAction(MVT::f64, MVT::f32, Expand); in MipsTargetLowering() 345 setOperationAction(ISD::BR_JT, MVT::Other, Expand); in MipsTargetLowering() 391 setOperationAction(ISD::SDIV, MVT::i32, Expand); in MipsTargetLowering() 392 setOperationAction(ISD::SREM, MVT::i32, Expand); in MipsTargetLowering() 393 setOperationAction(ISD::UDIV, MVT::i32, Expand); in MipsTargetLowering() [all …]
|
D | MipsSEISelLowering.cpp | 77 setTruncStoreAction(VT0, VT1, Expand); in MipsSETargetLowering() 78 setLoadExtAction(ISD::SEXTLOAD, VT0, VT1, Expand); in MipsSETargetLowering() 79 setLoadExtAction(ISD::ZEXTLOAD, VT0, VT1, Expand); in MipsSETargetLowering() 80 setLoadExtAction(ISD::EXTLOAD, VT0, VT1, Expand); in MipsSETargetLowering() 93 setOperationAction(Opc, VecTys[i], Expand); in MipsSETargetLowering() 230 setOperationAction(ISD::SMUL_LOHI, MVT::i32, Expand); in MipsSETargetLowering() 231 setOperationAction(ISD::UMUL_LOHI, MVT::i32, Expand); in MipsSETargetLowering() 238 setOperationAction(ISD::SDIVREM, MVT::i32, Expand); in MipsSETargetLowering() 239 setOperationAction(ISD::UDIVREM, MVT::i32, Expand); in MipsSETargetLowering() 249 setOperationAction(ISD::SELECT_CC, MVT::i32, Expand); in MipsSETargetLowering() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/ |
D | MSP430ISelLowering.cpp | 69 setLoadExtAction(ISD::SEXTLOAD, VT, MVT::i8, Expand); in MSP430TargetLowering() 70 setLoadExtAction(ISD::SEXTLOAD, VT, MVT::i16, Expand); in MSP430TargetLowering() 74 setTruncStoreAction(MVT::i16, MVT::i8, Expand); in MSP430TargetLowering() 82 setOperationAction(ISD::ROTL, MVT::i8, Expand); in MSP430TargetLowering() 83 setOperationAction(ISD::ROTR, MVT::i8, Expand); in MSP430TargetLowering() 84 setOperationAction(ISD::ROTL, MVT::i16, Expand); in MSP430TargetLowering() 85 setOperationAction(ISD::ROTR, MVT::i16, Expand); in MSP430TargetLowering() 89 setOperationAction(ISD::BR_JT, MVT::Other, Expand); in MSP430TargetLowering() 92 setOperationAction(ISD::BRCOND, MVT::Other, Expand); in MSP430TargetLowering() 95 setOperationAction(ISD::SELECT, MVT::i8, Expand); in MSP430TargetLowering() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyISelLowering.cpp | 81 setOperationAction(ISD::VAARG, MVT::Other, Expand); in WebAssemblyTargetLowering() 82 setOperationAction(ISD::VACOPY, MVT::Other, Expand); in WebAssemblyTargetLowering() 83 setOperationAction(ISD::VAEND, MVT::Other, Expand); in WebAssemblyTargetLowering() 91 setCondCodeAction(CC, T, Expand); in WebAssemblyTargetLowering() 95 setOperationAction(Op, T, Expand); in WebAssemblyTargetLowering() 105 setOperationAction(ISD::FP16_TO_FP, T, Expand); in WebAssemblyTargetLowering() 106 setOperationAction(ISD::FP_TO_FP16, T, Expand); in WebAssemblyTargetLowering() 107 setLoadExtAction(ISD::EXTLOAD, T, MVT::f16, Expand); in WebAssemblyTargetLowering() 108 setTruncStoreAction(T, MVT::f16, Expand); in WebAssemblyTargetLowering() 117 setOperationAction(Op, T, Expand); in WebAssemblyTargetLowering() [all …]
|
/third_party/protobuf/objectivec/DevTools/ |
D | pddm_tests.py | 224 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)')
|
/third_party/typescript/tests/cases/compiler/ |
D | recursiveConditionalCrash3.ts | 110 export type Expand<T extends object, K extends AllKeys<T, N> = never, N extends number = 4> = Expan… alias 115 let y1: Expand<X> 116 let y2: Expand<X, 'user.role.user.role'> 131 type UseQueryOptions<T extends Base, K extends AllKeys<T, 4> > = Expand<T, K>
|
/third_party/typescript/tests/baselines/reference/ |
D | recursiveConditionalCrash3.symbols | 217 * Expand keys on `O` based on `Keys` parameter. 322 …* If I open the popup, (pointing with the mouse on the Expand), the compiler shows the type Expand… 327 export type Expand<T extends object, K extends AllKeys<T, N> = never, N extends number = 4> = Expan… 328 >Expand : Symbol(Expand, Decl(recursiveConditionalCrash3.ts, 99, 91)) 343 let y1: Expand<X> 345 >Expand : Symbol(Expand, Decl(recursiveConditionalCrash3.ts, 99, 91)) 348 let y2: Expand<X, 'user.role.user.role'> 350 >Expand : Symbol(Expand, Decl(recursiveConditionalCrash3.ts, 99, 91)) 356 …* ... nevertheless when I need to use the Expand in other Types, as the following examples, the po… 366 type UseQueryOptions<T extends Base, K extends AllKeys<T, 4> > = Expand<T, K> [all …]
|
D | recursiveConditionalCrash3.js | 111 export type Expand<T extends object, K extends AllKeys<T, N> = never, N extends number = 4> = Expan… 116 let y1: Expand<X> 117 let y2: Expand<X, 'user.role.user.role'> 132 type UseQueryOptions<T extends Base, K extends AllKeys<T, 4> > = Expand<T, K>
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/ |
D | LanaiISelLowering.cpp | 86 setOperationAction(ISD::BR_JT, MVT::Other, Expand); in LanaiTargetLowering() 87 setOperationAction(ISD::BRCOND, MVT::Other, Expand); in LanaiTargetLowering() 89 setOperationAction(ISD::SELECT, MVT::i32, Expand); in LanaiTargetLowering() 98 setOperationAction(ISD::STACKSAVE, MVT::Other, Expand); in LanaiTargetLowering() 99 setOperationAction(ISD::STACKRESTORE, MVT::Other, Expand); in LanaiTargetLowering() 102 setOperationAction(ISD::VAARG, MVT::Other, Expand); in LanaiTargetLowering() 103 setOperationAction(ISD::VACOPY, MVT::Other, Expand); in LanaiTargetLowering() 104 setOperationAction(ISD::VAEND, MVT::Other, Expand); in LanaiTargetLowering() 106 setOperationAction(ISD::SDIV, MVT::i32, Expand); in LanaiTargetLowering() 107 setOperationAction(ISD::UDIV, MVT::i32, Expand); in LanaiTargetLowering() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/ |
D | RISCVISelLowering.cpp | 99 setOperationAction(ISD::DYNAMIC_STACKALLOC, XLenVT, Expand); in RISCVTargetLowering() 101 setOperationAction(ISD::BR_JT, MVT::Other, Expand); in RISCVTargetLowering() 102 setOperationAction(ISD::BR_CC, XLenVT, Expand); in RISCVTargetLowering() 104 setOperationAction(ISD::SELECT_CC, XLenVT, Expand); in RISCVTargetLowering() 106 setOperationAction(ISD::STACKSAVE, MVT::Other, Expand); in RISCVTargetLowering() 107 setOperationAction(ISD::STACKRESTORE, MVT::Other, Expand); in RISCVTargetLowering() 110 setOperationAction(ISD::VAARG, MVT::Other, Expand); in RISCVTargetLowering() 111 setOperationAction(ISD::VACOPY, MVT::Other, Expand); in RISCVTargetLowering() 112 setOperationAction(ISD::VAEND, MVT::Other, Expand); in RISCVTargetLowering() 115 setOperationAction(ISD::SIGN_EXTEND_INREG, VT, Expand); in RISCVTargetLowering() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 167 setLoadExtAction(ISD::SEXTLOAD, VT, MVT::i8, Expand); in PPCTargetLowering() 170 setTruncStoreAction(MVT::f64, MVT::f32, Expand); in PPCTargetLowering() 200 setOperationAction(ISD::SIGN_EXTEND_INREG, MVT::i1, Expand); in PPCTargetLowering() 225 setTruncStoreAction(VT, MVT::i1, Expand); in PPCTargetLowering() 237 setOperationAction(ISD::FFLOOR, MVT::ppcf128, Expand); in PPCTargetLowering() 238 setOperationAction(ISD::FCEIL, MVT::ppcf128, Expand); in PPCTargetLowering() 239 setOperationAction(ISD::FTRUNC, MVT::ppcf128, Expand); in PPCTargetLowering() 240 setOperationAction(ISD::FRINT, MVT::ppcf128, Expand); in PPCTargetLowering() 241 setOperationAction(ISD::FNEARBYINT, MVT::ppcf128, Expand); in PPCTargetLowering() 242 setOperationAction(ISD::FREM, MVT::ppcf128, Expand); in PPCTargetLowering() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 222 setOperationAction(ISD::BRCOND, MVT::Other, Expand); in AArch64TargetLowering() 245 setOperationAction(ISD::FREM, MVT::f32, Expand); in AArch64TargetLowering() 246 setOperationAction(ISD::FREM, MVT::f64, Expand); in AArch64TargetLowering() 247 setOperationAction(ISD::FREM, MVT::f80, Expand); in AArch64TargetLowering() 249 setOperationAction(ISD::BUILD_PAIR, MVT::i64, Expand); in AArch64TargetLowering() 258 setOperationAction(ISD::FABS, MVT::f128, Expand); in AArch64TargetLowering() 260 setOperationAction(ISD::FCOPYSIGN, MVT::f128, Expand); in AArch64TargetLowering() 261 setOperationAction(ISD::FCOS, MVT::f128, Expand); in AArch64TargetLowering() 263 setOperationAction(ISD::FMA, MVT::f128, Expand); in AArch64TargetLowering() 265 setOperationAction(ISD::FNEG, MVT::f128, Expand); in AArch64TargetLowering() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeVectorOps.cpp | 97 void Expand(SDNode *Node, SmallVectorImpl<SDValue> &Results); 280 case TargetLowering::Expand: { in LegalizeOp() 311 case TargetLowering::Expand: { in LegalizeOp() 340 Action = TargetLowering::Expand; in LegalizeOp() 355 if (Action == TargetLowering::Expand && !TLI.isStrictFPEnabled() && in LegalizeOp() 360 == TargetLowering::Expand && in LegalizeOp() 511 case TargetLowering::Expand: in LegalizeOp() 513 Expand(Node, ResultVals); in LegalizeOp() 841 void VectorLegalizer::Expand(SDNode *Node, SmallVectorImpl<SDValue> &Results) { in Expand() function in VectorLegalizer 1017 if (TLI.getOperationAction(ISD::AND, VT) == TargetLowering::Expand || in ExpandSELECT() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonISelLowering.cpp | 1351 setOperationAction(ISD::BUILD_PAIR, MVT::i64, Expand); in HexagonTargetLowering() 1352 setOperationAction(ISD::SIGN_EXTEND_INREG, MVT::i1, Expand); in HexagonTargetLowering() 1376 setOperationAction(ISD::VAEND, MVT::Other, Expand); in HexagonTargetLowering() 1377 setOperationAction(ISD::VAARG, MVT::Other, Expand); in HexagonTargetLowering() 1378 setOperationAction(ISD::VACOPY, MVT::Other, Expand); in HexagonTargetLowering() 1380 setOperationAction(ISD::STACKSAVE, MVT::Other, Expand); in HexagonTargetLowering() 1381 setOperationAction(ISD::STACKRESTORE, MVT::Other, Expand); in HexagonTargetLowering() 1388 setOperationAction(ISD::BR_JT, MVT::Other, Expand); in HexagonTargetLowering() 1398 setOperationAction(ISD::SADDO, VT, Expand); in HexagonTargetLowering() 1399 setOperationAction(ISD::SSUBO, VT, Expand); in HexagonTargetLowering() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 177 setOperationAction(ISD::SINT_TO_FP, VT, Expand); in addTypeForNEON() 178 setOperationAction(ISD::UINT_TO_FP, VT, Expand); in addTypeForNEON() 179 setOperationAction(ISD::FP_TO_SINT, VT, Expand); in addTypeForNEON() 180 setOperationAction(ISD::FP_TO_UINT, VT, Expand); in addTypeForNEON() 186 setOperationAction(ISD::SELECT, VT, Expand); in addTypeForNEON() 187 setOperationAction(ISD::SELECT_CC, VT, Expand); in addTypeForNEON() 188 setOperationAction(ISD::VSELECT, VT, Expand); in addTypeForNEON() 189 setOperationAction(ISD::SIGN_EXTEND_INREG, VT, Expand); in addTypeForNEON() 207 setOperationAction(ISD::SDIV, VT, Expand); in addTypeForNEON() 208 setOperationAction(ISD::UDIV, VT, Expand); in addTypeForNEON() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
D | NVPTXISelLowering.cpp | 390 setOperationAction(ISD::INSERT_VECTOR_ELT, MVT::v2f16, Expand); in NVPTXTargetLowering() 391 setOperationAction(ISD::VECTOR_SHUFFLE, MVT::v2f16, Expand); in NVPTXTargetLowering() 394 setFP16OperationAction(ISD::SETCC, MVT::v2f16, Legal, Expand); in NVPTXTargetLowering() 399 setOperationAction(ISD::SELECT_CC, VT, Expand); in NVPTXTargetLowering() 400 setOperationAction(ISD::BR_CC, VT, Expand); in NVPTXTargetLowering() 409 setOperationAction(ISD::SIGN_EXTEND_INREG, MVT::i1, Expand); in NVPTXTargetLowering() 429 setOperationAction(ISD::ROTL, MVT::i16, Expand); in NVPTXTargetLowering() 430 setOperationAction(ISD::ROTR, MVT::i16, Expand); in NVPTXTargetLowering() 431 setOperationAction(ISD::ROTL, MVT::i8, Expand); in NVPTXTargetLowering() 432 setOperationAction(ISD::ROTR, MVT::i8, Expand); in NVPTXTargetLowering() [all …]
|