Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/interpreter/
Dbytecode-operands.h23 V(RegOut, OperandTypeInfo::kScalableSignedByte) \
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DRegAllocGreedy.cpp1594 bool RegOut = LiveBundles[Bundles->getBundle(BC.Number, true)]; in calcGlobalSplitCost() local
1602 BI.LiveOut && RegIn && RegOut) { in calcGlobalSplitCost()
1625 Ins += RegOut != (BC.Exit == SpillPlacement::PrefReg); in calcGlobalSplitCost()
1633 bool RegOut = LiveBundles[Bundles->getBundle(Number, true)]; in calcGlobalSplitCost() local
1634 if (!RegIn && !RegOut) in calcGlobalSplitCost()
1636 if (RegIn && RegOut) { in calcGlobalSplitCost()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp10020 unsigned &RegOut = ConstantsOut[C]; in HandlePHINodesInSuccessorBlocks() local
10021 if (RegOut == 0) { in HandlePHINodesInSuccessorBlocks()
10022 RegOut = FuncInfo.CreateRegs(C); in HandlePHINodesInSuccessorBlocks()
10023 CopyValueToVirtualRegister(C, RegOut); in HandlePHINodesInSuccessorBlocks()
10025 Reg = RegOut; in HandlePHINodesInSuccessorBlocks()