Home
last modified time | relevance | path

Searched defs:Tgt (Results 1 – 9 of 9) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DintersectionWithIndexSignatures.js22 type constr<Source, Tgt> = { [K in keyof Source]: string } & Pick<Tgt, Exclude<keyof Tgt, keyof Sou… variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DDDG.h365 DDGEdge &createDefUseEdge(DDGNode &Src, DDGNode &Tgt) final override { in createDefUseEdge()
371 DDGEdge &createMemoryEdge(DDGNode &Src, DDGNode &Tgt) final override { in createMemoryEdge()
377 DDGEdge &createRootedEdge(DDGNode &Src, DDGNode &Tgt) final override { in createRootedEdge()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsBranchExpansion.cpp271 MachineBasicBlock *Tgt = getTargetMBB(*FirstBr); in splitMBB() local
DMipsISelLowering.h414 SDValue Tgt = DAG.getNode(MipsISD::Wrapper, DL, Ty, getGlobalReg(DAG, Ty), in getAddrGlobal() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUInstructionSelector.cpp783 buildEXP(const TargetInstrInfo &TII, MachineInstr *Insert, unsigned Tgt, in buildEXP()
1115 int64_t Tgt = I.getOperand(1).getImm(); in selectG_INTRINSIC_W_SIDE_EFFECTS() local
1131 int64_t Tgt = I.getOperand(1).getImm(); in selectG_INTRINSIC_W_SIDE_EFFECTS() local
DSIISelLowering.cpp6796 const ConstantSDNode *Tgt = cast<ConstantSDNode>(Op.getOperand(2)); in LowerINTRINSIC_VOID() local
6818 const ConstantSDNode *Tgt = cast<ConstantSDNode>(Op.getOperand(2)); in LowerINTRINSIC_VOID() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DMachineIRBuilder.cpp257 MachineInstrBuilder MachineIRBuilder::buildBrIndirect(Register Tgt) { in buildBrIndirect()
DIRTranslator.cpp841 const Register Tgt = getOrCreateVReg(*BrInst.getAddress()); in translateIndirectBr() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/MCTargetDesc/
DAMDGPUInstPrinter.cpp919 uint32_t Tgt = MI->getOperand(OpNo).getImm() & ((1 << 6) - 1); in printExpTgt() local