/external/llvm/lib/Target/AMDGPU/ |
D | SIInstrInfo.td | 584 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 …]
|
D | SIRegisterInfo.td | 227 def VReg_96 : RegisterClass<"AMDGPU", [untyped], 32, (add VGPR_96)> {
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZRegisterInfo.td | 111 // 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>;
|
D | SystemZOperators.td | 42 [SDTCisVT<0, untyped>, 43 SDTCisVT<1, untyped>, 46 [SDTCisVT<0, untyped>, 47 SDTCisVT<1, untyped>,
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64RegisterInfo.td | 389 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/ |
D | pipeline.h | 73 void RunPrintAndVerify(const char* phase, bool untyped = false);
|
D | pipeline.cc | 1030 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/ |
D | ValueTypes.td | 98 def untyped: ValueType<8 , 67>; // Produces an untyped value
|
/external/llvm/lib/Target/Mips/ |
D | MipsRegisterInfo.td | 424 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)> {
|
D | MipsDSPInstrInfo.td | 26 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>,
|
D | MipsInstrInfo.td | 26 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/ |
D | ARMRegisterInfo.td | 353 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/ |
D | AssignTokenTypesWalker.g | 75 * 6. Walks literals, assigning types if untyped
|
/external/llvm/docs/ |
D | MIRLangRef.rst | 365 The immediate machine operands are untyped, 64-bit signed integers. The
|
/external/bison/po/ |
D | nl.po | 679 # betere vertaling voor 'untyped'? 682 msgid "explicit type given in untyped grammar"
|
D | bison.pot | 613 msgid "explicit type given in untyped grammar"
|
D | pt.po | 615 msgid "explicit type given in untyped grammar"
|
D | zh_CN.po | 615 msgid "explicit type given in untyped grammar"
|
D | sr.po | 691 msgid "explicit type given in untyped grammar"
|
D | uk.po | 712 msgid "explicit type given in untyped grammar"
|
D | el.po | 682 msgid "explicit type given in untyped grammar"
|
D | zh_TW.po | 648 msgid "explicit type given in untyped grammar"
|
D | ms.po | 670 msgid "explicit type given in untyped grammar"
|
/external/bison/ |
D | NEWS | 241 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/ |
D | dfg-dead-unreachable-code-with-chain-of-dead-unchecked-nodes-expected.txt | 24 …ad, unreachable, and contains a chain of nodes that use each other in an untyped way doesn't resul…
|