Home
last modified time | relevance | path

Searched refs:getContainers (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIcePhiLoweringImpl.h59 for (Variable *DestElem : DstVec->getContainers()) { in prelowerPhis32Bit()
66 PhiElem->addArgument(SrcVec->getContainers()[Idx], Label); in prelowerPhis32Bit()
DIceTargetLoweringMIPS32.cpp1080 for (Variable *Var : Reg->getContainers()) { in legalizeUndef()
1349 RegisterArgVec->getContainers()[0]->setRegNum( in lowerArguments()
1351 RegisterArgVec->getContainers()[1]->setRegNum( in lowerArguments()
1357 RegisterArgVec->getContainers()[2]->setRegNum( in lowerArguments()
1359 RegisterArgVec->getContainers()[3]->setRegNum( in lowerArguments()
1362 RegisterArgVec->getContainers()[2]->setRegNum( in lowerArguments()
1364 RegisterArgVec->getContainers()[3]->setRegNum( in lowerArguments()
1421 auto *Elem0 = ArgVecOn32->getContainers()[0]; in finishArgumentLowering()
1422 auto *Elem1 = ArgVecOn32->getContainers()[1]; in finishArgumentLowering()
1428 auto *Elem2 = ArgVecOn32->getContainers()[2]; in finishArgumentLowering()
[all …]
DIceTargetLowering.cpp697 for (Variable *Var : VarVec->getContainers()) { in addFakeDefUses()
711 for (Variable *Var : VarVec->getContainers()) { in addFakeDefUses()
DIceOperand.h988 const VarList &getContainers() const { return Containers; } in getContainers() function
/third_party/typescript/src/services/
DnavigateTo.ts46 const fullMatch = patternMatcher.getFullMatch(getContainers(declaration), name);
87 function getContainers(declaration: Declaration): readonly string[] { function