• Home
  • Raw
  • Download

Lines Matching full:e2

1127 void LLVMIRBuilder::VisitMod(GateRef gate, GateRef e1, GateRef e2)  in VisitMod()  argument
1130 LLVMValueRef e2Value = gate2LValue_[e2]; in VisitMod()
1133 ASSERT(ConvertLLVMTypeFromGate(gate) == ConvertLLVMTypeFromGate(e2)); in VisitMod()
1408 void LLVMIRBuilder::VisitAdd(GateRef gate, GateRef e1, GateRef e2) in VisitAdd() argument
1411 LLVMValueRef e2Value = gate2LValue_[e2]; in VisitAdd()
1450 void LLVMIRBuilder::VisitSub(GateRef gate, GateRef e1, GateRef e2) in VisitSub() argument
1453 LLVMValueRef e2Value = gate2LValue_[e2]; in VisitSub()
1486 void LLVMIRBuilder::VisitMul(GateRef gate, GateRef e1, GateRef e2) in VisitMul() argument
1489 LLVMValueRef e2Value = gate2LValue_[e2]; in VisitMul()
1610 void LLVMIRBuilder::VisitCmp(GateRef gate, GateRef e1, GateRef e2) in VisitCmp() argument
1613 LLVMValueRef e2Value = gate2LValue_[e2]; in VisitCmp()
1616 [[maybe_unused]]auto e2ValCode = acc_.GetMachineType(e2); in VisitCmp()
1675 void LLVMIRBuilder::VisitIntDiv(GateRef gate, GateRef e1, GateRef e2) in VisitIntDiv() argument
1678 LLVMValueRef e2Value = gate2LValue_[e2]; in VisitIntDiv()
1683 void LLVMIRBuilder::VisitUDiv(GateRef gate, GateRef e1, GateRef e2) in VisitUDiv() argument
1686 LLVMValueRef e2Value = gate2LValue_[e2]; in VisitUDiv()
1691 void LLVMIRBuilder::VisitFloatDiv(GateRef gate, GateRef e1, GateRef e2) in VisitFloatDiv() argument
1694 LLVMValueRef e2Value = gate2LValue_[e2]; in VisitFloatDiv()
1700 void LLVMIRBuilder::VisitIntOr(GateRef gate, GateRef e1, GateRef e2) in VisitIntOr() argument
1703 LLVMValueRef e2Value = gate2LValue_[e2]; in VisitIntOr()
1715 void LLVMIRBuilder::VisitIntAnd(GateRef gate, GateRef e1, GateRef e2) in VisitIntAnd() argument
1718 LLVMValueRef e2Value = gate2LValue_[e2]; in VisitIntAnd()
1723 void LLVMIRBuilder::VisitIntXor(GateRef gate, GateRef e1, GateRef e2) in VisitIntXor() argument
1726 LLVMValueRef e2Value = gate2LValue_[e2]; in VisitIntXor()
1731 void LLVMIRBuilder::VisitIntLsr(GateRef gate, GateRef e1, GateRef e2) in VisitIntLsr() argument
1734 LLVMValueRef e2Value = gate2LValue_[e2]; in VisitIntLsr()
1739 void LLVMIRBuilder::VisitIntAsr(GateRef gate, GateRef e1, GateRef e2) in VisitIntAsr() argument
1742 LLVMValueRef e2Value = gate2LValue_[e2]; in VisitIntAsr()
1754 void LLVMIRBuilder::VisitIntLsl(GateRef gate, GateRef e1, GateRef e2) in VisitIntLsl() argument
1757 LLVMValueRef e2Value = gate2LValue_[e2]; in VisitIntLsl()