/third_party/typescript/tests/baselines/reference/ |
D | intersectionWithIndexSignatures.symbols | 70 type constr<Source, Tgt> = { [K in keyof Source]: string } & Pick<Tgt, Exclude<keyof Tgt, keyof Sou… 73 >Tgt : Symbol(Tgt, Decl(intersectionWithIndexSignatures.ts, 20, 19)) 77 >Tgt : Symbol(Tgt, Decl(intersectionWithIndexSignatures.ts, 20, 19)) 79 >Tgt : Symbol(Tgt, Decl(intersectionWithIndexSignatures.ts, 20, 19))
|
D | intersectionWithIndexSignatures.js | 22 type constr<Source, Tgt> = { [K in keyof Source]: string } & Pick<Tgt, Exclude<keyof Tgt, keyof Sou… variable
|
D | intersectionWithIndexSignatures.types | 64 type constr<Source, Tgt> = { [K in keyof Source]: string } & Pick<Tgt, Exclude<keyof Tgt, keyof Sou… 65 >constr : constr<Source, Tgt>
|
D | intersectionWithIndexSignatures.errors.txt | 39 …type constr<Source, Tgt> = { [K in keyof Source]: string } & Pick<Tgt, Exclude<keyof Tgt, keyof So…
|
/third_party/typescript/tests/cases/conformance/types/intersection/ |
D | intersectionWithIndexSignatures.ts | 23 type constr<Source, Tgt> = { [K in keyof Source]: string } & Pick<Tgt, Exclude<keyof Tgt, keyof Sou…
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | DDG.h | 365 DDGEdge &createDefUseEdge(DDGNode &Src, DDGNode &Tgt) final override { in createDefUseEdge() argument 366 auto *E = new DDGEdge(Tgt, DDGEdge::EdgeKind::RegisterDefUse); in createDefUseEdge() 368 Graph.connect(Src, Tgt, *E); in createDefUseEdge() 371 DDGEdge &createMemoryEdge(DDGNode &Src, DDGNode &Tgt) final override { in createMemoryEdge() argument 372 auto *E = new DDGEdge(Tgt, DDGEdge::EdgeKind::MemoryDependence); in createMemoryEdge() 374 Graph.connect(Src, Tgt, *E); in createMemoryEdge() 377 DDGEdge &createRootedEdge(DDGNode &Src, DDGNode &Tgt) final override { in createRootedEdge() argument 378 auto *E = new DDGEdge(Tgt, DDGEdge::EdgeKind::Rooted); in createRootedEdge() 381 Graph.connect(Src, Tgt, *E); in createRootedEdge()
|
D | DependenceGraphBuilder.h | 110 virtual EdgeType &createDefUseEdge(NodeType &Src, NodeType &Tgt) = 0; 113 virtual EdgeType &createMemoryEdge(NodeType &Src, NodeType &Tgt) = 0; 116 virtual EdgeType &createRootedEdge(NodeType &Src, NodeType &Tgt) = 0;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
D | AMDGPUInstPrinter.cpp | 919 uint32_t Tgt = MI->getOperand(OpNo).getImm() & ((1 << 6) - 1); in printExpTgt() local 921 if (Tgt <= 7) in printExpTgt() 922 O << " mrt" << Tgt; in printExpTgt() 923 else if (Tgt == 8) in printExpTgt() 925 else if (Tgt == 9) in printExpTgt() 927 else if ((Tgt >= 12 && Tgt <= 15) || (Tgt == 16 && AMDGPU::isGFX10(STI))) in printExpTgt() 928 O << " pos" << Tgt - 12; in printExpTgt() 929 else if (AMDGPU::isGFX10(STI) && Tgt == 20) in printExpTgt() 931 else if (Tgt >= 32 && Tgt <= 63) in printExpTgt() 932 O << " param" << Tgt - 32; in printExpTgt() [all …]
|
/third_party/typescript/scripts/ |
D | generateLocalizedDiagnosticMessages.ts | 89 let val = item.Str[0].Tgt ? item.Str[0].Tgt[0].Val[0] : item.Str[0].Val[0];
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsBranchExpansion.cpp | 271 MachineBasicBlock *Tgt = getTargetMBB(*FirstBr); in splitMBB() local 273 if (Tgt != getTargetMBB(*LastBr)) in splitMBB() 274 NewMBB->removeSuccessor(Tgt, true); in splitMBB() 276 MBB->addSuccessor(Tgt); in splitMBB()
|
D | MipsISelLowering.h | 414 SDValue Tgt = DAG.getNode(MipsISD::Wrapper, DL, Ty, getGlobalReg(DAG, Ty), in getAddrGlobal() local 416 return DAG.getLoad(Ty, DL, Chain, Tgt, PtrInfo); in getAddrGlobal()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUInstructionSelector.cpp | 783 buildEXP(const TargetInstrInfo &TII, MachineInstr *Insert, unsigned Tgt, in buildEXP() argument 790 .addImm(Tgt) in buildEXP() 1115 int64_t Tgt = I.getOperand(1).getImm(); in selectG_INTRINSIC_W_SIDE_EFFECTS() local 1120 MachineInstr *Exp = buildEXP(TII, &I, Tgt, I.getOperand(3).getReg(), in selectG_INTRINSIC_W_SIDE_EFFECTS() 1131 int64_t Tgt = I.getOperand(1).getImm(); in selectG_INTRINSIC_W_SIDE_EFFECTS() local 1140 MachineInstr *Exp = buildEXP(TII, &I, Tgt, Reg0, Reg1, Undef, Undef, VM, in selectG_INTRINSIC_W_SIDE_EFFECTS()
|
D | SIISelLowering.cpp | 6796 const ConstantSDNode *Tgt = cast<ConstantSDNode>(Op.getOperand(2)); in LowerINTRINSIC_VOID() local 6803 DAG.getTargetConstant(Tgt->getZExtValue(), DL, MVT::i8), // tgt in LowerINTRINSIC_VOID() 6818 const ConstantSDNode *Tgt = cast<ConstantSDNode>(Op.getOperand(2)); in LowerINTRINSIC_VOID() local 6828 DAG.getTargetConstant(Tgt->getZExtValue(), DL, MVT::i8), // tgt in LowerINTRINSIC_VOID()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
D | MachineIRBuilder.cpp | 257 MachineInstrBuilder MachineIRBuilder::buildBrIndirect(Register Tgt) { in buildBrIndirect() argument 258 assert(getMRI()->getType(Tgt).isPointer() && "invalid branch destination"); in buildBrIndirect() 259 return buildInstr(TargetOpcode::G_BRINDIRECT).addUse(Tgt); in buildBrIndirect()
|
D | IRTranslator.cpp | 841 const Register Tgt = getOrCreateVReg(*BrInst.getAddress()); in translateIndirectBr() local 842 MIRBuilder.buildBrIndirect(Tgt); in translateIndirectBr()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/ |
D | MachineIRBuilder.h | 647 MachineInstrBuilder buildBrIndirect(Register Tgt);
|