Home
last modified time | relevance | path

Searched refs:Indirects (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/CodeGen/
DMachinePipeliner.cpp2564 int Indirects = 1; in generateExistingPhis() local
2567 if ((int)(PrologStage - StageDiff - np) < PhiStage + Indirects) in generateExistingPhis()
2574 if (PhiOpStage != -1 && PrologStage - StageAdj >= Indirects + np && in generateExistingPhis()
2575 VRMap[PrologStage - StageAdj - Indirects - np].count(PhiOp1)) { in generateExistingPhis()
2576 PhiOp1 = VRMap[PrologStage - StageAdj - Indirects - np][PhiOp1]; in generateExistingPhis()
2579 ++Indirects; in generateExistingPhis()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachinePipeliner.cpp2682 int Indirects = 1; in generateExistingPhis() local
2685 if ((int)(PrologStage - StageDiff - np) < PhiStage + Indirects) in generateExistingPhis()
2692 if (PhiOpStage != -1 && PrologStage - StageAdj >= Indirects + np && in generateExistingPhis()
2693 VRMap[PrologStage - StageAdj - Indirects - np].count(PhiOp1)) { in generateExistingPhis()
2694 PhiOp1 = VRMap[PrologStage - StageAdj - Indirects - np][PhiOp1]; in generateExistingPhis()
2697 ++Indirects; in generateExistingPhis()
/external/tensorflow/tensorflow/lite/schema/
Dschema.fbs852 // Metadata about the model. Indirects into the existings buffers list.