Home
last modified time | relevance | path

Searched refs:addSource (Results 1 – 22 of 22) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceInst.cpp268 addSource(ByteCount); in InstAlloca()
274 addSource(Source1); in InstArithmetic()
275 addSource(Source2); in InstArithmetic()
296 addSource(Source); in InstAssign()
317 addSource(Source); in InstBr()
349 addSource(Source); in InstCast()
355 addSource(Source1); in InstExtractElement()
356 addSource(Source2); in InstExtractElement()
362 addSource(Source1); in InstFcmp()
363 addSource(Source2); in InstFcmp()
[all …]
DIceInstX8632.cpp127 this->addSource(Data); in InstX86FakeRMW()
128 this->addSource(Addr); in InstX86FakeRMW()
129 this->addSource(Beacon); in InstX86FakeRMW()
135 this->addSource(Source1); in InstX86Mul()
136 this->addSource(Source2); in InstX86Mul()
142 this->addSource(Dest); in InstX86Shld()
143 this->addSource(Source1); in InstX86Shld()
144 this->addSource(Source2); in InstX86Shld()
150 this->addSource(Dest); in InstX86Shrd()
151 this->addSource(Source1); in InstX86Shrd()
[all …]
DIceInstX8664.cpp115 this->addSource(Data); in InstX86FakeRMW()
116 this->addSource(Addr); in InstX86FakeRMW()
117 this->addSource(Beacon); in InstX86FakeRMW()
123 this->addSource(Source1); in InstX86Mul()
124 this->addSource(Source2); in InstX86Mul()
130 this->addSource(Dest); in InstX86Shld()
131 this->addSource(Source1); in InstX86Shld()
132 this->addSource(Source2); in InstX86Shld()
138 this->addSource(Dest); in InstX86Shrd()
139 this->addSource(Source1); in InstX86Shrd()
[all …]
DIceInstMIPS32.h392 addSource(Src);
438 addSource(Src0); in InstMIPS32TwoAddrFPR()
482 addSource(Src0); in InstMIPS32TwoAddrGPR()
530 addSource(Src0); in InstMIPS32ThreeAddrFPR()
531 addSource(Src1); in InstMIPS32ThreeAddrFPR()
579 addSource(Src0); in InstMIPS32ThreeAddrGPR()
580 addSource(Src1); in InstMIPS32ThreeAddrGPR()
669 addSource(Mem);
759 addSource(Value);
760 addSource(Mem);
[all …]
DIceInstMIPS32.cpp91 addSource(Src0); in InstMIPS32Br()
100 addSource(Src0); in InstMIPS32Br()
101 addSource(Src1); in InstMIPS32Br()
191 addSource(CallTarget); in InstMIPS32Call()
203 addSource(Src); in InstMIPS32Mov()
204 addSource(Src2); in InstMIPS32Mov()
215 addSource(Src); in InstMIPS32Mov()
217 addSource(Src64->getLo()); in InstMIPS32Mov()
218 addSource(Src64->getHi()); in InstMIPS32Mov()
226 addSource(Src); in InstMIPS32MovFP64ToI64()
[all …]
DIceInstARM32.h583 addSource(Src); in InstARM32UnaryopGPR()
624 addSource(Src); in InstARM32UnaryopFP()
689 addSource(Dest); in InstARM32TwoAddrGPR()
690 addSource(Src); in InstARM32TwoAddrGPR()
727 addSource(Source); in InstARM32LoadBase()
774 addSource(Src0); in InstARM32ThreeAddrGPR()
775 addSource(Src1); in InstARM32ThreeAddrGPR()
823 addSource(Src0); in InstARM32ThreeAddrFP()
824 addSource(Src1); in InstARM32ThreeAddrFP()
904 addSource(Src0); in InstARM32FourAddrGPR()
[all …]
DIceInstARM32.cpp1280 addSource(CallTarget); in InstARM32Call()
1475 addSource(Source); in InstARM32Push()
1481 addSource(LR); in InstARM32Ret()
1483 addSource(Source); in InstARM32Ret()
1489 addSource(Value); in InstARM32Str()
1490 addSource(Mem); in InstARM32Str()
1496 addSource(Value); in InstARM32Strex()
1497 addSource(Mem); in InstARM32Strex()
1503 addSource(Value); in InstARM32Vstr1()
1504 addSource(Mem); in InstARM32Vstr1()
[all …]
DIceInstX8632.h682 this->addSource(SrcDest); in InstX86BaseInplaceopGPR()
741 this->addSource(Src); in InstX86BaseUnaryopGPR()
787 this->addSource(Src); in InstX86BaseUnaryopXmm()
829 this->addSource(Dest); in InstX86BaseBinopGPRShift()
830 this->addSource(Source); in InstX86BaseBinopGPRShift()
872 this->addSource(Dest); in InstX86BaseBinopGPR()
873 this->addSource(Source); in InstX86BaseBinopGPR()
913 this->addSource(DestSrc0); in InstX86BaseBinopRMW()
914 this->addSource(Src1); in InstX86BaseBinopRMW()
966 this->addSource(Dest);
[all …]
DIceInstX8664.h621 this->addSource(SrcDest); in InstX86BaseInplaceopGPR()
680 this->addSource(Src); in InstX86BaseUnaryopGPR()
726 this->addSource(Src); in InstX86BaseUnaryopXmm()
768 this->addSource(Dest); in InstX86BaseBinopGPRShift()
769 this->addSource(Source); in InstX86BaseBinopGPRShift()
811 this->addSource(Dest); in InstX86BaseBinopGPR()
812 this->addSource(Source); in InstX86BaseBinopGPR()
852 this->addSource(DestSrc0); in InstX86BaseBinopRMW()
853 this->addSource(Src1); in InstX86BaseBinopRMW()
905 this->addSource(Dest);
[all …]
DIceInst.h210 void addSource(Operand *Src) { in addSource() function
442 void addArg(Operand *Arg) { addSource(Arg); } in addArg()
461 addSource(CallTarget); in InstCall()
628 void addArg(Operand *Arg) { addSource(Arg); } in addArg()
/third_party/typescript/src/compiler/
Dsourcemap.ts43 addSource,
52 function addSource(fileName: string) {
177 … sourceIndexToNewSourceIndexMap[raw.sourceIndex] = newSourceIndex = addSource(combinedPath);
Demitter.ts6050 sourceMapSourceIndex = sourceMapGenerator!.addSource(source.fileName);
Dtypes.ts8985 addSource(fileName: string): number;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DPeepholeOptimizer.cpp295 addSource(Reg, SubReg); in ValueTrackerResult()
308 void addSource(unsigned SrcReg, unsigned SrcSubReg) { in addSource() function in __anon93921d800111::ValueTrackerResult
2043 Res.addSource(MO.getReg(), MO.getSubReg()); in getNextSourceFromPHI()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUMachineCFGStructurizer.cpp87 void addSource(unsigned DestReg, unsigned SourceReg,
235 void PHILinearize::addSource(unsigned DestReg, unsigned SourceReg, in addSource() function in PHILinearize
1395 PHIInfo.addSource(LDestReg, getPHISourceReg(PHI, i), getPHIPred(PHI, i)); in storePHILinearizationInfoDest()
1400 PHIInfo.addSource(LDestReg, getPHISourceReg(PHI, i), getPHIPred(PHI, i)); in storePHILinearizationInfoDest()
/third_party/typescript/lib/
Dtypescript.d.ts4275 addSource(fileName: string): number; method
DtypescriptServices.d.ts4275 addSource(fileName: string): number; method
Dtsserverlibrary.d.ts4275 addSource(fileName: string): number; method
Dtsc.js79749 addSource: addSource,
79757 function addSource(fileName) { function
79863 … sourceIndexToNewSourceIndexMap[raw.sourceIndex] = newSourceIndex = addSource(combinedPath);
99660 sourceMapSourceIndex = sourceMapGenerator.addSource(source.fileName);
DtypingsInstaller.js94283 addSource: addSource,
94291 function addSource(fileName) { function
94404 … sourceIndexToNewSourceIndexMap[raw.sourceIndex] = newSourceIndex = addSource(combinedPath);
120219 sourceMapSourceIndex = sourceMapGenerator.addSource(source.fileName);
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts4275 addSource(fileName: string): number; method
Dtsserverlibrary.d.ts4275 addSource(fileName: string): number; method