Home
last modified time | relevance | path

Searched refs:toOperand (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DWasmTranslator.cpp195 Operand *toOperand() const { return static_cast<Operand *>(*this); } in toOperand() function in OperandNode
202 const auto *Oper = Op.toOperand(); in operator <<()
339 auto *Dest = makeVariable(Vals[0].toOperand()->getType(), Control); in Phi()
347 auto *Op = Vals[i].toOperand(); in Phi()
402 Dest = makeVariable(Left.toOperand()->getType()); in Binop()
480 const auto DestTy = Left.toOperand()->getType(); in Binop()
506 const auto DestTy = Left.toOperand()->getType(); in Binop()
957 assert(Inst->getDest()->getType() == From.toOperand()->getType()); in AppendToPhi()
977 auto *CondBool = Cond.toOperand()->asBoolean(); in Branch()
1121 assert(Args[i + 1].toOperand()->getType() == toIceType(Sig->GetParam(i))); in CallImport()
[all …]