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

  /external/tensorflow/tensorflow/cc/framework/
scope_test.cc 78 string LastOp(const Scope& scope) { return scope.GetUniqueNameForOp("Last"); }
84 return {c1, c2, LastOp(cop_scopes.last)};
  /external/llvm/lib/Target/AMDGPU/
R600Packetizer.cpp 225 unsigned LastOp = TII->getOperandIdx(MI->getOpcode(), AMDGPU::OpName::last);
226 MI->getOperand(LastOp).setImm(Bit);
SIInstrInfo.cpp 46 SDValue LastOp = Load->getOperand(getNumOperandsNoGlue(Load) - 1);
47 assert(LastOp.getValueType() == MVT::Other && "Chain missing from load node");
48 return LastOp;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
R600Packetizer.cpp 223 unsigned LastOp = TII->getOperandIdx(MI->getOpcode(), R600::OpName::last);
224 MI->getOperand(LastOp).setImm(Bit);
SIInstrInfo.cpp 103 SDValue LastOp = Load->getOperand(getNumOperandsNoGlue(Load) - 1);
104 assert(LastOp.getValueType() == MVT::Other && "Chain missing from load node");
105 return LastOp;
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMLoadStoreOptimizer.cpp     [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp     [all...]

Completed in 2328 milliseconds