• Home
  • Raw
  • Download

Lines Matching defs:gate

250             GateRef gate = bb[instIdx - 1];  in Build()  local
480 void LLVMIRBuilder::HandleReadSp(GateRef gate) in HandleReadSp()
486 void LLVMIRBuilder::HandleCall(GateRef gate) in HandleCall()
501 void LLVMIRBuilder::HandleBytecodeCall(GateRef gate) in HandleBytecodeCall()
508 void LLVMIRBuilder::HandleRuntimeCall(GateRef gate) in HandleRuntimeCall()
556 void LLVMIRBuilder::VisitRuntimeCall(GateRef gate, const std::vector<GateRef> &inList) in VisitRuntimeCall()
618 void LLVMIRBuilder::HandleRuntimeCallWithArgv(GateRef gate) in HandleRuntimeCallWithArgv()
625 void LLVMIRBuilder::VisitRuntimeCallWithArgv(GateRef gate, const std::vector<GateRef> &inList) in VisitRuntimeCallWithArgv()
802 void LLVMIRBuilder::VisitReadSp(GateRef gate) in VisitReadSp()
808 void LLVMIRBuilder::VisitCall(GateRef gate, const std::vector<GateRef> &inList, OpCode op) in VisitCall()
925 void LLVMIRBuilder::VisitBytecodeCall(GateRef gate, const std::vector<GateRef> &inList) in VisitBytecodeCall()
960 LLVMValueRef LLVMIRBuilder::GetBaseOffset(GateRef gate, LLVMValueRef glue) in GetBaseOffset()
973 void LLVMIRBuilder::HandleAlloca(GateRef gate) in HandleAlloca()
978 void LLVMIRBuilder::VisitAlloca(GateRef gate) in VisitAlloca()
987 void LLVMIRBuilder::HandlePhi(GateRef gate) in HandlePhi()
1010 void LLVMIRBuilder::VisitPhi(GateRef gate, const std::vector<GateRef> &phiIns) in VisitPhi()
1057 void LLVMIRBuilder::VisitReturn([[maybe_unused]] GateRef gate, [[maybe_unused]] GateRef popCount, in VisitReturn()
1066 void LLVMIRBuilder::HandleReturn(GateRef gate) in HandleReturn()
1073 void LLVMIRBuilder::VisitReturnVoid([[maybe_unused]] GateRef gate) in VisitReturnVoid()
1079 void LLVMIRBuilder::HandleReturnVoid(GateRef gate) in HandleReturnVoid()
1108 void LLVMIRBuilder::HandleGoto(GateRef gate) in HandleGoto()
1146 void LLVMIRBuilder::HandleConstant(GateRef gate) in HandleConstant()
1152 void LLVMIRBuilder::VisitConstant(GateRef gate, std::bitset<64> value) // 64: bit width in VisitConstant()
1189 void LLVMIRBuilder::HandleConstString(GateRef gate) in HandleConstString()
1195 void LLVMIRBuilder::VisitConstString(GateRef gate, const ChunkVector<char> &str) // 64: bit width in VisitConstString()
1204 void LLVMIRBuilder::HandleRelocatableData(GateRef gate) in HandleRelocatableData()
1210 void LLVMIRBuilder::VisitRelocatableData(GateRef gate, uint64_t value) in VisitRelocatableData()
1217 void LLVMIRBuilder::HandleZExtInt(GateRef gate) in HandleZExtInt()
1224 void LLVMIRBuilder::HandleSExtInt(GateRef gate) in HandleSExtInt()
1231 void LLVMIRBuilder::HandleParameter(GateRef gate) in HandleParameter()
1236 void LLVMIRBuilder::VisitParameter(GateRef gate) in VisitParameter()
1260 void LLVMIRBuilder::HandleBranch(GateRef gate) in HandleBranch()
1273 void LLVMIRBuilder::HandleMod(GateRef gate) in HandleMod()
1280 void LLVMIRBuilder::VisitMod(GateRef gate, GateRef e1, GateRef e2) in VisitMod()
1299 void LLVMIRBuilder::VisitBranch(GateRef gate, GateRef cmp, int btrue, int bfalse) in VisitBranch()
1319 void LLVMIRBuilder::HandleSwitch(GateRef gate) in HandleSwitch()
1328 void LLVMIRBuilder::VisitSwitch(GateRef gate, GateRef input, const std::vector<GateRef> &outList) in VisitSwitch()
1361 void LLVMIRBuilder::VisitLoad(GateRef gate, GateRef base) in VisitLoad()
1373 void LLVMIRBuilder::VisitStore(GateRef gate, GateRef base, GateRef value) in VisitStore()
1430 void LLVMIRBuilder::HandleIntRev(GateRef gate) in HandleIntRev()
1437 void LLVMIRBuilder::VisitIntRev(GateRef gate, GateRef e1) in VisitIntRev()
1535 void LLVMIRBuilder::HandleAdd(GateRef gate) in HandleAdd()
1542 void LLVMIRBuilder::HandleTruncFloatToInt(GateRef gate) in HandleTruncFloatToInt()
1548 void LLVMIRBuilder::VisitTruncFloatToInt(GateRef gate, GateRef e1) in VisitTruncFloatToInt()
1576 void LLVMIRBuilder::VisitAdd(GateRef gate, GateRef e1, GateRef e2) in VisitAdd()
1605 void LLVMIRBuilder::HandleSub(GateRef gate) in HandleSub()
1612 void LLVMIRBuilder::VisitSub(GateRef gate, GateRef e1, GateRef e2) in VisitSub()
1630 void LLVMIRBuilder::HandleMul(GateRef gate) in HandleMul()
1649 void LLVMIRBuilder::VisitMul(GateRef gate, GateRef e1, GateRef e2) in VisitMul()
1666 void LLVMIRBuilder::HandleFloatDiv(GateRef gate) in HandleFloatDiv()
1673 void LLVMIRBuilder::HandleIntDiv(GateRef gate) in HandleIntDiv()
1680 void LLVMIRBuilder::HandleUDiv(GateRef gate) in HandleUDiv()
1687 void LLVMIRBuilder::HandleIntOr(GateRef gate) in HandleIntOr()
1694 void LLVMIRBuilder::HandleIntXor(GateRef gate) in HandleIntXor()
1701 void LLVMIRBuilder::HandleIntLsr(GateRef gate) in HandleIntLsr()
1708 void LLVMIRBuilder::HandleIntAsr(GateRef gate) in HandleIntAsr()
1715 void LLVMIRBuilder::HandleCmp(GateRef gate) in HandleCmp()
1722 void LLVMIRBuilder::HandleAddWithOverflow(GateRef gate) in HandleAddWithOverflow()
1731 void LLVMIRBuilder::VisitAddWithOverflow(GateRef gate, GateRef e1, GateRef e2) in VisitAddWithOverflow()
1749 void LLVMIRBuilder::HandleSubWithOverflow(GateRef gate) in HandleSubWithOverflow()
1758 void LLVMIRBuilder::VisitSubWithOverflow(GateRef gate, GateRef e1, GateRef e2) in VisitSubWithOverflow()
1776 void LLVMIRBuilder::HandleMulWithOverflow(GateRef gate) in HandleMulWithOverflow()
1785 void LLVMIRBuilder::VisitMulWithOverflow(GateRef gate, GateRef e1, GateRef e2) in VisitMulWithOverflow()
1803 void LLVMIRBuilder::HandleExtractValue(GateRef gate) in HandleExtractValue()
1810 void LLVMIRBuilder::VisitExtractValue(GateRef gate, GateRef e1, GateRef e2) in VisitExtractValue()
1819 void LLVMIRBuilder::HandleSqrt(GateRef gate) in HandleSqrt()
1825 void LLVMIRBuilder::VisitSqrt(GateRef gate, GateRef e1) in VisitSqrt()
1892 void LLVMIRBuilder::VisitCmp(GateRef gate, GateRef e1, GateRef e2) in VisitCmp()
1921 void LLVMIRBuilder::HandleLoad(GateRef gate) in HandleLoad()
1926 void LLVMIRBuilder::HandleStore(GateRef gate) in HandleStore()
1931 void LLVMIRBuilder::HandleChangeInt32ToDouble(GateRef gate) in HandleChangeInt32ToDouble()
1936 void LLVMIRBuilder::HandleChangeUInt32ToDouble(GateRef gate) in HandleChangeUInt32ToDouble()
1941 void LLVMIRBuilder::HandleChangeDoubleToInt32(GateRef gate) in HandleChangeDoubleToInt32()
1946 void LLVMIRBuilder::HandleChangeTaggedPointerToInt64(GateRef gate) in HandleChangeTaggedPointerToInt64()
1951 void LLVMIRBuilder::HandleChangeInt64ToTagged(GateRef gate) in HandleChangeInt64ToTagged()
1956 void LLVMIRBuilder::VisitIntDiv(GateRef gate, GateRef e1, GateRef e2) in VisitIntDiv()
1964 void LLVMIRBuilder::VisitUDiv(GateRef gate, GateRef e1, GateRef e2) in VisitUDiv()
1972 void LLVMIRBuilder::VisitFloatDiv(GateRef gate, GateRef e1, GateRef e2) in VisitFloatDiv()
1981 void LLVMIRBuilder::VisitIntOr(GateRef gate, GateRef e1, GateRef e2) in VisitIntOr()
1989 void LLVMIRBuilder::HandleIntAnd(GateRef gate) in HandleIntAnd()
1996 void LLVMIRBuilder::VisitIntAnd(GateRef gate, GateRef e1, GateRef e2) in VisitIntAnd()
2004 void LLVMIRBuilder::VisitIntXor(GateRef gate, GateRef e1, GateRef e2) in VisitIntXor()
2012 void LLVMIRBuilder::VisitIntLsr(GateRef gate, GateRef e1, GateRef e2) in VisitIntLsr()
2020 void LLVMIRBuilder::VisitIntAsr(GateRef gate, GateRef e1, GateRef e2) in VisitIntAsr()
2028 void LLVMIRBuilder::HandleIntLsl(GateRef gate) in HandleIntLsl()
2035 void LLVMIRBuilder::VisitIntLsl(GateRef gate, GateRef e1, GateRef e2) in VisitIntLsl()
2043 void LLVMIRBuilder::VisitZExtInt(GateRef gate, GateRef e1) in VisitZExtInt()
2052 void LLVMIRBuilder::VisitSExtInt(GateRef gate, GateRef e1) in VisitSExtInt()
2059 void LLVMIRBuilder::HandleCastIntXToIntY(GateRef gate) in HandleCastIntXToIntY()
2064 void LLVMIRBuilder::VisitCastIntXToIntY(GateRef gate, GateRef e1) in VisitCastIntXToIntY()
2073 void LLVMIRBuilder::HandleFPExt(GateRef gate) in HandleFPExt()
2078 void LLVMIRBuilder::VisitFPExt(GateRef gate, GateRef e1) in VisitFPExt()
2087 void LLVMIRBuilder::HandleFPTrunc(GateRef gate) in HandleFPTrunc()
2092 void LLVMIRBuilder::VisitFPTrunc(GateRef gate, GateRef e1) in VisitFPTrunc()
2101 void LLVMIRBuilder::VisitChangeInt32ToDouble(GateRef gate, GateRef e1) in VisitChangeInt32ToDouble()
2108 void LLVMIRBuilder::VisitChangeUInt32ToDouble(GateRef gate, GateRef e1) in VisitChangeUInt32ToDouble()
2115 void LLVMIRBuilder::VisitChangeDoubleToInt32(GateRef gate, GateRef e1) in VisitChangeDoubleToInt32()
2122 void LLVMIRBuilder::VisitChangeTaggedPointerToInt64(GateRef gate, GateRef e1) in VisitChangeTaggedPointerToInt64()
2129 void LLVMIRBuilder::VisitChangeInt64ToTagged(GateRef gate, GateRef e1) in VisitChangeInt64ToTagged()
2137 void LLVMIRBuilder::HandleBitCast(GateRef gate) in HandleBitCast()
2142 void LLVMIRBuilder::VisitBitCast(GateRef gate, GateRef e1) in VisitBitCast()
2152 void LLVMIRBuilder::HandleDeoptCheck(GateRef gate) in HandleDeoptCheck()
2240 LLVMValueRef LLVMIRBuilder::ConvertBoolToTaggedBoolean(GateRef gate) in ConvertBoolToTaggedBoolean()
2249 LLVMValueRef LLVMIRBuilder::ConvertInt32ToTaggedInt(GateRef gate) in ConvertInt32ToTaggedInt()
2263 LLVMValueRef LLVMIRBuilder::ConvertFloat64ToTaggedDouble(GateRef gate) in ConvertFloat64ToTaggedDouble()
2272 LLVMValueRef LLVMIRBuilder::ConvertToTagged(GateRef gate) in ConvertToTagged()
2293 GateRef gate) in SaveDeoptVregInfo()
2301 size_t shift, GateRef gate) in SaveDeoptVregInfoWithI64()
2309 void LLVMIRBuilder::VisitDeoptCheck(GateRef gate) in VisitDeoptCheck()