HomeSort by relevance Sort by last modified time
    Searched defs:NewRoot (Results 1 - 6 of 6) sorted by null

  /external/libtextclassifier/utils/
flatbuffers.cc 68 std::unique_ptr<ReflectiveFlatbuffer> ReflectiveFlatbufferBuilder::NewRoot()
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
MachineCombiner.cpp 92 unsigned getLatency(MachineInstr *Root, MachineInstr *NewRoot,
156 /// \returns Depth of last instruction in \InsInstrs ("NewRoot")
210 /// \param Root is a machine instruction that could be replaced by NewRoot.
211 /// It is used to compute a more accurate latency information for NewRoot in
213 /// \param NewRoot is the instruction for which the latency is computed
216 /// \returns Latency of \p NewRoot
217 unsigned MachineCombiner::getLatency(MachineInstr *Root, MachineInstr *NewRoot,
222 // Check each definition in NewRoot and compute the latency
225 for (const MachineOperand &MO : NewRoot->operands()) {
238 NewRoot, NewRoot->findRegisterDefOperandIdx(MO.getReg()), UseMO
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseOrderedCollectionRedBlackTreeLib/
BaseOrderedCollectionRedBlackTreeLib.c 417 @param[out] NewRoot If Pivot has a parent node on input, then the
419 according to the rotation, and NewRoot is not
424 new root node of the tree in NewRoot.
429 OUT RED_BLACK_TREE_NODE **NewRoot
446 *NewRoot = LeftChild;
482 @param[out] NewRoot If Pivot has a parent node on input, then the
484 according to the rotation, and NewRoot is not
489 new root node of the tree in NewRoot.
494 OUT RED_BLACK_TREE_NODE **NewRoot
511 *NewRoot = RightChild;
    [all...]
  /external/llvm/lib/CodeGen/
MachineCombiner.cpp 68 unsigned getLatency(MachineInstr *Root, MachineInstr *NewRoot,
123 /// \returns Depth of last instruction in \InsInstrs ("NewRoot")
177 /// \param Root is a machine instruction that could be replaced by NewRoot.
178 /// It is used to compute a more accurate latency information for NewRoot in
180 /// \param NewRoot is the instruction for which the latency is computed
183 /// \returns Latency of \p NewRoot
184 unsigned MachineCombiner::getLatency(MachineInstr *Root, MachineInstr *NewRoot,
189 // Check each definition in NewRoot and compute the latency
192 for (const MachineOperand &MO : NewRoot->operands()) {
205 NewRoot, NewRoot->findRegisterDefOperandIdx(MO.getReg()), UseMO
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonISelDAGToDAG.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]

Completed in 3458 milliseconds