• Home
  • Raw
  • Download

Lines Matching defs:e1

1127 void LLVMIRBuilder::VisitMod(GateRef gate, GateRef e1, GateRef e2)  in VisitMod()
1270 void LLVMIRBuilder::VisitIntRev(GateRef gate, GateRef e1) in VisitIntRev()
1381 void LLVMIRBuilder::VisitTruncFloatToInt(GateRef gate, GateRef e1) in VisitTruncFloatToInt()
1408 void LLVMIRBuilder::VisitAdd(GateRef gate, GateRef e1, GateRef e2) in VisitAdd()
1450 void LLVMIRBuilder::VisitSub(GateRef gate, GateRef e1, GateRef e2) in VisitSub()
1486 void LLVMIRBuilder::VisitMul(GateRef gate, GateRef e1, GateRef e2) in VisitMul()
1610 void LLVMIRBuilder::VisitCmp(GateRef gate, GateRef e1, GateRef e2) in VisitCmp()
1675 void LLVMIRBuilder::VisitIntDiv(GateRef gate, GateRef e1, GateRef e2) in VisitIntDiv()
1683 void LLVMIRBuilder::VisitUDiv(GateRef gate, GateRef e1, GateRef e2) in VisitUDiv()
1691 void LLVMIRBuilder::VisitFloatDiv(GateRef gate, GateRef e1, GateRef e2) in VisitFloatDiv()
1700 void LLVMIRBuilder::VisitIntOr(GateRef gate, GateRef e1, GateRef e2) in VisitIntOr()
1715 void LLVMIRBuilder::VisitIntAnd(GateRef gate, GateRef e1, GateRef e2) in VisitIntAnd()
1723 void LLVMIRBuilder::VisitIntXor(GateRef gate, GateRef e1, GateRef e2) in VisitIntXor()
1731 void LLVMIRBuilder::VisitIntLsr(GateRef gate, GateRef e1, GateRef e2) in VisitIntLsr()
1739 void LLVMIRBuilder::VisitIntAsr(GateRef gate, GateRef e1, GateRef e2) in VisitIntAsr()
1754 void LLVMIRBuilder::VisitIntLsl(GateRef gate, GateRef e1, GateRef e2) in VisitIntLsl()
1762 void LLVMIRBuilder::VisitZExtInt(GateRef gate, GateRef e1) in VisitZExtInt()
1771 void LLVMIRBuilder::VisitSExtInt(GateRef gate, GateRef e1) in VisitSExtInt()
1783 void LLVMIRBuilder::VisitCastIntXToIntY(GateRef gate, GateRef e1) in VisitCastIntXToIntY()
1797 void LLVMIRBuilder::VisitFPExt(GateRef gate, GateRef e1) in VisitFPExt()
1811 void LLVMIRBuilder::VisitFPTrunc(GateRef gate, GateRef e1) in VisitFPTrunc()
1820 void LLVMIRBuilder::VisitChangeInt32ToDouble(GateRef gate, GateRef e1) in VisitChangeInt32ToDouble()
1827 void LLVMIRBuilder::VisitChangeUInt32ToDouble(GateRef gate, GateRef e1) in VisitChangeUInt32ToDouble()
1834 void LLVMIRBuilder::VisitChangeDoubleToInt32(GateRef gate, GateRef e1) in VisitChangeDoubleToInt32()
1841 void LLVMIRBuilder::VisitChangeTaggedPointerToInt64(GateRef gate, GateRef e1) in VisitChangeTaggedPointerToInt64()
1848 void LLVMIRBuilder::VisitChangeInt64ToTagged(GateRef gate, GateRef e1) in VisitChangeInt64ToTagged()
1874 void LLVMIRBuilder::VisitBitCast(GateRef gate, GateRef e1) in VisitBitCast()