Home
last modified time | relevance | path

Searched defs:InputIndex (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
DMLRegallocEvictAdvisor.cpp720 [this](SlotIndex InputIndex) -> int { in tryFindEvictionCandidate()
728 [this](SlotIndex InputIndex) -> float { in tryFindEvictionCandidate()
734 [this](SlotIndex InputIndex) -> MachineBasicBlock * { in tryFindEvictionCandidate()
/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_op_kernel.cc153 static StatusOr<int> InputIndex(XlaOpKernelContext* context, in InputIndex() function