Home
last modified time | relevance | path

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

12

/external/llvm/lib/Target/AMDGPU/
DSIInstrInfo.td584 def VOP3Mods0 : ComplexPattern<untyped, 4, "SelectVOP3Mods0">;
585 def VOP3NoMods0 : ComplexPattern<untyped, 4, "SelectVOP3NoMods0">;
586 def VOP3Mods0Clamp : ComplexPattern<untyped, 3, "SelectVOP3Mods0Clamp">;
587 def VOP3Mods0Clamp0OMod : ComplexPattern<untyped, 4, "SelectVOP3Mods0Clamp0OMod">;
588 def VOP3Mods : ComplexPattern<untyped, 2, "SelectVOP3Mods">;
589 def VOP3NoMods : ComplexPattern<untyped, 2, "SelectVOP3NoMods">;
1007 !if (!eq(Src0.Value, untyped.Value), 0,
1008 !if (!eq(Src1.Value, untyped.Value), 1, // VOP1
1009 !if (!eq(Src2.Value, untyped.Value), 2, // VOP2
1142 field bit HasDst = !if(!eq(DstVT.Value, untyped.Value), 0, 1);
[all …]
DSIRegisterInfo.td227 def VReg_96 : RegisterClass<"AMDGPU", [untyped], 32, (add VGPR_96)> {
/external/llvm/lib/Target/SystemZ/
DSystemZRegisterInfo.td111 // register pairs as untyped instead.
112 defm GR128 : SystemZRegClass<"GR128", [untyped], 128,
122 defm ADDR128 : SystemZRegClass<"ADDR128", [untyped], 128, (sub GR128Bit, R0Q)>;
276 def v128any : TypedReg<untyped, VR128>;
DSystemZOperators.td42 [SDTCisVT<0, untyped>,
43 SDTCisVT<1, untyped>,
46 [SDTCisVT<0, untyped>,
47 SDTCisVT<1, untyped>,
/external/llvm/lib/Target/AArch64/
DAArch64RegisterInfo.td389 def FPR8 : RegisterClass<"AArch64", [untyped], 8, (sequence "B%u", 0, 31)> {
421 def DD : RegisterClass<"AArch64", [untyped], 64, (add DSeqPairs)> {
424 def DDD : RegisterClass<"AArch64", [untyped], 64, (add DSeqTriples)> {
427 def DDDD : RegisterClass<"AArch64", [untyped], 64, (add DSeqQuads)> {
439 def QQ : RegisterClass<"AArch64", [untyped], 128, (add QSeqPairs)> {
442 def QQQ : RegisterClass<"AArch64", [untyped], 128, (add QSeqTriples)> {
445 def QQQQ : RegisterClass<"AArch64", [untyped], 128, (add QSeqQuads)> {
610 def WSeqPairsClass : RegisterClass<"AArch64", [untyped], 32,
614 def XSeqPairsClass : RegisterClass<"AArch64", [untyped], 64,
/external/v8/src/compiler/
Dpipeline.h73 void RunPrintAndVerify(const char* phase, bool untyped = false);
Dpipeline.cc1030 void Run(PipelineData* data, Zone* temp_zone, const bool untyped) { in Run()
1031 Verifier::Run(data->graph(), FLAG_turbo_types && !untyped in Run()
1045 void Pipeline::RunPrintAndVerify(const char* phase, bool untyped) { in RunPrintAndVerify() argument
1050 Run<VerifyGraphPhase>(untyped); in RunPrintAndVerify()
/external/llvm/include/llvm/CodeGen/
DValueTypes.td98 def untyped: ValueType<8 , 67>; // Produces an untyped value
/external/llvm/lib/Target/Mips/
DMipsRegisterInfo.td424 def ACC64 : RegisterClass<"Mips", [untyped], 64, (add AC0)> {
428 def ACC128 : RegisterClass<"Mips", [untyped], 128, (add AC0_64)> {
432 def ACC64DSP : RegisterClass<"Mips", [untyped], 64, (sequence "AC%u", 0, 3)> {
DMipsDSPInstrInfo.td26 SDTCisVT<2, untyped>]>;
27 def SDT_MipsShilo : SDTypeProfile<1, 2, [SDTCisVT<0, untyped>,
29 def SDT_MipsDPA : SDTypeProfile<1, 3, [SDTCisVT<0, untyped>, SDTCisSameAs<0, 3>,
DMipsInstrInfo.td26 def SDT_MFLOHI : SDTypeProfile<1, 1, [SDTCisInt<0>, SDTCisVT<1, untyped>]>;
27 def SDT_MTLOHI : SDTypeProfile<1, 2, [SDTCisVT<0, untyped>,
29 def SDT_MipsMultDiv : SDTypeProfile<1, 2, [SDTCisVT<0, untyped>, SDTCisInt<1>,
32 [SDTCisVT<0, untyped>, SDTCisSameAs<0, 3>,
/external/llvm/lib/Target/ARM/
DARMRegisterInfo.td353 def GPRPair : RegisterClass<"ARM", [untyped], 64, (add Tuples2R)> {
364 def DTriple : RegisterClass<"ARM", [untyped], 64, (add Tuples3D)> {
419 def DTripleSpc : RegisterClass<"ARM", [untyped], 64, (add Tuples3DSpc)> {
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
DAssignTokenTypesWalker.g75 * 6. Walks literals, assigning types if untyped
/external/llvm/docs/
DMIRLangRef.rst365 The immediate machine operands are untyped, 64-bit signed integers. The
/external/bison/po/
Dnl.po679 # betere vertaling voor 'untyped'?
682 msgid "explicit type given in untyped grammar"
Dbison.pot613 msgid "explicit type given in untyped grammar"
Dpt.po615 msgid "explicit type given in untyped grammar"
Dzh_CN.po615 msgid "explicit type given in untyped grammar"
Dsr.po691 msgid "explicit type given in untyped grammar"
Duk.po712 msgid "explicit type given in untyped grammar"
Del.po682 msgid "explicit type given in untyped grammar"
Dzh_TW.po648 msgid "explicit type given in untyped grammar"
Dms.po670 msgid "explicit type given in untyped grammar"
/external/bison/
DNEWS241 will display two values for each typed and untyped symbol (provided
1592 action is valid when $$ is untyped, and $1 typed:
1594 untyped: ... typed;
1598 typed: ... untyped;
/external/v8/test/webkit/
Ddfg-dead-unreachable-code-with-chain-of-dead-unchecked-nodes-expected.txt24 …ad, unreachable, and contains a chain of nodes that use each other in an untyped way doesn't resul…

12