Searched refs:DispatchTy (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/subzero/src/ |
D | IceInstX86BaseImpl.h | 961 const Cfg *Func, Type DispatchTy, const Variable *Dest, const Operand *Src0, in emitIASThreeOpImmOps() argument 972 (Asm->*(Emitter.RegRegImm))(DispatchTy, DestReg, SrcReg, Imm); in emitIASThreeOpImmOps() 975 (Asm->*(Emitter.RegAddrImm))(DispatchTy, DestReg, SrcStackAddr, Imm); in emitIASThreeOpImmOps() 979 (Asm->*(Emitter.RegAddrImm))(DispatchTy, DestReg, in emitIASThreeOpImmOps() 2779 Type DispatchTy = Traits::getInVectorElementType(this->getSrc(0)->getType()); in emitIAS() local 2790 Func, DispatchTy, Dest, this->getSrc(0), this->getSrc(1), Emitter); in emitIAS() 2827 Type DispatchTy = Src0->getType(); in emitIAS() local 2846 Traits::getEncodedGPR>(Func, DispatchTy, this->getDest(), in emitIAS()
|
D | IceInstX86Base.h | 533 emitIASThreeOpImmOps(const Cfg *Func, Type DispatchTy, const Variable *Dest,
|