• Home
  • Raw
  • Download

Lines Matching refs:Src0

253 InstImpl<TraitsType>::InstX86Icmp::InstX86Icmp(Cfg *Func, Operand *Src0,  in InstX86Icmp()  argument
256 this->addSource(Src0); in InstX86Icmp()
261 InstImpl<TraitsType>::InstX86Ucomiss::InstX86Ucomiss(Cfg *Func, Operand *Src0, in InstX86Ucomiss() argument
264 this->addSource(Src0); in InstX86Ucomiss()
959 const Cfg *Func, Type DispatchTy, const Variable *Dest, const Operand *Src0, in emitIASThreeOpImmOps() argument
967 if (const auto *SrcVar = llvm::dyn_cast<Variable>(Src0)) { in emitIASThreeOpImmOps()
975 } else if (const auto *Mem = llvm::dyn_cast<X86OperandMem>(Src0)) { in emitIASThreeOpImmOps()
1290 Operand *Src0 = this->getSrc(0); in emit() local
1292 const auto SrcReg = llvm::cast<Variable>(Src0)->getRegNum(); in emit()
1295 switch (Src0->getType()) { in emit()
1331 Operand *Src0 = this->getSrc(0); in emitIAS() local
1333 const auto SrcReg = llvm::cast<Variable>(Src0)->getRegNum(); in emitIAS()
1336 switch (Src0->getType()) { in emitIAS()
1836 const Operand *Src0 = this->getSrc(0); in emitIAS() local
1838 Type Ty = Src0->getType(); in emitIAS()
1843 if (const auto *SrcVar0 = llvm::dyn_cast<Variable>(Src0)) { in emitIAS()
1850 emitIASAsAddrOpTyGPR(Func, Ty, Src0, Src1, AddrEmitter); in emitIAS()
1962 const Operand *Src0 = this->getSrc(0); in emitIAS() local
1964 Type Ty = Src0->getType(); in emitIAS()
1970 if (const auto *SrcVar0 = llvm::dyn_cast<Variable>(Src0)) { in emitIAS()
1977 emitIASAsAddrOpTyGPR(Func, Ty, Src0, Src1, AddrEmitter); in emitIAS()
2202 Operand *Src0 = this->getSrc(0); in emit() local
2203 if (const auto *Src0Var = llvm::dyn_cast<Variable>(Src0)) { in emit()
2210 Src0->emit(Func); in emit()
2793 const Operand *Src0 = this->getSrc(1); in emitIAS() local
2794 Type DispatchTy = Src0->getType(); in emitIAS()
2800 if (auto *Src0Var = llvm::dyn_cast<Variable>(Src0)) { in emitIAS()
2814 Src0, this->getSrc(2), Emitter); in emitIAS()