Home
last modified time | relevance | path

Searched defs:AddInst (Results 1 – 5 of 5) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/vm/
Dtransform.cc83 void CompileGraph::AddInst(const Instruction &inst, const int64_t &arg) { in AddInst() function in mindspore::compile::CompileGraph
89 void CompileGraph::AddInst(const Instruction &inst, const ValuePtr &arg) { in AddInst() function in mindspore::compile::CompileGraph
95 void CompileGraph::AddInst(const Instruction &inst, const VectorRef &args) { in AddInst() function in mindspore::compile::CompileGraph
/third_party/mindspore/mindspore/ccsrc/cxx_api/model/acl/acl_vm/
Dacl_vm.cc116 void AclCompileGraph::AddInst(const compile::Instruction &inst, const MSTensorRef &arg) { in AddInst() function in mindspore::AclCompileGraph
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86InstructionSelector.cpp1122 MachineInstr &AddInst = in selectUadde() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCFrameLowering.cpp1419 const MCInstrDesc& AddInst = TII.get( isPPC64 ? PPC::ADD8 in emitEpilogue() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DInstructionSimplify.cpp1663 auto *AddInst = cast<OverflowingBinaryOperator>(Op0->getOperand(0)); in simplifyAndOfICmpsWithAdd() local
1736 auto *AddInst = cast<BinaryOperator>(Op0->getOperand(0)); in simplifyOrOfICmpsWithAdd() local