/third_party/skia/third_party/externals/tint/src/writer/spirv/ |
D | builder_constructor_expression_test.cc | 97 auto* cast = Construct(ty.Of(alias), 2.3f); in TEST_F() local 98 WrapInFunction(cast); in TEST_F() 103 EXPECT_EQ(b.GenerateExpression(cast), 1u); in TEST_F() 169 auto* cast = Construct<bool>(true); in TEST_F() local 170 WrapInFunction(cast); in TEST_F() 176 EXPECT_EQ(b.GenerateExpression(cast), 3u); in TEST_F() 186 auto* cast = Construct<i32>(2); in TEST_F() local 187 WrapInFunction(cast); in TEST_F() 192 EXPECT_EQ(b.GenerateExpression(cast), 3u); in TEST_F() 201 auto* cast = Construct<u32>(2u); in TEST_F() local [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Instruction.cpp | 101 cast<OverflowingBinaryOperator>(this)->setHasNoUnsignedWrap(b); in setHasNoUnsignedWrap() 105 cast<OverflowingBinaryOperator>(this)->setHasNoSignedWrap(b); in setHasNoSignedWrap() 109 cast<PossiblyExactOperator>(this)->setIsExact(b); in setIsExact() 113 return cast<OverflowingBinaryOperator>(this)->hasNoUnsignedWrap(); in hasNoUnsignedWrap() 117 return cast<OverflowingBinaryOperator>(this)->hasNoSignedWrap(); in hasNoSignedWrap() 126 cast<OverflowingBinaryOperator>(this)->setHasNoUnsignedWrap(false); in dropPoisonGeneratingFlags() 127 cast<OverflowingBinaryOperator>(this)->setHasNoSignedWrap(false); in dropPoisonGeneratingFlags() 134 cast<PossiblyExactOperator>(this)->setIsExact(false); in dropPoisonGeneratingFlags() 138 cast<GetElementPtrInst>(this)->setIsInBounds(false); in dropPoisonGeneratingFlags() 146 return cast<PossiblyExactOperator>(this)->isExact(); in isExact() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/crosstest/ |
D | test_cast.cpp | 22 ToType __attribute__((noinline)) cast(FromType a) { in cast() function 32 ToType __attribute__((noinline)) cast(int i, FromType a, int j) { in cast() function 49 static ToType f(bool a) { return cast<bool, ToType>(a); } in f() 50 static ToType f(myint8_t a) { return cast<myint8_t, ToType>(a); } in f() 51 static ToType f(uint8_t a) { return cast<uint8_t, ToType>(a); } in f() 52 static ToType f(int16_t a) { return cast<int16_t, ToType>(a); } in f() 53 static ToType f(uint16_t a) { return cast<uint16_t, ToType>(a); } in f() 54 static ToType f(int32_t a) { return cast<int32_t, ToType>(a); } in f() 55 static ToType f(uint32_t a) { return cast<uint32_t, ToType>(a); } in f() 56 static ToType f(int64 a) { return cast<int64, ToType>(a); } in f() [all …]
|
D | test_cast_main.cpp | 99 COMPARE(cast, FromType, bool, Val, FromTypeString); in testValue() 100 COMPARE(cast, FromType, uint8_t, Val, FromTypeString); in testValue() 101 COMPARE(cast, FromType, myint8_t, Val, FromTypeString); in testValue() 102 COMPARE(cast, FromType, uint16_t, Val, FromTypeString); in testValue() 103 COMPARE(cast, FromType, int16_t, Val, FromTypeString); in testValue() 104 COMPARE(cast, FromType, uint32_t, Val, FromTypeString); in testValue() 105 COMPARE(cast, FromType, int32_t, Val, FromTypeString); in testValue() 106 COMPARE(cast, FromType, uint64, Val, FromTypeString); in testValue() 107 COMPARE(cast, FromType, int64, Val, FromTypeString); in testValue() 108 COMPARE(cast, FromType, float, Val, FromTypeString); in testValue() [all …]
|
/third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
D | cl_stubs.cpp | 74 return device->cast<Device>().getInfo(param_name, param_value_size, param_value, in GetDeviceInfo() 84 return in_device->cast<Device>().createSubDevices(properties, num_devices, out_devices, in CreateSubDevices() 90 Device &dev = device->cast<Device>(); in RetainDevice() 100 Device &dev = device->cast<Device>(); in ReleaseDevice() 159 context->cast<Context>().retain(); in RetainContext() 165 Context &ctx = context->cast<Context>(); in ReleaseContext() 179 return context->cast<Context>().getInfo(param_name, param_value_size, param_value, in GetContextInfo() 197 return context->cast<Context>().createCommandQueueWithProperties(device, properties, errorCode); in CreateCommandQueueWithProperties() 202 command_queue->cast<CommandQueue>().retain(); in RetainCommandQueue() 208 CommandQueue &queue = command_queue->cast<CommandQueue>(); in ReleaseCommandQueue() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/ |
D | CoroInstr.h | 57 return cast<ConstantInt>(getArgOperand(IndexArg)); in getRawIndex() 65 return isa<IntrinsicInst>(V) && classof(cast<IntrinsicInst>(V)); in classof() 77 return isa<IntrinsicInst>(V) && classof(cast<IntrinsicInst>(V)); in classof() 108 return isa<IntrinsicInst>(V) && classof(cast<IntrinsicInst>(V)); in classof() 121 : cast<AllocaInst>(Arg->stripPointerCasts()); in getPromise() 134 auto *Inst = cast<Instruction>(Arg); in clearPromise() 173 Result.Resumers = cast<ConstantArray>(Initializer); in getInfo() 177 return cast<Constant>(getArgOperand(InfoArg)->stripPointerCasts()); in getRawInfo() 183 return cast<Function>(getArgOperand(CoroutineArg)->stripPointerCasts()); in getCoroutine() 198 return isa<IntrinsicInst>(V) && classof(cast<IntrinsicInst>(V)); in classof() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | IntrinsicInst.h | 62 return isa<CallInst>(V) && classof(cast<CallInst>(V)); in classof() 82 return isa<IntrinsicInst>(V) && classof(cast<IntrinsicInst>(V)); in classof() 102 return cast<DILocalVariable>(getRawVariable()); in getVariable() 106 return cast<DIExpression>(getRawExpression()); in getExpression() 110 return cast<MetadataAsValue>(getArgOperand(1))->getMetadata(); in getRawVariable() 114 return cast<MetadataAsValue>(getArgOperand(2))->getMetadata(); in getRawExpression() 133 return isa<IntrinsicInst>(V) && classof(cast<IntrinsicInst>(V)); in classof() 149 return isa<IntrinsicInst>(V) && classof(cast<IntrinsicInst>(V)); in classof() 165 return isa<IntrinsicInst>(V) && classof(cast<IntrinsicInst>(V)); in classof() 182 return isa<IntrinsicInst>(V) && classof(cast<IntrinsicInst>(V)); in classof() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceInstrumentation.cpp | 64 instrumentAlloca(Context, llvm::cast<InstAlloca>(Instr)); in instrumentInst() 67 instrumentArithmetic(Context, llvm::cast<InstArithmetic>(Instr)); in instrumentInst() 70 instrumentBr(Context, llvm::cast<InstBr>(Instr)); in instrumentInst() 73 instrumentCall(Context, llvm::cast<InstCall>(Instr)); in instrumentInst() 76 instrumentCast(Context, llvm::cast<InstCast>(Instr)); in instrumentInst() 79 instrumentExtractElement(Context, llvm::cast<InstExtractElement>(Instr)); in instrumentInst() 82 instrumentFcmp(Context, llvm::cast<InstFcmp>(Instr)); in instrumentInst() 85 instrumentIcmp(Context, llvm::cast<InstIcmp>(Instr)); in instrumentInst() 88 instrumentInsertElement(Context, llvm::cast<InstInsertElement>(Instr)); in instrumentInst() 91 instrumentIntrinsic(Context, llvm::cast<InstIntrinsic>(Instr)); in instrumentInst() [all …]
|
/third_party/skia/third_party/skcms/src/ |
D | Transform_inl.h | 110 SI D cast(const S& v) { in cast() function 135 SI U16 to_fixed(F f) { return cast<U16>(f + 0.5f); } in to_fixed() 137 SI U32 to_fixed(F f) { return (U32)cast<I32>(f + 0.5f); } in to_fixed() 169 U32 wide = cast<U32>(half); in F_from_Half() 203 return cast<U16>(if_then_else(em < 0x38800000, (U32)F0 in Half_from_F() 254 F roundtrip = cast<F>(cast<I32>(x)); in floor_() 271 F e = cast<F>(bits) * (1.0f / (1<<23)); in approx_log2() 297 I32 bits = cast<I32>(max_(fbits, F0)); in approx_exp2() 620 return cast<F>(v) * (1/255.0f); in F_from_U8() 628 return cast<F>(lo|hi) * (1/65535.0f); in F_from_U16_BE() [all …]
|
/third_party/mesa3d/src/compiler/nir/ |
D | nir_deref.c | 30 is_trivial_deref_cast(nir_deref_instr *cast) in is_trivial_deref_cast() argument 32 nir_deref_instr *parent = nir_src_as_deref(cast->parent); in is_trivial_deref_cast() 36 return cast->modes == parent->modes && in is_trivial_deref_cast() 37 cast->type == parent->type && in is_trivial_deref_cast() 38 cast->dest.ssa.num_components == parent->dest.ssa.num_components && in is_trivial_deref_cast() 39 cast->dest.ssa.bit_size == parent->dest.ssa.bit_size; in is_trivial_deref_cast() 271 return deref->cast.ptr_stride; in nir_deref_instr_array_stride() 771 new_deref->cast.ptr_stride = deref->cast.ptr_stride; in rematerialize_deref_in_block() 927 is_trivial_array_deref_cast(nir_deref_instr *cast) in is_trivial_array_deref_cast() argument 929 assert(is_trivial_deref_cast(cast)); in is_trivial_array_deref_cast() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | FunctionComparator.cpp | 277 const auto *SeqR = cast<ConstantDataSequential>(R); in cmpConstants() 291 const APInt &LInt = cast<ConstantInt>(L)->getValue(); in cmpConstants() 292 const APInt &RInt = cast<ConstantInt>(R)->getValue(); in cmpConstants() 296 const APFloat &LAPF = cast<ConstantFP>(L)->getValueAPF(); in cmpConstants() 297 const APFloat &RAPF = cast<ConstantFP>(R)->getValueAPF(); in cmpConstants() 301 const ConstantArray *LA = cast<ConstantArray>(L); in cmpConstants() 302 const ConstantArray *RA = cast<ConstantArray>(R); in cmpConstants() 303 uint64_t NumElementsL = cast<ArrayType>(TyL)->getNumElements(); in cmpConstants() 304 uint64_t NumElementsR = cast<ArrayType>(TyR)->getNumElements(); in cmpConstants() 308 if (int Res = cmpConstants(cast<Constant>(LA->getOperand(i)), in cmpConstants() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
D | VPlanSLP.cpp | 59 return cast<VPInstruction>(V)->getUnderlyingInstr(); in addCombined() 63 Type *T = cast<VPInstruction>(V)->getUnderlyingInstr()->getType(); in addCombined() 80 cast<VPInstruction>(Op)->getUnderlyingInstr(); in areVectorizable() 91 cast<VPInstruction>(Operands[0])->getUnderlyingInstr(); in areVectorizable() 95 const Instruction *I = cast<VPInstruction>(Op)->getUnderlyingInstr(); in areVectorizable() 105 return cast<VPInstruction>(Op)->getParent() != &this->BB; in areVectorizable() 123 VPBasicBlock *Parent = cast<VPInstruction>(Operands[0])->getParent(); in areVectorizable() 125 auto *VPI = cast<VPInstruction>(&I); in areVectorizable() 140 return cast<LoadInst>(cast<VPInstruction>(Op)->getUnderlyingInstr()) in areVectorizable() 150 return cast<StoreInst>(cast<VPInstruction>(Op)->getUnderlyingInstr()) in areVectorizable() [all …]
|
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
D | Traits.hpp | 82 static Bool cast(bool); 88 static Byte cast(uint8_t); 94 static SByte cast(int8_t); 100 static Short cast(int16_t); 106 static UShort cast(uint16_t); 112 static Int cast(int32_t); 118 static UInt cast(uint32_t); 124 static Float cast(float); 130 static Float4 cast(float[4]); 154 static inline type cast(const T *v); // implemented in Traits.inl [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MCFragment.cpp | 252 delete cast<MCAlignFragment>(this); in destroy() 255 delete cast<MCDataFragment>(this); in destroy() 258 delete cast<MCCompactEncodedInstFragment>(this); in destroy() 261 delete cast<MCFillFragment>(this); in destroy() 264 delete cast<MCRelaxableFragment>(this); in destroy() 267 delete cast<MCOrgFragment>(this); in destroy() 270 delete cast<MCDwarfLineAddrFragment>(this); in destroy() 273 delete cast<MCDwarfCallFrameFragment>(this); in destroy() 276 delete cast<MCLEBFragment>(this); in destroy() 279 delete cast<MCBoundaryAlignFragment>(this); in destroy() [all …]
|
/third_party/python/Lib/ctypes/test/ |
D | test_cast.py | 12 ptr = cast(array, POINTER(c_int)) 16 ptr = cast(array, POINTER(c_short)) 28 ptr = cast(c_void_p(address), POINTER(c_int)) 31 ptr = cast(address, POINTER(c_int)) 40 p = cast(array, POINTER(c_char_p)) 52 p = cast((c_int * 4)(1, 2, 3, 4), POINTER(c_int)) 76 self.assertEqual(cast(cast(s, c_void_p), c_char_p).value, 82 self.assertEqual(cast(cast(s, c_void_p), c_wchar_p).value, 89 self.assertRaises(TypeError, cast, array, None) 90 self.assertRaises(TypeError, cast, array, array_type) [all …]
|
/third_party/skia/third_party/externals/tint/src/writer/msl/ |
D | generator_impl_cast_test.cc | 25 auto* cast = Construct<f32>(1); in TEST_F() local 26 WrapInFunction(cast); in TEST_F() 31 ASSERT_TRUE(gen.EmitExpression(out, cast)) << gen.error(); in TEST_F() 36 auto* cast = vec3<f32>(vec3<i32>(1, 2, 3)); in TEST_F() local 37 WrapInFunction(cast); in TEST_F() 42 ASSERT_TRUE(gen.EmitExpression(out, cast)) << gen.error(); in TEST_F() 47 auto* cast = Construct<u32>(std::numeric_limits<int32_t>::min()); in TEST_F() local 48 WrapInFunction(cast); in TEST_F() 53 ASSERT_TRUE(gen.EmitExpression(out, cast)) << gen.error(); in TEST_F()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | VOP2Instructions.td | 556 !if(!cast<Commutable_REV>(Inst).IsOrig, 565 !if(!cast<Commutable_REV>(Inst).IsOrig, 872 VOP2_Real<!cast<VOP2_Pseudo>(NAME), SIEncodingFamily.GFX10>, 873 VOP2_MADKe<op{5-0}, !cast<VOP2_Pseudo>(NAME).Pfl>; 878 VOP2_Real<!cast<VOP2_Pseudo>(opName), SIEncodingFamily.GFX10>, 879 VOP2_MADKe<op{5-0}, !cast<VOP2_Pseudo>(opName).Pfl> { 880 VOP2_Pseudo ps = !cast<VOP2_Pseudo>(opName); 886 VOP2_Real<!cast<VOP2_Pseudo>(NAME#"_e32"), SIEncodingFamily.GFX10>, 887 VOP2e<op{5-0}, !cast<VOP2_Pseudo>(NAME#"_e32").Pfl>; 891 VOP3_Real<!cast<VOP3_Pseudo>(NAME#"_e64"), SIEncodingFamily.GFX10>, [all …]
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | validationCL.cpp | 62 platform = &nativePlatform->cast<Platform>(); in ValidateContextProperties() 178 const CommandQueue &queue = commandQueue->cast<CommandQueue>(); in ValidateCommandQueueAndEventWaitList() 209 if (&queue.getContext() != &(*events++)->cast<Event>().getContext()) in ValidateCommandQueueAndEventWaitList() 228 const Buffer &buf = buffer->cast<Buffer>(); in ValidateEnqueueBuffer() 365 const Image &img = image->cast<Image>(); in ValidateEnqueueImage() 526 const cl_version version = platform->cast<Platform>().getVersion(); in ValidateGetPlatformInfo() 585 const Device &dev = device->cast<Device>(); in ValidateGetDeviceInfo() 703 if (!Device::IsValid(*devices) || &(*devices)->cast<Device>().getPlatform() != platform) in ValidateCreateContext() 795 const CommandQueue &queue = command_queue->cast<CommandQueue>(); in ValidateGetCommandQueueInfo() 832 const Context &ctx = context->cast<Context>(); in ValidateCreateBuffer() [all …]
|
/third_party/node/deps/v8/src/objects/ |
D | templates.cc | 30 return handle(SharedFunctionInfo::cast(current_info), isolate); in GetOrCreateSharedFunctionInfo() 35 name_string = Handle<String>::cast(name); in GetOrCreateSharedFunctionInfo() 37 name_string = handle(String::cast(info->class_name()), isolate); in GetOrCreateSharedFunctionInfo() 83 JSFunction fun = JSFunction::cast(cons_obj); in IsTemplateFor() 86 type = FunctionTemplateInfo::cast(cons_obj); in IsTemplateFor() 94 type = FunctionTemplateInfo::cast(type).GetParentTemplate(); in IsTemplateFor() 108 Map map = HeapObject::cast(object).map(); in IsLeafTemplateForApiObject() 111 JSFunction fun = JSFunction::cast(constructor_obj); in IsLeafTemplateForApiObject() 135 Object maybe_name = FunctionTemplateInfo::cast(getter).cached_property_name(); in TryGetCachedPropertyName() 137 return Name::cast(maybe_name); in TryGetCachedPropertyName() [all …]
|
D | module.cc | 32 SourceTextModule::cast(module).GetScript().GetNameOrSourceURL().Print(os); in PrintModuleName() 34 SyntheticModule::cast(module).name().Print(os); in PrintModuleName() 93 auto self = SourceTextModule::cast(*module); in RecordError() 114 SourceTextModule::cast(*module).requested_modules(), isolate) in ResetGraph() 125 ResetGraph(isolate, Handle<Module>::cast(descendant)); in ResetGraph() 141 ? SourceTextModule::cast(*module).regular_exports().length() in Reset() 142 : SyntheticModule::cast(*module).export_names().length(); in Reset() 146 SourceTextModule::Reset(isolate, Handle<SourceTextModule>::cast(module)); in Reset() 170 isolate, Handle<SourceTextModule>::cast(module), module_specifier, in ResolveExport() 174 isolate, Handle<SyntheticModule>::cast(module), module_specifier, in ResolveExport() [all …]
|
D | objects-inl.h | 77 return IsHeapObject() && HeapObject::cast(*this).InSharedHeap(); in InSharedHeap() 81 return IsHeapObject() && HeapObject::cast(*this).InSharedWritableHeap(); in InSharedWritableHeap() 86 return IsHeapObject() && HeapObject::cast(*this).Is##type_(); \ 89 return IsHeapObject() && HeapObject::cast(*this).Is##type_(cage_base); \ 108 return IsHeapObject() && HeapObject::cast(*this).Is##Type(); \ 132 return IsHeapObject() && HeapObject::cast(*this).IsNullOrUndefined(); in IsNullOrUndefined() 138 return IsSymbol() && !Symbol::cast(*this).is_private(); in IsPublicSymbol() 141 return IsSymbol() && Symbol::cast(*this).is_private(); in IsPrivateSymbol() 227 Foreign::cast(*this).foreign_address() != kNullAddress; in DEF_GETTER() 240 return StringShape(String::cast(*this).map(cage_base)).IsCons(); in DEF_GETTER() [all …]
|
D | objects.cc | 212 Handle<Map> map(HeapObject::cast(*this).map(), isolate); in OptimalType() 230 HeapNumber::cast(*object).value_as_bits(kRelaxedLoad), kRelaxedStore); in NewStorageFor() 246 HeapNumber::cast(*object).value_as_bits(kRelaxedLoad)); in WrapForRead() 265 Handle<HeapObject>::cast(object)->map().GetConstructorFunctionIndex(); in ToObjectImpl() 280 JSFunction::cast(native_context->get(constructor_function_index)), in ToObjectImpl() 284 Handle<JSPrimitiveWrapper>::cast(result)->set_value(*object); in ToObjectImpl() 292 if (object->IsJSReceiver()) return Handle<JSReceiver>::cast(object); in ConvertReceiver() 308 return String::ToNumber(isolate, Handle<String>::cast(input)); in ConvertToNumberOrNumeric() 311 return Oddball::ToNumber(isolate, Handle<Oddball>::cast(input)); in ConvertToNumberOrNumeric() 325 JSReceiver::ToPrimitive(isolate, Handle<JSReceiver>::cast(input), in ConvertToNumberOrNumeric() [all …]
|
D | name-inl.h | 74 return String::cast(*this).SlowEquals(String::cast(other)); in Equals() 83 return String::SlowEquals(isolate, Handle<String>::cast(one), in Equals() 84 Handle<String>::cast(two)); in Equals() 117 return String::cast(*this).ComputeAndSetHash(); in EnsureHash() 125 return String::cast(*this).ComputeAndSetHash(access_guard); in EnsureHash() 135 return IsSymbol(cage_base) && Symbol::cast(*this).is_interesting_symbol(); in DEF_GETTER() 139 return this->IsSymbol(cage_base) && Symbol::cast(*this).is_private(); in DEF_GETTER() 144 this->IsSymbol(cage_base) && Symbol::cast(*this).is_private_name(); in DEF_GETTER() 151 this->IsSymbol(cage_base) && Symbol::cast(*this).is_private_brand(); in DEF_GETTER() 157 return IsString() && String::cast(*this).AsArrayIndex(index); in AsArrayIndex() [all …]
|
/third_party/node/deps/v8/src/codegen/ |
D | pending-optimization-table.cc | 42 : handle(ObjectHashTable::cast( in PreparedForOptimization() 62 : handle(Handle<ObjectHashTable>::cast(table)->Lookup( in IsHeuristicOptimizationAllowed() 69 DCHECK(Handle<Tuple2>::cast(entry)->value2().IsSmi()); in IsHeuristicOptimizationAllowed() 70 FunctionStatusFlags status(Smi::ToInt(Handle<Tuple2>::cast(entry)->value2())); in IsHeuristicOptimizationAllowed() 83 : handle(Handle<ObjectHashTable>::cast(table)->Lookup( in MarkedForOptimization() 97 DCHECK(Handle<Tuple2>::cast(entry)->value2().IsSmi()); in MarkedForOptimization() 98 FunctionStatusFlags status(Smi::ToInt(Handle<Tuple2>::cast(entry)->value2())); in MarkedForOptimization() 101 Handle<Tuple2>::cast(entry)->set_value2(Smi::FromInt(status)); in MarkedForOptimization() 102 table = ObjectHashTable::Put(Handle<ObjectHashTable>::cast(table), in MarkedForOptimization() 116 handle(ObjectHashTable::cast( in FunctionWasOptimized() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | SVEInstrFormats.td | 286 (!cast<Instruction>(NAME # _B) PPR8:$Pd, 0b11111), 1>; 288 (!cast<Instruction>(NAME # _H) PPR16:$Pd, 0b11111), 1>; 290 (!cast<Instruction>(NAME # _S) PPR32:$Pd, 0b11111), 1>; 292 (!cast<Instruction>(NAME # _D) PPR64:$Pd, 0b11111), 1>; 446 def : SVE_2_Op_Pat<nxv16i1, op, nxv16i1, nxv16i1, !cast<Instruction>(NAME # _B)>; 455 def : SVE_2_Op_Pat<nxv16i1, op, nxv16i1, nxv16i1, !cast<Instruction>(NAME # _B)>; 456 def : SVE_2_Op_Pat<nxv8i1, op, nxv8i1, nxv8i1, !cast<Instruction>(NAME # _H)>; 457 def : SVE_2_Op_Pat<nxv4i1, op, nxv4i1, nxv4i1, !cast<Instruction>(NAME # _S)>; 458 def : SVE_2_Op_Pat<nxv2i1, op, nxv2i1, nxv2i1, !cast<Instruction>(NAME # _D)>; 497 …(EXTRACT_SUBREG (!cast<Instruction>(NAME # _B) PPRAny:$Pg, (INSERT_SUBREG (IMPLICIT_DEF), $Rn, sub… [all …]
|