• Home
  • Raw
  • Download

Lines Matching defs:gate

118 LiteCGType *LiteCGIRBuilder::ConvertLiteCGTypeFromGate(GateRef gate, bool isSigned) const  in ConvertLiteCGTypeFromGate()
191 GateRef gate = bb[instIdx - 1]; in Build() local
313 void LiteCGIRBuilder::SaveGate2Expr(GateRef gate, Expr expr) in SaveGate2Expr()
339 Expr LiteCGIRBuilder::GetConstant(GateRef gate) in GetConstant()
379 Expr LiteCGIRBuilder::GetExprFromGate(GateRef gate) in GetExprFromGate()
477 void LiteCGIRBuilder::HandleReturnVoid([[maybe_unused]] GateRef gate) in HandleReturnVoid()
482 void LiteCGIRBuilder::HandleGoto(GateRef gate) in HandleGoto()
516 void LiteCGIRBuilder::HandleParameter(GateRef gate) in HandleParameter()
521 void LiteCGIRBuilder::VisitParameter(GateRef gate) in VisitParameter()
528 void LiteCGIRBuilder::HandleConstant(GateRef gate) in HandleConstant()
535 void LiteCGIRBuilder::HandleAdd(GateRef gate) in HandleAdd()
558 void LiteCGIRBuilder::VisitAdd(GateRef gate, GateRef e1, GateRef e2) in VisitAdd()
603 void LiteCGIRBuilder::HandleLoad(GateRef gate) in HandleLoad()
608 void LiteCGIRBuilder::VisitLoad(GateRef gate, GateRef base) in VisitLoad()
620 void LiteCGIRBuilder::HandleCmp(GateRef gate) in HandleCmp()
679 void LiteCGIRBuilder::VisitCmp(GateRef gate, GateRef e1, GateRef e2) in VisitCmp()
707 void LiteCGIRBuilder::HandleBranch(GateRef gate) in HandleBranch()
720 void LiteCGIRBuilder::VisitBranch(GateRef gate, GateRef cmp, int btrue, int bfalse) in VisitBranch()
755 void LiteCGIRBuilder::HandleReturn(GateRef gate) in HandleReturn()
762 void LiteCGIRBuilder::VisitReturn([[maybe_unused]] GateRef gate, [[maybe_unused]] GateRef popCount, in VisitReturn()
789 void LiteCGIRBuilder::HandleRuntimeCall(GateRef gate) in HandleRuntimeCall()
884 void LiteCGIRBuilder::VisitRuntimeCall(GateRef gate, const std::vector<GateRef> &inList) in VisitRuntimeCall()
941 void LiteCGIRBuilder::HandleZExtInt(GateRef gate) in HandleZExtInt()
948 void LiteCGIRBuilder::VisitZExtInt(GateRef gate, GateRef e1) in VisitZExtInt()
958 void LiteCGIRBuilder::HandleIntDiv(GateRef gate) in HandleIntDiv()
965 void LiteCGIRBuilder::VisitIntDiv(GateRef gate, GateRef e1, GateRef e2) in VisitIntDiv()
993 void LiteCGIRBuilder::HandleRuntimeCallWithArgv(GateRef gate) in HandleRuntimeCallWithArgv()
1000 void LiteCGIRBuilder::VisitRuntimeCallWithArgv(GateRef gate, const std::vector<GateRef> &inList) in VisitRuntimeCallWithArgv()
1039 void LiteCGIRBuilder::HandleCall(GateRef gate) in HandleCall()
1054 void LiteCGIRBuilder::VisitCall(GateRef gate, const std::vector<GateRef> &inList, OpCode op) in VisitCall()
1257 void LiteCGIRBuilder::HandleUDiv(GateRef gate) in HandleUDiv()
1264 void LiteCGIRBuilder::VisitUDiv(GateRef gate, GateRef e1, GateRef e2) in VisitUDiv()
1273 void LiteCGIRBuilder::HandleIntAnd(GateRef gate) in HandleIntAnd()
1280 void LiteCGIRBuilder::VisitIntAnd(GateRef gate, GateRef e1, GateRef e2) in VisitIntAnd()
1289 void LiteCGIRBuilder::HandleIntOr(GateRef gate) in HandleIntOr()
1296 void LiteCGIRBuilder::VisitIntOr(GateRef gate, GateRef e1, GateRef e2) in VisitIntOr()
1305 void LiteCGIRBuilder::HandleIntXor(GateRef gate) in HandleIntXor()
1312 void LiteCGIRBuilder::VisitIntXor(GateRef gate, GateRef e1, GateRef e2) in VisitIntXor()
1321 void LiteCGIRBuilder::HandleIntLsr(GateRef gate) in HandleIntLsr()
1328 void LiteCGIRBuilder::VisitIntLsr(GateRef gate, GateRef e1, GateRef e2) in VisitIntLsr()
1337 void LiteCGIRBuilder::HandleIntAsr(GateRef gate) in HandleIntAsr()
1344 void LiteCGIRBuilder::VisitIntAsr(GateRef gate, GateRef e1, GateRef e2) in VisitIntAsr()
1353 void LiteCGIRBuilder::HandleBitCast(GateRef gate) in HandleBitCast()
1358 void LiteCGIRBuilder::VisitBitCast(GateRef gate, GateRef e1) in VisitBitCast()
1369 void LiteCGIRBuilder::HandleIntLsl(GateRef gate) in HandleIntLsl()
1376 void LiteCGIRBuilder::VisitIntLsl(GateRef gate, GateRef e1, GateRef e2) in VisitIntLsl()
1385 void LiteCGIRBuilder::HandleMod(GateRef gate) in HandleMod()
1392 void LiteCGIRBuilder::VisitMod(GateRef gate, GateRef e1, GateRef e2) in VisitMod()
1410 void LiteCGIRBuilder::HandleCastIntXToIntY(GateRef gate) in HandleCastIntXToIntY()
1415 void LiteCGIRBuilder::VisitCastIntXToIntY(GateRef gate, GateRef e1) in VisitCastIntXToIntY()
1425 void LiteCGIRBuilder::HandleChangeInt32ToDouble(GateRef gate) in HandleChangeInt32ToDouble()
1430 void LiteCGIRBuilder::VisitChangeInt32ToDouble(GateRef gate, GateRef e1) in VisitChangeInt32ToDouble()
1438 void LiteCGIRBuilder::HandleChangeUInt32ToDouble(GateRef gate) in HandleChangeUInt32ToDouble()
1443 void LiteCGIRBuilder::VisitChangeUInt32ToDouble(GateRef gate, GateRef e1) in VisitChangeUInt32ToDouble()
1454 void LiteCGIRBuilder::HandleChangeDoubleToInt32(GateRef gate) in HandleChangeDoubleToInt32()
1459 void LiteCGIRBuilder::VisitChangeDoubleToInt32(GateRef gate, GateRef e1) in VisitChangeDoubleToInt32()
1467 void LiteCGIRBuilder::HandleChangeTaggedPointerToInt64(GateRef gate) in HandleChangeTaggedPointerToInt64()
1472 void LiteCGIRBuilder::VisitChangeTaggedPointerToInt64(GateRef gate, GateRef e1) in VisitChangeTaggedPointerToInt64()
1478 Expr LiteCGIRBuilder::CanonicalizeToInt(GateRef gate) in CanonicalizeToInt()
1492 void LiteCGIRBuilder::HandleChangeInt64ToTagged(GateRef gate) in HandleChangeInt64ToTagged()
1497 void LiteCGIRBuilder::VisitChangeInt64ToTagged(GateRef gate, GateRef e1) in VisitChangeInt64ToTagged()
1505 void LiteCGIRBuilder::HandleSub(GateRef gate) in HandleSub()
1512 void LiteCGIRBuilder::VisitSub(GateRef gate, GateRef e1, GateRef e2) in VisitSub()
1529 void LiteCGIRBuilder::HandleMul(GateRef gate) in HandleMul()
1536 void LiteCGIRBuilder::VisitMul(GateRef gate, GateRef e1, GateRef e2) in VisitMul()
1554 void LiteCGIRBuilder::HandleIntRev(GateRef gate) in HandleIntRev()
1561 void LiteCGIRBuilder::VisitIntRev(GateRef gate, GateRef e1) in VisitIntRev()
1581 void LiteCGIRBuilder::HandleFloatDiv(GateRef gate) in HandleFloatDiv()
1588 void LiteCGIRBuilder::VisitFloatDiv(GateRef gate, GateRef e1, GateRef e2) in VisitFloatDiv()
1596 void LiteCGIRBuilder::HandleTruncFloatToInt(GateRef gate) in HandleTruncFloatToInt()
1602 void LiteCGIRBuilder::VisitTruncFloatToInt(GateRef gate, GateRef e1) in VisitTruncFloatToInt()
1616 void LiteCGIRBuilder::HandleAddWithOverflow(GateRef gate) in HandleAddWithOverflow()
1625 void LiteCGIRBuilder::VisitAddWithOverflow(GateRef gate, GateRef e1, GateRef e2) in VisitAddWithOverflow()
1648 void LiteCGIRBuilder::HandleSubWithOverflow(GateRef gate) in HandleSubWithOverflow()
1657 void LiteCGIRBuilder::VisitSubWithOverflow(GateRef gate, GateRef e1, GateRef e2) in VisitSubWithOverflow()
1680 void LiteCGIRBuilder::HandleMulWithOverflow(GateRef gate) in HandleMulWithOverflow()
1689 void LiteCGIRBuilder::VisitMulWithOverflow(GateRef gate, GateRef e1, GateRef e2) in VisitMulWithOverflow()
1712 void LiteCGIRBuilder::HandleSExtInt(GateRef gate) in HandleSExtInt()
1719 void LiteCGIRBuilder::VisitSExtInt(GateRef gate, GateRef e1) in VisitSExtInt()
1728 void LiteCGIRBuilder::HandleSqrt(GateRef gate) in HandleSqrt()
1734 void LiteCGIRBuilder::VisitSqrt(GateRef gate, GateRef e1) in VisitSqrt()
1747 void LiteCGIRBuilder::HandleReadSp(GateRef gate) in HandleReadSp()
1753 void LiteCGIRBuilder::VisitReadSp(GateRef gate) in VisitReadSp()
1759 void LiteCGIRBuilder::HandleFPTrunc(GateRef gate) in HandleFPTrunc()
1764 void LiteCGIRBuilder::VisitFPTrunc(GateRef gate, GateRef e1) in VisitFPTrunc()
1773 void LiteCGIRBuilder::HandleFPExt(GateRef gate) in HandleFPExt()
1778 void LiteCGIRBuilder::VisitFPExt(GateRef gate, GateRef e1) in VisitFPExt()
1787 void LiteCGIRBuilder::HandleExtractValue(GateRef gate) in HandleExtractValue()
1794 void LiteCGIRBuilder::VisitExtractValue(GateRef gate, GateRef e1, GateRef e2) in VisitExtractValue()
1808 void LiteCGIRBuilder::HandleStore(GateRef gate) in HandleStore()
1813 void LiteCGIRBuilder::VisitStore(GateRef gate, GateRef base, GateRef value) in VisitStore()
1828 void LiteCGIRBuilder::HandlePhi(GateRef gate) in HandlePhi()
1847 void LiteCGIRBuilder::VisitPhi(GateRef gate, const std::vector<GateRef> &phiIns) in VisitPhi()
1878 void LiteCGIRBuilder::HandleSwitch(GateRef gate) in HandleSwitch()
1887 void LiteCGIRBuilder::VisitSwitch(GateRef gate, GateRef input, const std::vector<GateRef> &outList) in VisitSwitch()
1912 void LiteCGIRBuilder::HandleBytecodeCall(GateRef gate) in HandleBytecodeCall()
1919 Expr LiteCGIRBuilder::GetBaseOffset(GateRef gate, Expr glue) in GetBaseOffset()
1944 void LiteCGIRBuilder::VisitBytecodeCall(GateRef gate, const std::vector<GateRef> &inList) in VisitBytecodeCall()
1981 void LiteCGIRBuilder::HandleDeoptCheck(GateRef gate) in HandleDeoptCheck()
2088 Expr LiteCGIRBuilder::ConvertToTagged(GateRef gate) in ConvertToTagged()
2116 Expr LiteCGIRBuilder::ConvertBoolToTaggedBoolean(GateRef gate) in ConvertBoolToTaggedBoolean()
2126 Expr LiteCGIRBuilder::ConvertFloat64ToTaggedDouble(GateRef gate) in ConvertFloat64ToTaggedDouble()
2137 size_t curDepth, size_t shift, GateRef gate) in SaveDeoptVregInfo()
2149 … int32_t index, size_t curDepth, size_t shift, GateRef gate) in SaveDeoptVregInfoWithI64()
2162 void LiteCGIRBuilder::VisitDeoptCheck(GateRef gate) in VisitDeoptCheck()
2257 void LiteCGIRBuilder::HandleConstString(GateRef gate) in HandleConstString()
2263 void LiteCGIRBuilder::VisitConstString(GateRef gate, const ChunkVector<char> &str) // 64: bit width in VisitConstString()
2276 void LiteCGIRBuilder::HandleRelocatableData(GateRef gate) in HandleRelocatableData()
2282 void LiteCGIRBuilder::VisitRelocatableData(GateRef gate, uint64_t value) in VisitRelocatableData()
2291 void LiteCGIRBuilder::HandleAlloca(GateRef gate) in HandleAlloca()
2296 void LiteCGIRBuilder::VisitAlloca(GateRef gate) in VisitAlloca()