Home
last modified time | relevance | path

Searched refs:untyped (Results 1 – 25 of 98) sorted by relevance

1234

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.td1328 def VOP3Mods0 : ComplexPattern<untyped, 4, "SelectVOP3Mods0">;
1329 def VOP3Mods : ComplexPattern<untyped, 2, "SelectVOP3Mods">;
1330 def VOP3NoMods : ComplexPattern<untyped, 1, "SelectVOP3NoMods">;
1334 def VOP3OMods : ComplexPattern<untyped, 3, "SelectVOP3OMods">;
1336 def VOP3PMods : ComplexPattern<untyped, 2, "SelectVOP3PMods">;
1338 def VOP3OpSel : ComplexPattern<untyped, 2, "SelectVOP3OpSel">;
1340 def VOP3OpSelMods : ComplexPattern<untyped, 2, "SelectVOP3OpSelMods">;
1342 def VOP3PMadMixMods : ComplexPattern<untyped, 2, "SelectVOP3PMadMixMods">;
1429 !if (!eq(Src0.Value, untyped.Value), 0,
1430 !if (!eq(Src1.Value, untyped.Value), 1, // VOP1
[all …]
H A DVOP1Instructions.td136 VOPProfile<[dstVt, srcVt, untyped, untyped]> {
150 VOPProfile<[dstVt, srcVt, untyped, untyped]> {
300 def VOP_MOVRELS : VOPProfile<[i32, i32, untyped, untyped]> {
309 class VOP_MOVREL<RegisterOperand Src1RC> : VOPProfile<[untyped, i32, untyped, untyped]> {
436 def VOP_SWAP_I32 : VOPProfile<[i32, i32, i32, untyped]> {
H A DSIRegisterInfo.td730 def SGPR_192 : RegisterClass<"AMDGPU", [untyped], 32, (add SGPR_192Regs)> {
735 def SReg_192 : RegisterClass<"AMDGPU", [untyped], 32, (add SGPR_192)> {
815 defm VReg_192 : VRegClass<6, [untyped], (add VGPR_192)>;
835 defm AReg_192 : ARegClass<6, [untyped], (add AGPR_192)>;
/netbsd-src/external/bsd/byacc/dist/test/btyacc/
H A Derr_inherit3.error6 YACC: w - line 64 of "./err_inherit3.y", untyped argument $c
16 YACC: w - line 69 of "./err_inherit3.y", untyped argument $t
20 YACC: w - line 69 of "./err_inherit3.y", untyped argument $c
H A Derr_syntax21.error1 YACC: e - line 12 of "./err_syntax21.y", $0 is untyped
H A Derr_syntax23.error1 YACC: e - line 18 of "./err_syntax23.y", $$ is untyped
H A Derr_syntax22.error1 YACC: e - line 17 of "./err_syntax22.y", $2 (recur) is untyped
H A Derr_syntax24.error2 YACC: e - line 22 of "./err_syntax24.y", $$ is untyped
/netbsd-src/external/bsd/byacc/dist/test/yacc/
H A Derr_syntax23.error1 YACC: e - line 18 of "./err_syntax23.y", $$ is untyped
H A Derr_syntax21.error1 YACC: e - line 12 of "./err_syntax21.y", $0 is untyped
H A Derr_syntax22.error1 YACC: e - line 17 of "./err_syntax22.y", $2 (recur) is untyped
H A Derr_syntax24.error2 YACC: e - line 22 of "./err_syntax24.y", $$ is untyped
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/format/
H A Dread.d472 char[int.sizeof] untyped;
478 char[] input = b.untyped[];
488 char[float.sizeof] untyped;
494 char[] input = a.untyped[];
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64RegisterInfo.td425 def FPR8 : RegisterClass<"AArch64", [untyped], 8, (sequence "B%u", 0, 31)> {
467 def DD : RegisterClass<"AArch64", [untyped], 64, (add DSeqPairs)> {
470 def DDD : RegisterClass<"AArch64", [untyped], 64, (add DSeqTriples)> {
473 def DDDD : RegisterClass<"AArch64", [untyped], 64, (add DSeqQuads)> {
485 def QQ : RegisterClass<"AArch64", [untyped], 128, (add QSeqPairs)> {
488 def QQQ : RegisterClass<"AArch64", [untyped], 128, (add QSeqTriples)> {
491 def QQQQ : RegisterClass<"AArch64", [untyped], 128, (add QSeqQuads)> {
687 def WSeqPairsClass : RegisterClass<"AArch64", [untyped], 32,
691 def XSeqPairsClass : RegisterClass<"AArch64", [untyped], 64,
993 def ZPR2 : RegisterClass<"AArch64", [untyped], 128, (add ZSeqPairs)> {
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZRegisterInfo.td128 // register pairs as untyped instead.
130 defm GR128 : SystemZRegClass<"GR128", [untyped], 128,
145 defm ADDR128 : SystemZRegClass<"ADDR128", [untyped], 128, (sub GR128Bit, R0Q),
312 def v128any : TypedReg<untyped, VR128>;
H A DSystemZOperators.td48 [SDTCisVT<0, untyped>,
85 [SDTCisVT<0, untyped>,
88 [SDTCisVT<0, untyped>,
91 [SDTCisVT<0, untyped>,
94 SDTCisVT<3, untyped>,
95 SDTCisVT<4, untyped>]>;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86RegisterInfo.td621 def VK1PAIR : RegisterClass<"X86", [untyped], 16, (add KPAIRS)> {let Size = 32;}
622 def VK2PAIR : RegisterClass<"X86", [untyped], 16, (add KPAIRS)> {let Size = 32;}
623 def VK4PAIR : RegisterClass<"X86", [untyped], 16, (add KPAIRS)> {let Size = 32;}
624 def VK8PAIR : RegisterClass<"X86", [untyped], 16, (add KPAIRS)> {let Size = 32;}
625 def VK16PAIR : RegisterClass<"X86", [untyped], 16, (add KPAIRS)> {let Size = 32;}
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsRegisterInfo.td462 def ACC64 : RegisterClass<"Mips", [untyped], 64, (add AC0)> {
466 def ACC128 : RegisterClass<"Mips", [untyped], 128, (add AC0_64)> {
470 def ACC64DSP : RegisterClass<"Mips", [untyped], 64, (sequence "AC%u", 0, 3)> {
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMRegisterInfo.td525 def GPRPair : RegisterClass<"ARM", [untyped], 64, (add Tuples2Rnosp, Tuples2Rsp)> {
530 def GPRPairnosp : RegisterClass<"ARM", [untyped], 64, (add Tuples2Rnosp)> {
541 def DTriple : RegisterClass<"ARM", [untyped], 64, (add Tuples3D)> {
596 def DTripleSpc : RegisterClass<"ARM", [untyped], 64, (add Tuples3DSpc)> {
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DValueTypes.td205 def untyped : ValueType<8, 164>; // Produces an untyped value
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/
H A Dtypes.md166 ; untyped insn without type information - default, and error,
695 untyped,\
1109 (const_string "untyped"))
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/
H A Dtypes.md184 ; untyped insn without type information - default, and error,
714 untyped,\
1164 (const_string "untyped")))
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DOpaquePointers.rst65 lack of semantics. Rather, since LLVM IR works on untyped memory, for a frontend
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/CSKY/
H A DCSKYRegisterInfo.td156 def GPRPair : RegisterClass<"CSKY", [untyped], 32, (add GPRTuple)> {
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dvariant.d222 static A* getPtr(void* untyped) in VariantN()
224 if (untyped) in VariantN()
227 return cast(A*) untyped; in VariantN()
229 return *cast(A**) untyped; in VariantN()

1234